Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp806 if (VA.getLocInfo() == CCValAssign::Indirect) { in handleAssignments()
823 VA.getLocInfo() != CCValAssign::Indirect) { in handleAssignments()
832 assert((VA.getLocInfo() != CCValAssign::Indirect || Part == 0) && in handleAssignments()
853 if (VA.getLocInfo() == CCValAssign::Indirect && in handleAssignments()
884 Handler.getStackAddress(VA.getLocInfo() == CCValAssign::Indirect in handleAssignments()
893 if (VA.getLocInfo() == CCValAssign::Indirect) in handleAssignments()
951 if (VA.getLocInfo() == CCValAssign::Indirect && in handleAssignments()
1314 switch (VA.getLocInfo()) { in extendRegister()
1344 switch (VA.getLocInfo()) { in buildExtensionHint()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp789 if (VA.getLocInfo() == CCValAssign::SExt) in LowerReturn()
791 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerReturn()
793 else if (VA.getLocInfo() == CCValAssign::AExt) { in LowerReturn()
799 else if (VA.getLocInfo() == CCValAssign::BCvt) in LowerReturn()
802 assert(VA.getLocInfo() != CCValAssign::FPExt && in LowerReturn()
1208 if (VA.getLocInfo() == CCValAssign::BCvt) in LowerCallResult()
1344 if (VA.getLocInfo() == CCValAssign::Indirect || ExtendedInMem) in LowerMemArgument()
1376 VA.getLocInfo() != CCValAssign::Indirect && !ExtendedInMem && in LowerMemArgument()
1419 if (VA.getLocInfo() == CCValAssign::ZExt) { in LowerMemArgument()
1421 } else if (VA.getLocInfo() == CCValAssign::SExt) { in LowerMemArgument()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp280 if (Loc1.getLocInfo() != Loc2.getLocInfo()) in resultsCompatible()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp387 if (VA.getLocInfo() == CCValAssign::SExt) in LowerFormalArguments()
390 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerFormalArguments()
394 if (VA.getLocInfo() != CCValAssign::Full) in LowerFormalArguments()
490 switch (VA.getLocInfo()) { in LowerCall()
492 report_fatal_error("unhandled location info: " + Twine(VA.getLocInfo())); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp444 if (VA.getLocInfo() == CCValAssign::Indirect) in LowerMemArgument()
483 if (VA.getLocInfo() == CCValAssign::ZExt) { in LowerMemArgument()
485 } else if (VA.getLocInfo() == CCValAssign::SExt) { in LowerMemArgument()
653 switch (VA.getLocInfo()) { in LowerCall()
961 if (VA.getLocInfo() == CCValAssign::SExt) { in LowerFormalArguments()
964 } else if (VA.getLocInfo() == CCValAssign::ZExt) { in LowerFormalArguments()
967 } else if (VA.getLocInfo() == CCValAssign::BCvt) { in LowerFormalArguments()
981 if (VA.getLocInfo() == CCValAssign::Indirect) in LowerFormalArguments()
1101 if (VA.getLocInfo() == CCValAssign::SExt) in LowerReturn()
1103 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerReturn()
[all …]
/freebsd/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()
H A DARMFastISel.cpp2012 switch (VA.getLocInfo()) { in ProcessCallArgs()
2180 if (VA.getLocInfo() != CCValAssign::Full) in SelectRet()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp540 if (VA.getLocInfo() == CCValAssign::SExt) in LowerCCCArguments()
543 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerCCCArguments()
547 if (VA.getLocInfo() != CCValAssign::Full) in LowerCCCArguments()
714 switch (VA.getLocInfo()) { in LowerCCCCallTo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp457 if (VA.getLocInfo() == CCValAssign::SExt) in LowerCCCArguments()
460 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerCCCArguments()
464 if (VA.getLocInfo() != CCValAssign::Full) in LowerCCCArguments()
660 switch (VA.getLocInfo()) { in LowerCCCCallTo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp879 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnCXXNestedNameSpecifier()
927 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnCXXNestedNameSpecifier()
H A DSemaTemplate.cpp3918 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTemplateIdType()
3935 SpecTL.setArgLocInfo(i, TemplateArgs[i].getLocInfo()); in ActOnTemplateIdType()
3988 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTagTemplateIdType()
4032 SpecTL.setArgLocInfo(i, TemplateArgs[i].getLocInfo()); in ActOnTagTemplateIdType()
5763 TemplateArgumentLoc NewArgLoc(Arg, ArgLoc.getLocInfo()); in CheckTemplateArgumentList()
5778 ArgLoc.getLocInfo()); in CheckTemplateArgumentList()
10912 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTypenameType()
10929 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTypenameType()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h135 LocInfo getLocInfo() const { return HTP; } in getLocInfo() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h582 TemplateArgumentLocInfo getLocInfo() const { return LocInfo; }
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1390 if (VA.getLocInfo() == CCValAssign::BCvt) in processCallArgs()
1422 switch (VA.getLocInfo()) { in processCallArgs()
1716 PPCMaterializeInt(CI, MVT::i64, VA.getLocInfo() != CCValAssign::ZExt); in SelectRet()
1748 switch (VA.getLocInfo()) { in SelectRet()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp473 if (VA.getLocInfo() != CCValAssign::Full) { in LowerFormalArguments()
475 if (VA.getLocInfo() == CCValAssign::SExt) in LowerFormalArguments()
477 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1210 switch (VA.getLocInfo()) { in processCallArgs()
1721 if ((VA.getLocInfo() != CCValAssign::Full) && in selectRet()
1722 (VA.getLocInfo() != CCValAssign::BCvt)) in selectRet()
H A DMipsISelLowering.cpp3468 switch (VA.getLocInfo()) { in LowerCall()
3706 VA.getLocInfo() == CCValAssign::ZExtUpper ? ISD::SRL : ISD::SRA; in LowerCallResult()
3712 switch (VA.getLocInfo()) { in LowerCallResult()
3751 switch (VA.getLocInfo()) { in UnpackFromArgumentSlot()
3760 VA.getLocInfo() == CCValAssign::ZExtUpper ? ISD::SRL : ISD::SRA; in UnpackFromArgumentSlot()
3772 switch (VA.getLocInfo()) { in UnpackFromArgumentSlot()
4018 switch (VA.getLocInfo()) { in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp196 switch (VA.getLocInfo()) { in assignValueToAddress()
368 if (VA.getLocInfo() != CCValAssign::LocInfo::FPExt) { in assignValueToAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp374 switch (VA.getLocInfo()) { in LowerReturn_64()
662 switch (VA.getLocInfo()) { in LowerFormalArguments_64()
914 switch (VA.getLocInfo()) { in LowerCall_32()
1210 VA.getLocVT(), VA.getLocInfo()); in fixupVariableFloatArgs()
1271 switch (VA.getLocInfo()) { in LowerCall_64()
1471 switch (VA.getLocInfo()) { in LowerCall_64()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp53 const TemplateArgumentLocInfo &LocInfo = TALoc.getLocInfo(); in handleTemplateArgumentLoc()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp391 switch (VA.getLocInfo()) { in LowerReturn()
473 switch (VA.getLocInfo()) { in LowerFormalArguments()
681 switch (VA.getLocInfo()) { in LowerCall()
811 switch (VA.getLocInfo()) { in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp289 switch (VA.getLocInfo()) { in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp300 switch (VA.getLocInfo()) { in LowerReturn()
546 switch (VA.getLocInfo()) { in LowerCall()
927 if (VA.getLocInfo() == CCValAssign::BCvt) in LowerFormalArguments()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1365 switch (VA.getLocInfo()) { in LowerFormalArguments()
1483 switch (VA.getLocInfo()) { in LowerCall()

12