Changeset View
Changeset View
Standalone View
Standalone View
llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
Show First 20 Lines • Show All 1,949 Lines • ▼ Show 20 Lines | case MVT::f64: | ||||
return true; | return true; | ||||
default: | default: | ||||
break; | break; | ||||
} | } | ||||
return false; | return false; | ||||
} | } | ||||
Register LoongArchTargetLowering::getExceptionPointerRegister( | |||||
const Constant *PersonalityFn) const { | |||||
return LoongArch::R4; | |||||
} | |||||
Register LoongArchTargetLowering::getExceptionSelectorRegister( | |||||
const Constant *PersonalityFn) const { | |||||
return LoongArch::R5; | |||||
} | |||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
// LoongArch Inline Assembly Support | // LoongArch Inline Assembly Support | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
LoongArchTargetLowering::ConstraintType | LoongArchTargetLowering::ConstraintType | ||||
LoongArchTargetLowering::getConstraintType(StringRef Constraint) const { | LoongArchTargetLowering::getConstraintType(StringRef Constraint) const { | ||||
// LoongArch specific constraints in GCC: config/loongarch/constraints.md | // LoongArch specific constraints in GCC: config/loongarch/constraints.md | ||||
// | // | ||||
▲ Show 20 Lines • Show All 127 Lines • Show Last 20 Lines |