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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h95 SmallVector<ISD::ArgFlagsTy, 16> OutFlags; member in struct:llvm::FastISel::CallLoweringInfo
191 OutFlags.clear();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp3176 auto &OutFlags = CLI.OutFlags; local
3245 for (auto Flag : CLI.OutFlags)
3257 ISD::ArgFlagsTy Flags = OutFlags[i];
3307 CCInfo.AnalyzeCallOperands(OutVTs, OutFlags, CC_X86);
3419 ISD::ArgFlagsTy Flags = OutFlags[VA.getValNo()];
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1145 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC));
1521 for (auto Flag : CLI.OutFlags)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1242 CLI.OutFlags.push_back(Flags);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1612 ISD::ArgFlagsTy Flags = CLI.OutFlags[i];
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3068 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC));
3230 for (auto Flag : CLI.OutFlags)

Completed in 194 milliseconds