Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h94 SmallVector<ISD::ArgFlagsTy, 16> OutFlags; member
190 OutFlags.clear(); in clearOuts()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3163 auto &OutFlags = CLI.OutFlags; in fastLowerCall() local
3231 for (auto Flag : CLI.OutFlags) in fastLowerCall()
3243 ISD::ArgFlagsTy Flags = OutFlags[i]; in fastLowerCall()
3292 CCInfo.AnalyzeCallOperands(OutVTs, OutFlags, CC_X86); in fastLowerCall()
3403 ISD::ArgFlagsTy Flags = OutFlags[VA.getValNo()]; in fastLowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1142 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC)); in processCallArgs()
1518 for (auto Flag : CLI.OutFlags) in fastLowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1096 CLI.OutFlags.push_back(Flags); in lowerCallTo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1614 ISD::ArgFlagsTy Flags = CLI.OutFlags[i]; in fastLowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2997 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC)); in processCallArgs()
3159 for (auto Flag : CLI.OutFlags) in fastLowerCall()