Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h94 SmallVector<ISD::ArgFlagsTy, 16> OutFlags; member
190 OutFlags.clear(); in clearOuts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp3162 auto &OutFlags = CLI.OutFlags; in fastLowerCall() local
3230 for (auto Flag : CLI.OutFlags) in fastLowerCall()
3242 ISD::ArgFlagsTy Flags = OutFlags[i]; in fastLowerCall()
3291 CCInfo.AnalyzeCallOperands(OutVTs, OutFlags, CC_X86); in fastLowerCall()
3402 ISD::ArgFlagsTy Flags = OutFlags[VA.getValNo()]; in fastLowerCall()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1099 CLI.OutFlags.push_back(Flags); in lowerCallTo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1614 ISD::ArgFlagsTy Flags = CLI.OutFlags[i]; in fastLowerCall()
/netbsd-src/external/apache2/llvm/dist/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()