Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallLowering.cpp145 assert(VA.needsCustom() && "Value doesn't need custom handling"); in assignCustomValue()
149 assert(NextVA.needsCustom() && "Value doesn't need custom handling"); in assignCustomValue()
369 assert(VA.needsCustom() && "Value doesn't need custom handling"); in assignCustomValue()
373 assert(NextVA.needsCustom() && "Value doesn't need custom handling"); in assignCustomValue()
DARMFastISel.cpp1911 if (VA.isRegLoc() && !VA.needsCustom()) { in ProcessCallArgs()
1913 } else if (VA.needsCustom()) { in ProcessCallArgs()
1992 if (VA.isRegLoc() && !VA.needsCustom()) { in ProcessCallArgs()
1996 } else if (VA.needsCustom()) { in ProcessCallArgs()
DARMISelLowering.cpp1978 assert(!VA.needsCustom() && VA.getLocVT() == MVT::i32 && in LowerCallResult()
1985 if (VA.needsCustom()) { in LowerCallResult()
2191 if (VA.needsCustom()) { in LowerCall()
2681 if (VA.needsCustom()) { in IsEligibleForTailCallOptimization()
2822 if (VA.needsCustom()) { in LowerReturn()
4057 if (VA.needsCustom()) { in LowerFormalArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h148 bool needsCustom() const { return isCustom; } in needsCustom() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp295 if (VA.needsCustom()) { in handleAssignments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp1232 if (VA.isRegLoc() && !VA.needsCustom()) { in processCallArgs()
1236 } else if (VA.needsCustom()) { in processCallArgs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1399 !VA.isRegLoc() || VA.needsCustom()) in processCallArgs()
DPPCISelLowering.cpp7126 if (!VA.needsCustom()) { in LowerCall_AIX()
7174 GPR2.needsCustom() && "A second custom GPR is expected!"); in LowerCall_AIX()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3114 if (VA.isRegLoc() && !VA.needsCustom()) { in processCallArgs()
3118 } else if (VA.needsCustom()) { in processCallArgs()
DAArch64ISelLowering.cpp3695 assert(!VA.needsCustom() && VA.getLocVT() == MVT::i64 && in LowerCallResult()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp2741 if (VA.needsCustom()) { in LowerReturn()
3048 if (VA.needsCustom()) { in LowerCallResult()
3401 if (VA.needsCustom()) { in LowerFormalArguments()
3993 if (VA.needsCustom()) { in LowerCall()
4106 if (VA.needsCustom()) { in LowerCall()