Home
last modified time | relevance | path

Searched refs:needsCustom (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp142 assert(VA.needsCustom() && "Value doesn't need custom handling"); in assignCustomValue()
146 assert(NextVA.needsCustom() && "Value doesn't need custom handling"); in assignCustomValue()
380 assert(VA.needsCustom() && "Value doesn't need custom handling"); in assignCustomValue()
384 assert(NextVA.needsCustom() && "Value doesn't need custom handling"); in assignCustomValue()
H A DARMFastISel.cpp1920 if (VA.isRegLoc() && !VA.needsCustom()) { in ProcessCallArgs()
1922 } else if (VA.needsCustom()) { in ProcessCallArgs()
2001 if (VA.isRegLoc() && !VA.needsCustom()) { in ProcessCallArgs()
2005 } else if (VA.needsCustom()) { in ProcessCallArgs()
H A DARMISelLowering.cpp1688 assert(!VA.needsCustom() && VA.getLocVT() == MVT::i32 && in LowerCallResult()
1695 if (VA.needsCustom()) { in LowerCallResult()
1888 if (VA.needsCustom()) { in LowerCall()
2384 if (VA.needsCustom()) { in IsEligibleForTailCallOptimization()
2525 if (VA.needsCustom()) { in LowerReturn()
3672 if (VA.needsCustom()) { in LowerFormalArguments()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp135 if (VA.needsCustom()) { in handleAssignments()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp239 if (VA.needsCustom()) { in LowerReturn_32()
339 if (VA.getValVT() == MVT::i32 && VA.needsCustom()) { in LowerReturn_64()
417 if (VA.needsCustom()) { in LowerFormalArguments_32()
467 if (VA.needsCustom()) { in LowerFormalArguments_32()
605 if (VA.getValVT() == MVT::i32 && VA.needsCustom()) in LowerFormalArguments_64()
820 assert(VA.needsCustom()); in LowerCall_32()
836 if (VA.needsCustom()) { in LowerCall_32()
1159 if (!VA.needsCustom() || VA.getValVT() != MVT::f128 in LowerCall_64()
1166 if (VA.needsCustom() && VA.getValVT() == MVT::f128 in LowerCall_64()
1194 if (VA.getValVT() == MVT::i32 && VA.needsCustom()) { in LowerCall_64()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h147 bool needsCustom() const { return isCustom; } in needsCustom() function
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1227 if (VA.isRegLoc() && !VA.needsCustom()) { in processCallArgs()
1231 } else if (VA.needsCustom()) { in processCallArgs()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1400 !VA.isRegLoc() || VA.needsCustom()) in processCallArgs()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3081 if (VA.isRegLoc() && !VA.needsCustom()) { in processCallArgs()
3085 } else if (VA.needsCustom()) { in processCallArgs()
H A DAArch64ISelLowering.cpp3334 assert(!VA.needsCustom() && VA.getLocVT() == MVT::i64 && in LowerCallResult()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2529 if (VA.needsCustom()) { in LowerReturn()
2827 if (VA.needsCustom()) { in LowerCallResult()
3206 if (VA.needsCustom()) { in LowerFormalArguments()
3800 if (VA.needsCustom()) { in LowerCall()
3911 if (VA.needsCustom()) { in LowerCall()