Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCallingConvLower.cpp282 Loc1.getLocInfo() != Loc2.getLocInfo() || in resultsCompatible()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp340 if (VA.getLocInfo() == CCValAssign::SExt) in LowerFormalArguments()
343 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerFormalArguments()
347 if (VA.getLocInfo() != CCValAssign::Full) in LowerFormalArguments()
425 switch (VA.getLocInfo()) { in LowerCall()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp392 if (VA.getLocInfo() == CCValAssign::Indirect) in LowerMemArgument()
431 if (VA.getLocInfo() == CCValAssign::ZExt) { in LowerMemArgument()
433 } else if (VA.getLocInfo() == CCValAssign::SExt) { in LowerMemArgument()
601 switch (VA.getLocInfo()) { in LowerCall()
912 if (VA.getLocInfo() == CCValAssign::SExt) { in LowerFormalArguments()
932 if (VA.getLocInfo() == CCValAssign::Indirect) in LowerFormalArguments()
1043 if (VA.getLocInfo() == CCValAssign::SExt) in LowerReturn()
1045 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerReturn()
1047 else if (VA.getLocInfo() == CCValAssign::AExt) { in LowerReturn()
1052 } else if (VA.getLocInfo() == CCValAssign::BCvt) in LowerReturn()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp259 if (VA.getLocInfo() == CCValAssign::SExt || in assignValueToAddress()
260 VA.getLocInfo() == CCValAssign::ZExt) { in assignValueToAddress()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp466 if (VA.getLocInfo() == CCValAssign::SExt) in LowerCCCArguments()
469 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerCCCArguments()
473 if (VA.getLocInfo() != CCValAssign::Full) in LowerCCCArguments()
668 switch (VA.getLocInfo()) { in LowerCCCCallTo()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp950 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnCXXNestedNameSpecifier()
999 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnCXXNestedNameSpecifier()
H A DSemaTemplate.cpp4033 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTemplateIdType()
4050 SpecTL.setArgLocInfo(i, TemplateArgs[i].getLocInfo()); in ActOnTemplateIdType()
4107 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTagTemplateIdType()
4151 SpecTL.setArgLocInfo(i, TemplateArgs[i].getLocInfo()); in ActOnTagTemplateIdType()
10554 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTypenameType()
10571 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTypenameType()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h153 LocInfo getLocInfo() const { return HTP; } in getLocInfo() function
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp660 if (VA.getLocInfo() == CCValAssign::SExt) in LowerCCCArguments()
663 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerCCCArguments()
667 if (VA.getLocInfo() != CCValAssign::Full) in LowerCCCArguments()
834 switch (VA.getLocInfo()) { in LowerCCCCallTo()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTemplateBase.h510 TemplateArgumentLocInfo getLocInfo() const {
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp194 switch (VA.getLocInfo()) { in convertValVTToLocVT()
208 switch (VA.getLocInfo()) { in convertLocVTToValVT()
265 switch (VA.getLocInfo()) { in unpackFromMemLoc()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1403 if (VA.getLocInfo() == CCValAssign::BCvt) in processCallArgs()
1436 switch (VA.getLocInfo()) { in processCallArgs()
1730 PPCMaterializeInt(CI, MVT::i64, VA.getLocInfo() != CCValAssign::ZExt); in SelectRet()
1762 switch (VA.getLocInfo()) { in SelectRet()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp187 switch (VA.getLocInfo()) { in assignValueToAddress()
310 if (VA.getLocInfo() != CCValAssign::LocInfo::FPExt) { in assignValueToAddress()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp1133 switch (VA.getLocInfo()) { in extendRegister()
1163 switch (VA.getLocInfo()) { in buildExtensionHint()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1198 switch (VA.getLocInfo()) { in processCallArgs()
1709 if ((VA.getLocInfo() != CCValAssign::Full) && in selectRet()
1710 (VA.getLocInfo() != CCValAssign::BCvt)) in selectRet()
H A DMipsISelLowering.cpp3294 switch (VA.getLocInfo()) { in LowerCall()
3526 VA.getLocInfo() == CCValAssign::ZExtUpper ? ISD::SRL : ISD::SRA; in LowerCallResult()
3532 switch (VA.getLocInfo()) { in LowerCallResult()
3571 switch (VA.getLocInfo()) { in UnpackFromArgumentSlot()
3580 VA.getLocInfo() == CCValAssign::ZExtUpper ? ISD::SRL : ISD::SRA; in UnpackFromArgumentSlot()
3592 switch (VA.getLocInfo()) { in UnpackFromArgumentSlot()
3847 switch (VA.getLocInfo()) { in LowerReturn()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp367 switch (VA.getLocInfo()) { in LowerReturn_64()
656 switch (VA.getLocInfo()) { in LowerFormalArguments_64()
880 switch (VA.getLocInfo()) { in LowerCall_32()
1178 Offset, VA.getLocVT(), VA.getLocInfo()); in fixupVariableFloatArgs()
1235 switch (VA.getLocInfo()) { in LowerCall_64()
1422 switch (VA.getLocInfo()) { in LowerCall_64()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.cpp382 switch (VA.getLocInfo()) { in LowerReturn()
465 switch (VA.getLocInfo()) { in LowerFormalArguments()
680 switch (VA.getLocInfo()) { in LowerCall()
813 switch (VA.getLocInfo()) { in LowerCall()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexDecl.cpp53 const TemplateArgumentLocInfo &LocInfo = TALoc.getLocInfo(); in handleTemplateArgumentLoc()
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp305 switch (VA.getLocInfo()) { in LowerCall()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1372 if (VA.getLocInfo() == CCValAssign::SExt) in convertLocVTToValVT()
1375 else if (VA.getLocInfo() == CCValAssign::ZExt) in convertLocVTToValVT()
1381 else if (VA.getLocInfo() == CCValAssign::BCvt) { in convertLocVTToValVT()
1389 assert(VA.getLocInfo() == CCValAssign::Full && "Unsupported getLocInfo"); in convertLocVTToValVT()
1398 switch (VA.getLocInfo()) { in convertValVTToLocVT()
1575 if (VA.getLocInfo() == CCValAssign::Indirect) { in LowerFormalArguments()
1648 if (VA.getLocInfo() == CCValAssign::Indirect) in canUseSiblingCall()
1721 if (VA.getLocInfo() == CCValAssign::Indirect) { in LowerCall()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1255 switch (VA.getLocInfo()) { in LowerFormalArguments()
1373 switch (VA.getLocInfo()) { in LowerCall()
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp964 if (VA.getLocInfo() != CCValAssign::Full) in LowerCall()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp240 Register ValVReg = VA.getLocInfo() != CCValAssign::LocInfo::FPExt in assignValueToAddress()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp227 switch (VA.getLocInfo()) { in LowerReturn()
476 switch (VA.getLocInfo()) { in LowerCall()
840 if (VA.getLocInfo() == CCValAssign::BCvt) in LowerFormalArguments()

12