Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp807 if (VA.getLocInfo() == CCValAssign::Indirect) { in handleAssignments()
824 VA.getLocInfo() != CCValAssign::Indirect) { in handleAssignments()
833 assert((VA.getLocInfo() != CCValAssign::Indirect || Part == 0) && in handleAssignments()
854 if (VA.getLocInfo() == CCValAssign::Indirect && in handleAssignments()
885 Handler.getStackAddress(VA.getLocInfo() == CCValAssign::Indirect in handleAssignments()
894 if (VA.getLocInfo() == CCValAssign::Indirect) in handleAssignments()
952 if (VA.getLocInfo() == CCValAssign::Indirect && in handleAssignments()
1315 switch (VA.getLocInfo()) { in extendRegister()
1345 switch (VA.getLocInfo()) { in buildExtensionHint()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp771 if (VA.getLocInfo() == CCValAssign::SExt) in LowerReturn()
773 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerReturn()
775 else if (VA.getLocInfo() == CCValAssign::AExt) { in LowerReturn()
781 else if (VA.getLocInfo() == CCValAssign::BCvt) in LowerReturn()
784 assert(VA.getLocInfo() != CCValAssign::FPExt && in LowerReturn()
1177 if (VA.getLocInfo() == CCValAssign::BCvt) in LowerCallResult()
1313 if (VA.getLocInfo() == CCValAssign::Indirect || ExtendedInMem) in LowerMemArgument()
1345 VA.getLocInfo() != CCValAssign::Indirect && !ExtendedInMem && in LowerMemArgument()
1388 if (VA.getLocInfo() == CCValAssign::ZExt) { in LowerMemArgument()
1390 } else if (VA.getLocInfo() == CCValAssign::SExt) { in LowerMemArgument()
[all …]
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp280 if (Loc1.getLocInfo() != Loc2.getLocInfo()) in resultsCompatible()
/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp371 if (VA.getLocInfo() == CCValAssign::SExt) in LowerFormalArguments()
374 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerFormalArguments()
378 if (VA.getLocInfo() != CCValAssign::Full) in LowerFormalArguments()
459 switch (VA.getLocInfo()) { in LowerCall()
461 report_fatal_error("unhandled location info: " + Twine(VA.getLocInfo())); in LowerCall()
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp442 if (VA.getLocInfo() == CCValAssign::Indirect) in LowerMemArgument()
481 if (VA.getLocInfo() == CCValAssign::ZExt) { in LowerMemArgument()
483 } else if (VA.getLocInfo() == CCValAssign::SExt) { in LowerMemArgument()
651 switch (VA.getLocInfo()) { in LowerCall()
960 if (VA.getLocInfo() == CCValAssign::SExt) { in LowerFormalArguments()
963 } else if (VA.getLocInfo() == CCValAssign::ZExt) { in LowerFormalArguments()
966 } else if (VA.getLocInfo() == CCValAssign::BCvt) { in LowerFormalArguments()
980 if (VA.getLocInfo() == CCValAssign::Indirect) in LowerFormalArguments()
1099 if (VA.getLocInfo() == CCValAssign::SExt) in LowerReturn()
1101 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerReturn()
[all …]
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp268 if (VA.getLocInfo() == CCValAssign::SExt || in assignValueToAddress()
269 VA.getLocInfo() == CCValAssign::ZExt) { in assignValueToAddress()
/src/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp244 if (VA.getLocInfo() != CCValAssign::Full) { in LowerFormalArguments()
246 if (VA.getLocInfo() == CCValAssign::SExt) in LowerFormalArguments()
248 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerFormalArguments()
/src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp467 if (VA.getLocInfo() == CCValAssign::SExt) in LowerCCCArguments()
470 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerCCCArguments()
474 if (VA.getLocInfo() != CCValAssign::Full) in LowerCCCArguments()
669 switch (VA.getLocInfo()) { in LowerCCCCallTo()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp885 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnCXXNestedNameSpecifier()
934 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnCXXNestedNameSpecifier()
H A DSemaTemplate.cpp3633 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTemplateIdType()
3650 SpecTL.setArgLocInfo(i, TemplateArgs[i].getLocInfo()); in ActOnTemplateIdType()
3704 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTagTemplateIdType()
3748 SpecTL.setArgLocInfo(i, TemplateArgs[i].getLocInfo()); in ActOnTagTemplateIdType()
10349 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTypenameType()
10366 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTypenameType()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h134 LocInfo getLocInfo() const { return HTP; } in getLocInfo() function
/src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A 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()
834 switch (VA.getLocInfo()) { in LowerCCCCallTo()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h576 TemplateArgumentLocInfo getLocInfo() const { return LocInfo; }
/src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp203 switch (VA.getLocInfo()) { in convertValVTToLocVT()
217 switch (VA.getLocInfo()) { in convertLocVTToValVT()
274 switch (VA.getLocInfo()) { in unpackFromMemLoc()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1401 if (VA.getLocInfo() == CCValAssign::BCvt) in processCallArgs()
1433 switch (VA.getLocInfo()) { in processCallArgs()
1727 PPCMaterializeInt(CI, MVT::i64, VA.getLocInfo() != CCValAssign::ZExt); in SelectRet()
1759 switch (VA.getLocInfo()) { in SelectRet()
/src/contrib/llvm-project/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.cpp3317 switch (VA.getLocInfo()) { in LowerCall()
3548 VA.getLocInfo() == CCValAssign::ZExtUpper ? ISD::SRL : ISD::SRA; in LowerCallResult()
3554 switch (VA.getLocInfo()) { in LowerCallResult()
3593 switch (VA.getLocInfo()) { in UnpackFromArgumentSlot()
3602 VA.getLocInfo() == CCValAssign::ZExtUpper ? ISD::SRL : ISD::SRA; in UnpackFromArgumentSlot()
3614 switch (VA.getLocInfo()) { in UnpackFromArgumentSlot()
3860 switch (VA.getLocInfo()) { in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp194 switch (VA.getLocInfo()) { in assignValueToAddress()
319 if (VA.getLocInfo() != CCValAssign::LocInfo::FPExt) { in assignValueToAddress()
/src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp370 switch (VA.getLocInfo()) { in LowerReturn_64()
658 switch (VA.getLocInfo()) { in LowerFormalArguments_64()
910 switch (VA.getLocInfo()) { in LowerCall_32()
1215 VA.getLocVT(), VA.getLocInfo()); in fixupVariableFloatArgs()
1276 switch (VA.getLocInfo()) { in LowerCall_64()
1480 switch (VA.getLocInfo()) { in LowerCall_64()
/src/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp53 const TemplateArgumentLocInfo &LocInfo = TALoc.getLocInfo(); in handleTemplateArgumentLoc()
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp393 switch (VA.getLocInfo()) { in LowerReturn()
475 switch (VA.getLocInfo()) { in LowerFormalArguments()
689 switch (VA.getLocInfo()) { in LowerCall()
821 switch (VA.getLocInfo()) { in LowerCall()
/src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp306 switch (VA.getLocInfo()) { in LowerCall()
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4912 switch (VA.getLocInfo()) { in convertLocVTToValVT()
4972 switch (VA.getLocInfo()) { in unpackFromMemLoc()
4990 switch (VA.getLocInfo()) { in convertValVTToLocVT()
5090 if (VA.getLocInfo() == CCValAssign::Indirect) { in LowerFormalArguments()
5231 if (VA.getLocInfo() == CCValAssign::Indirect) in isEligibleForTailCallOptimization()
5341 if (VA.getLocInfo() == CCValAssign::Indirect) { in LowerCall()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1481 if (VA.getLocInfo() == CCValAssign::SExt) in convertLocVTToValVT()
1484 else if (VA.getLocInfo() == CCValAssign::ZExt) in convertLocVTToValVT()
1490 else if (VA.getLocInfo() == CCValAssign::BCvt) { in convertLocVTToValVT()
1498 assert(VA.getLocInfo() == CCValAssign::Full && "Unsupported getLocInfo"); in convertLocVTToValVT()
1507 switch (VA.getLocInfo()) { in convertValVTToLocVT()
1694 if (VA.getLocInfo() == CCValAssign::Indirect) { in LowerFormalArguments()
1791 if (VA.getLocInfo() == CCValAssign::Indirect) in canUseSiblingCall()
1939 if (VA.getLocInfo() == CCValAssign::Indirect) { in LowerCall()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp227 switch (VA.getLocInfo()) { in LowerReturn()
476 switch (VA.getLocInfo()) { in LowerCall()
858 if (VA.getLocInfo() == CCValAssign::BCvt) in LowerFormalArguments()

12