Home
last modified time | relevance | path

Searched refs:OutFlags (Results 1 – 6 of 6) 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/Target/X86/
H A DX86FastISel.cpp3245 auto &OutFlags = CLI.OutFlags; in fastLowerCall() local
3316 for (auto Flag : CLI.OutFlags) in fastLowerCall()
3333 ISD::ArgFlagsTy Flags = OutFlags[i]; in fastLowerCall()
3382 CCInfo.AnalyzeCallOperands(OutVTs, OutFlags, CC_X86); in fastLowerCall()
3492 ISD::ArgFlagsTy Flags = OutFlags[VA.getValNo()]; in fastLowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1148 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC)); in processCallArgs()
1524 for (auto Flag : CLI.OutFlags) in fastLowerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1094 CLI.OutFlags.push_back(Flags); in lowerCallTo()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1602 ISD::ArgFlagsTy Flags = CLI.OutFlags[i]; in fastLowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3018 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC)); in processCallArgs()
3190 for (auto Flag : CLI.OutFlags) in fastLowerCall()