reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
190 OutVals.clear();
lib/CodeGen/SelectionDAG/FastISel.cpp 1226 CLI.OutVals.push_back(Arg.Val);
lib/Target/AArch64/AArch64FastISel.cpp3080 const Value *ArgVal = CLI.OutVals[VA.getValNo()]; 3237 OutVTs.reserve(CLI.OutVals.size()); 3239 for (auto *Val : CLI.OutVals) {lib/Target/Mips/MipsFastISel.cpp
1157 const Value *ArgVal = CLI.OutVals[VA.getValNo()]; 1527 OutVTs.reserve(CLI.OutVals.size()); 1529 for (auto *Val : CLI.OutVals) {lib/Target/PowerPC/PPCFastISel.cpp
1593 unsigned NumArgs = CLI.OutVals.size(); 1616 Value *ArgValue = CLI.OutVals[i];lib/Target/X86/X86FastISel.cpp
3174 auto &OutVals = CLI.OutVals;