Searched refs:needsCustom (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h138 bool needsCustom() const { return isCustom; } function in class:llvm::CCValAssign
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp290 if (VA.getValVT() == MVT::i32 && VA.needsCustom()) {
376 if (VA.needsCustom()) {
422 if (VA.needsCustom()) {
571 if (VA.getValVT() == MVT::i32 && VA.needsCustom())
775 assert(VA.needsCustom());
787 if (VA.needsCustom()) {
1119 if (!VA.needsCustom() || VA.getValVT() != MVT::f128
1126 if (VA.needsCustom() && VA.getValVT() == MVT::f128
1159 if (VA.getValVT() == MVT::i32 && VA.needsCustom()) {
1289 if (VA.getValVT() == MVT::i32 && VA.needsCustom())
[all...]
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1901 if (VA.isRegLoc() && !VA.needsCustom()) {
1903 } else if (VA.needsCustom()) {
1981 if (VA.isRegLoc() && !VA.needsCustom()) {
1985 } else if (VA.needsCustom()) {
H A DARMISelLowering.cpp1272 assert(!VA.needsCustom() && VA.getLocVT() == MVT::i32 &&
1279 if (VA.needsCustom()) {
1473 if (VA.needsCustom()) {
2008 if (VA.needsCustom()) {
2118 if (VA.needsCustom()) {
2989 if (VA.needsCustom()) {
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1245 if (VA.isRegLoc() && !VA.needsCustom()) {
1249 } else if (VA.needsCustom()) {
H A DAArch64ISelLowering.cpp1934 assert(!VA.needsCustom() && VA.getLocVT() == MVT::i64 &&
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1219 !VA.isRegLoc() || VA.needsCustom())

Completed in 414 milliseconds