Searched refs:OutFlags (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 95 SmallVector<ISD::ArgFlagsTy, 16> OutFlags; member 191 OutFlags.clear(); in clearOuts()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1676 ISD::ArgFlagsTy OutFlags = Flags; in GetReturnInfo() local 1678 OutFlags.setSplit(); in GetReturnInfo() 1680 OutFlags.setSplitEnd(); in GetReturnInfo() 1683 ISD::OutputArg(OutFlags, PartVT, VT, /*isfixed=*/true, 0, 0)); in GetReturnInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 3209 auto &OutFlags = CLI.OutFlags; in fastLowerCall() local 3280 for (auto Flag : CLI.OutFlags) in fastLowerCall() 3292 ISD::ArgFlagsTy Flags = OutFlags[i]; in fastLowerCall() 3341 CCInfo.AnalyzeCallOperands(OutVTs, OutFlags, CC_X86); in fastLowerCall() 3451 ISD::ArgFlagsTy Flags = OutFlags[VA.getValNo()]; in fastLowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1136 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC)); in processCallArgs() 1512 for (auto Flag : CLI.OutFlags) in fastLowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1613 ISD::ArgFlagsTy Flags = CLI.OutFlags[i]; in fastLowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1097 CLI.OutFlags.push_back(Flags); in lowerCallTo()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 3020 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC)); in processCallArgs() 3192 for (auto Flag : CLI.OutFlags) in fastLowerCall()
|