| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.h | 58 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 D | MipsCCState.cpp | 143 std::vector<TargetLowering::ArgListEntry> &FuncArgs, in PreAnalyzeCallOperands() 146 TargetLowering::ArgListEntry FuncArg = FuncArgs[Outs[i].OrigArgIndex]; in PreAnalyzeCallOperands()
|
| H A D | MipsISelLowering.cpp | 2328 ArgListEntry Entry; in lowerGlobalTLSAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SelectionDAGInfo.cpp | 166 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 D | AArch64FastISel.cpp | 3578 ArgListEntry Entry; in fastLowerIntrinsicCall() 4874 ArgListEntry Entry; in selectFRem()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreSelectionDAGInfo.cpp | 36 TargetLowering::ArgListEntry Entry; in EmitTargetCodeForMemcpy()
|
| H A D | XCoreISelLowering.cpp | 432 TargetLowering::ArgListEntry Entry; in LowerLOAD() 483 TargetLowering::ArgListEntry Entry; in LowerSTORE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSelectionDAGInfo.cpp | 35 TargetLowering::ArgListEntry Entry; in EmitTargetCodeForMemcpy()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 68 using ArgListEntry = TargetLoweringBase::ArgListEntry;
|
| H A D | TargetLowering.h | 300 class ArgListEntry { 323 ArgListEntry() in ArgListEntry() function 332 using ArgListTy = std::vector<ArgListEntry>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.cpp | 92 TargetLowering::ArgListEntry Entry; in EmitSpecializedLibcall()
|
| H A D | ARMISelLowering.cpp | 3773 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 D | FastISel.cpp | 732 ArgListEntry Entry; in lowerCallOperands() 981 ArgListEntry Entry; in lowerCallTo() 1120 ArgListEntry Entry; in lowerCall()
|
| H A D | SelectionDAGBuilder.cpp | 3093 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 D | SelectionDAG.cpp | 2581 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 D | LegalizeDAG.cpp | 2184 TargetLowering::ArgListEntry Entry; in ExpandLibCall() 2328 TargetLowering::ArgListEntry Arg; in ExpandBitCountingLibCall() 2373 TargetLowering::ArgListEntry Entry; in ExpandDivRemLibCall()
|
| H A D | LegalizeVectorOps.cpp | 2227 TargetLowering::ArgListEntry Entry; in tryExpandVecMathCall()
|
| H A D | TargetLowering.cpp | 119 void TargetLoweringBase::ArgListEntry::setAttributes(const CallBase *Call, in setAttributes() 165 TargetLowering::ArgListEntry Entry; in makeLibCall() 10682 ArgListEntry Entry; in LowerToTLSEmulatedModel()
|
| H A D | LegalizeIntegerTypes.cpp | 5242 TargetLowering::ArgListEntry Entry; in ExpandIntRes_XMULO()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 1332 ArgListEntry Entry; in getDynamicTLSAddr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2284 ArgListEntry Entry; in LowerF128_LibCallArg() 2320 ArgListEntry Entry; in LowerF128Op()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 508 TargetLowering::ArgListEntry Entry; in LowerDivRem()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 1652 TargetLowering::ArgListEntry Entry; in lowerDYNAMIC_STACKALLOC()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 1457 ArgListEntry Entry; in getTLSGetAddr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 3773 TargetLowering::ArgListEntry RequestedExecArg = in LowerCall() 3780 auto PushNodeOrTargetConstant = [&](TargetLowering::ArgListEntry Arg) { in LowerCall() 3791 TargetLowering::ArgListEntry Flags = CLI.Args[ChainCallArgIdx::Flags]; in LowerCall()
|