Home
last modified time | relevance | path

Searched refs:OutFlags (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h95 SmallVector<ISD::ArgFlagsTy, 16> OutFlags; member
191 OutFlags.clear(); in clearOuts()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1676 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 DX86FastISel.cpp3209 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 DMipsFastISel.cpp1136 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 DPPCFastISel.cpp1613 ISD::ArgFlagsTy Flags = CLI.OutFlags[i]; in fastLowerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1097 CLI.OutFlags.push_back(Flags); in lowerCallTo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3020 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC)); in processCallArgs()
3192 for (auto Flag : CLI.OutFlags) in fastLowerCall()