Home
last modified time | relevance | path

Searched refs:ArgListEntry (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h58 std::vector<TargetLowering::ArgListEntry> &FuncArgs,
105 std::vector<TargetLowering::ArgListEntry> &FuncArgs, const char *Func) { in PreAnalyzeCallOperands()
116 std::vector<TargetLowering::ArgListEntry> &FuncArgs, in AnalyzeCallOperands()
H A DMipsCCState.cpp143 std::vector<TargetLowering::ArgListEntry> &FuncArgs, in PreAnalyzeCallOperands()
146 TargetLowering::ArgListEntry FuncArg = FuncArgs[Outs[i].OrigArgIndex]; in PreAnalyzeCallOperands()
H A DMipsISelLowering.cpp2328 ArgListEntry Entry; in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp166 TargetLowering::ArgListEntry DstEntry; in EmitStreamingCompatibleMemLibCall()
176 TargetLowering::ArgListEntry Entry; in EmitStreamingCompatibleMemLibCall()
184 TargetLowering::ArgListEntry Entry; in EmitStreamingCompatibleMemLibCall()
192 TargetLowering::ArgListEntry Entry; in EmitStreamingCompatibleMemLibCall()
205 TargetLowering::ArgListEntry SizeEntry; in EmitStreamingCompatibleMemLibCall()
H A DAArch64FastISel.cpp3578 ArgListEntry Entry; in fastLowerIntrinsicCall()
4874 ArgListEntry Entry; in selectFRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp36 TargetLowering::ArgListEntry Entry; in EmitTargetCodeForMemcpy()
H A DXCoreISelLowering.cpp432 TargetLowering::ArgListEntry Entry; in LowerLOAD()
483 TargetLowering::ArgListEntry Entry; in LowerSTORE()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp35 TargetLowering::ArgListEntry Entry; in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h68 using ArgListEntry = TargetLoweringBase::ArgListEntry;
H A DTargetLowering.h300 class ArgListEntry {
323 ArgListEntry() in ArgListEntry() function
332 using ArgListTy = std::vector<ArgListEntry>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp92 TargetLowering::ArgListEntry Entry; in EmitSpecializedLibcall()
H A DARMISelLowering.cpp3773 ArgListEntry Entry; in LowerToTLSGeneralDynamicModel()
10007 ArgListEntry Entry; in LowerFSINCOS()
10017 ArgListEntry Entry; in LowerFSINCOS()
10075 ArgListEntry Arg; in LowerWindowsDIVLibCall()
20637 TargetLowering::ArgListEntry Entry; in getDivRemArgList()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp732 ArgListEntry Entry; in lowerCallOperands()
981 ArgListEntry Entry; in lowerCallTo()
1120 ArgListEntry Entry; in lowerCall()
H A DSelectionDAGBuilder.cpp3093 TargetLowering::ArgListEntry Entry; in visitSPDescriptorParent()
3192 TargetLowering::ArgListEntry Entry; in visitSPDescriptorFailure()
7516 Args.push_back(TargetLoweringBase::ArgListEntry()); in visitIntrinsicCall()
7963 TargetLowering::ArgListEntry Arg; in visitIntrinsicCall()
7976 TargetLowering::ArgListEntry Arg; in visitIntrinsicCall()
8898 TargetLowering::ArgListEntry Entry; in LowerCallTo()
8931 TargetLowering::ArgListEntry Entry; in LowerCallTo()
10598 TargetLowering::ArgListEntry Entry; in populateCallLoweringInfo()
11008 ArgListEntry Entry; in LowerCallTo()
11072 for (const ArgListEntry &Arg : Args) { in LowerCallTo()
H A DSelectionDAG.cpp2581 TargetLowering::ArgListEntry Entry{}; in expandMultipleResultFPLibCall()
8882 TargetLowering::ArgListEntry Entry; in getMemcpy()
8926 TargetLowering::ArgListEntry Entry; in getAtomicMemcpy()
8999 TargetLowering::ArgListEntry Entry; in getMemmove()
9043 TargetLowering::ArgListEntry Entry; in getAtomicMemmove()
9132 TargetLowering::ArgListEntry Entry; in getMemset()
9180 TargetLowering::ArgListEntry Entry; in getAtomicMemset()
13840 TargetLowering::ArgListEntry Entry; in makeStateFunctionCall()
H A DLegalizeDAG.cpp2184 TargetLowering::ArgListEntry Entry; in ExpandLibCall()
2328 TargetLowering::ArgListEntry Arg; in ExpandBitCountingLibCall()
2373 TargetLowering::ArgListEntry Entry; in ExpandDivRemLibCall()
H A DLegalizeVectorOps.cpp2227 TargetLowering::ArgListEntry Entry; in tryExpandVecMathCall()
H A DTargetLowering.cpp119 void TargetLoweringBase::ArgListEntry::setAttributes(const CallBase *Call, in setAttributes()
165 TargetLowering::ArgListEntry Entry; in makeLibCall()
10682 ArgListEntry Entry; in LowerToTLSEmulatedModel()
H A DLegalizeIntegerTypes.cpp5242 TargetLowering::ArgListEntry Entry; in ExpandIntRes_XMULO()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1332 ArgListEntry Entry; in getDynamicTLSAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2284 ArgListEntry Entry; in LowerF128_LibCallArg()
2320 ArgListEntry Entry; in LowerF128Op()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp508 TargetLowering::ArgListEntry Entry; in LowerDivRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1652 TargetLowering::ArgListEntry Entry; in lowerDYNAMIC_STACKALLOC()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1457 ArgListEntry Entry; in getTLSGetAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp3773 TargetLowering::ArgListEntry RequestedExecArg = in LowerCall()
3780 auto PushNodeOrTargetConstant = [&](TargetLowering::ArgListEntry Arg) { in LowerCall()
3791 TargetLowering::ArgListEntry Flags = CLI.Args[ChainCallArgIdx::Flags]; in LowerCall()

12