/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsCallLowering.cpp | 164 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()
|
D | MipsFastISel.cpp | 1207 switch (VA.getLocInfo()) { in processCallArgs() 1718 if ((VA.getLocInfo() != CCValAssign::Full) && in selectRet() 1719 (VA.getLocInfo() != CCValAssign::BCvt)) in selectRet()
|
D | MipsISelLowering.cpp | 3279 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/ |
D | CallingConvLower.cpp | 279 if (Loc1.getLocInfo() != Loc2.getLocInfo()) in resultsCompatible()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 246 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/ |
D | ARMCallLowering.cpp | 314 if (VA.getLocInfo() == CCValAssign::SExt || in assignValueToAddress() 315 VA.getLocInfo() == CCValAssign::ZExt) { in assignValueToAddress()
|
D | ARMFastISel.cpp | 1962 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/ |
D | LanaiISelLowering.cpp | 470 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/ |
D | RISCVISelLowering.cpp | 1681 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/ |
D | CallingConvLower.h | 155 LocInfo getLocInfo() const { return HTP; } in getLocInfo() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 661 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/ |
D | AArch64CallLowering.cpp | 74 switch (VA.getLocInfo()) { in assignValueToReg() 178 if (VA.getLocInfo() == CCValAssign::LocInfo::AExt) { in assignValueToAddress()
|
D | AArch64FastISel.cpp | 3088 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/ |
D | PPCFastISel.cpp | 1403 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/ |
D | X86CallLowering.cpp | 261 switch (VA.getLocInfo()) { in assignValueToReg()
|
D | X86FastISel.cpp | 1210 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/ |
D | CallLowering.cpp | 463 switch (VA.getLocInfo()) { in extendRegister()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 322 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/ |
D | AMDGPUCallLowering.cpp | 106 switch (VA.getLocInfo()) { in assignValueToReg()
|
D | SIISelLowering.cpp | 1538 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/ |
D | ARCISelLowering.cpp | 267 switch (VA.getLocInfo()) { in LowerCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 1089 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/ |
D | SystemZISelLowering.cpp | 1276 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/ |
D | HexagonISelLowering.cpp | 443 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/ |
D | XCoreISelLowering.cpp | 1147 switch (VA.getLocInfo()) { in LowerCCCCallTo()
|