Home
last modified time | relevance | path

Searched refs:getLocInfo (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCallLowering.cpp164 switch (VA.getLocInfo()) { in assignValueToReg()
203 if (VA.getLocInfo() == CCValAssign::SExt || in assignValueToAddress()
204 VA.getLocInfo() == CCValAssign::ZExt || in assignValueToAddress()
205 VA.getLocInfo() == CCValAssign::AExt) { in assignValueToAddress()
324 switch (VA.getLocInfo()) { in extendRegister()
DMipsFastISel.cpp1207 switch (VA.getLocInfo()) { in processCallArgs()
1718 if ((VA.getLocInfo() != CCValAssign::Full) && in selectRet()
1719 (VA.getLocInfo() != CCValAssign::BCvt)) in selectRet()
DMipsISelLowering.cpp3279 switch (VA.getLocInfo()) { in LowerCall()
3493 VA.getLocInfo() == CCValAssign::ZExtUpper ? ISD::SRL : ISD::SRA; in LowerCallResult()
3499 switch (VA.getLocInfo()) { in LowerCallResult()
3538 switch (VA.getLocInfo()) { in UnpackFromArgumentSlot()
3547 VA.getLocInfo() == CCValAssign::ZExtUpper ? ISD::SRL : ISD::SRA; in UnpackFromArgumentSlot()
3559 switch (VA.getLocInfo()) { in UnpackFromArgumentSlot()
3802 switch (VA.getLocInfo()) { in LowerReturn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCallingConvLower.cpp279 if (Loc1.getLocInfo() != Loc2.getLocInfo()) in resultsCompatible()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp246 if (VA.getLocInfo() == CCValAssign::SExt) in LowerFormalArguments()
249 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerFormalArguments()
253 if (VA.getLocInfo() != CCValAssign::Full) in LowerFormalArguments()
331 switch (VA.getLocInfo()) { in LowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallLowering.cpp314 if (VA.getLocInfo() == CCValAssign::SExt || in assignValueToAddress()
315 VA.getLocInfo() == CCValAssign::ZExt) { in assignValueToAddress()
DARMFastISel.cpp1962 switch (VA.getLocInfo()) { in ProcessCallArgs()
2130 if (VA.getLocInfo() != CCValAssign::Full) in SelectRet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp470 if (VA.getLocInfo() == CCValAssign::SExt) in LowerCCCArguments()
473 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerCCCArguments()
477 if (VA.getLocInfo() != CCValAssign::Full) in LowerCCCArguments()
663 switch (VA.getLocInfo()) { in LowerCCCCallTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp1681 switch (VA.getLocInfo()) { in convertLocVTToValVT()
1726 if (VA.getLocInfo() == CCValAssign::Indirect) in unpackFromRegLoc()
1736 switch (VA.getLocInfo()) { in convertValVTToLocVT()
1767 switch (VA.getLocInfo()) { in unpackFromMemLoc()
1933 if (VA.getLocInfo() == CCValAssign::Indirect) { in LowerFormalArguments()
2054 if (VA.getLocInfo() == CCValAssign::Indirect) in isEligibleForTailCallOptimization()
2203 if (VA.getLocInfo() == CCValAssign::Indirect) { in LowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h155 LocInfo getLocInfo() const { return HTP; } in getLocInfo() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp661 if (VA.getLocInfo() == CCValAssign::SExt) in LowerCCCArguments()
664 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerCCCArguments()
668 if (VA.getLocInfo() != CCValAssign::Full) in LowerCCCArguments()
833 switch (VA.getLocInfo()) { in LowerCCCCallTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallLowering.cpp74 switch (VA.getLocInfo()) { in assignValueToReg()
178 if (VA.getLocInfo() == CCValAssign::LocInfo::AExt) { in assignValueToAddress()
DAArch64FastISel.cpp3088 switch (VA.getLocInfo()) { in processCallArgs()
3881 if ((VA.getLocInfo() != CCValAssign::Full) && in selectRet()
3882 (VA.getLocInfo() != CCValAssign::BCvt)) in selectRet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1403 if (VA.getLocInfo() == CCValAssign::BCvt) in processCallArgs()
1436 switch (VA.getLocInfo()) { in processCallArgs()
1726 PPCMaterializeInt(CI, MVT::i64, VA.getLocInfo() != CCValAssign::ZExt); in SelectRet()
1758 switch (VA.getLocInfo()) { in SelectRet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallLowering.cpp261 switch (VA.getLocInfo()) { in assignValueToReg()
DX86FastISel.cpp1210 if (VA.getLocInfo() != CCValAssign::Full) in X86SelectRet()
3330 switch (VA.getLocInfo()) { in fastLowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp463 switch (VA.getLocInfo()) { in extendRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp322 switch (VA.getLocInfo()) { in LowerReturn_64()
611 switch (VA.getLocInfo()) { in LowerFormalArguments_64()
802 switch (VA.getLocInfo()) { in LowerCall_32()
1085 Offset, VA.getLocVT(), VA.getLocInfo()); in fixupVariableFloatArgs()
1142 switch (VA.getLocInfo()) { in LowerCall_64()
1327 switch (VA.getLocInfo()) { in LowerCall_64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp106 switch (VA.getLocInfo()) { in assignValueToReg()
DSIISelLowering.cpp1538 switch (VA.getLocInfo()) { in lowerStackParameter()
2198 switch (VA.getLocInfo()) { in LowerFormalArguments()
2326 switch (VA.getLocInfo()) { in LowerReturn()
2405 switch (VA.getLocInfo()) { in LowerCallResult()
2796 switch (VA.getLocInfo()) { in LowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCISelLowering.cpp267 switch (VA.getLocInfo()) { in LowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp1089 switch (VA.getLocInfo()) { in LowerFormalArguments()
1203 switch (VA.getLocInfo()) { in LowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1276 if (VA.getLocInfo() == CCValAssign::SExt) in convertLocVTToValVT()
1279 else if (VA.getLocInfo() == CCValAssign::ZExt) in convertLocVTToValVT()
1285 else if (VA.getLocInfo() == CCValAssign::BCvt) { in convertLocVTToValVT()
1293 assert(VA.getLocInfo() == CCValAssign::Full && "Unsupported getLocInfo"); in convertLocVTToValVT()
1302 switch (VA.getLocInfo()) { in convertValVTToLocVT()
1408 if (VA.getLocInfo() == CCValAssign::Indirect) { in LowerFormalArguments()
1476 if (VA.getLocInfo() == CCValAssign::Indirect) in canUseSiblingCall()
1536 if (VA.getLocInfo() == CCValAssign::Indirect) { in LowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp443 switch (VA.getLocInfo()) { in LowerCall()
789 if (VA.getLocInfo() == CCValAssign::BCvt) in LowerFormalArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1147 switch (VA.getLocInfo()) { in LowerCCCCallTo()

12