reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8989   CLI.Ins.clear();
 9089         CLI.Ins.push_back(MyFlags);
 9103         CLI.Ins.push_back(MyFlags);
 9269   assert((CLI.IsTailCall || InVals.size() == CLI.Ins.size()) &&
 9282   for (unsigned i = 0, e = CLI.Ins.size(); i != e; ++i) {
 9284     assert(EVT(CLI.Ins[i].VT) == InVals[i].getValueType() &&
lib/Target/AArch64/AArch64ISelLowering.cpp
 3722   SmallVector<ISD::InputArg, 32> &Ins = CLI.Ins;
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
 1102     for (unsigned I = 0, E = CLI.Ins.size(); I != E; ++I)
 1103       InVals.push_back(DAG.getUNDEF(CLI.Ins[I].VT));
lib/Target/AMDGPU/SIISelLowering.cpp
 2674   SmallVector<ISD::InputArg, 32> &Ins = CLI.Ins;
 2686       for (unsigned I = 0, E = CLI.Ins.size(); I != E; ++I)
 2687         InVals.push_back(DAG.getUNDEF(CLI.Ins[I].VT));
lib/Target/ARC/ARCISelLowering.cpp
  229   SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
lib/Target/ARM/ARMISelLowering.cpp
 2056   SmallVectorImpl<ISD::InputArg> &Ins   = CLI.Ins;
lib/Target/AVR/AVRISelLowering.cpp
 1151   SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
lib/Target/BPF/BPFISelLowering.cpp
  280   auto &Ins = CLI.Ins;
lib/Target/Hexagon/HexagonISelLowering.cpp
  320   SmallVectorImpl<ISD::InputArg> &Ins   = CLI.Ins;
lib/Target/Lanai/LanaiISelLowering.cpp
  415   SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
lib/Target/MSP430/MSP430ISelLowering.cpp
  576   SmallVectorImpl<ISD::InputArg> &Ins   = CLI.Ins;
lib/Target/Mips/MipsISelLowering.cpp
 3022   SmallVectorImpl<ISD::InputArg> &Ins   = CLI.Ins;
lib/Target/NVPTX/NVPTXISelLowering.cpp
 1428   SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
lib/Target/PowerPC/PPCISelLowering.cpp
 5342   SmallVectorImpl<ISD::InputArg> &Ins   = CLI.Ins;
lib/Target/RISCV/RISCVISelLowering.cpp
 2093   SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
lib/Target/Sparc/SparcISelLowering.cpp
  723   SmallVectorImpl<ISD::InputArg> &Ins   = CLI.Ins;
 1295   if (CLI.Ins.size() == 1 && CLI.Ins[0].VT == MVT::f32 && !CLI.CS)
 1295   if (CLI.Ins.size() == 1 && CLI.Ins[0].VT == MVT::f32 && !CLI.CS)
 1296     CLI.Ins[0].Flags.setInReg();
 1298   RVInfo.AnalyzeCallResult(CLI.Ins, RetCC_Sparc64);
lib/Target/SystemZ/SystemZISelLowering.cpp
 1465   SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  688   SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
lib/Target/X86/X86ISelLowering.cpp
 3606   SmallVectorImpl<ISD::InputArg> &Ins   = CLI.Ins;
lib/Target/XCore/XCoreISelLowering.cpp
 1036   SmallVectorImpl<ISD::InputArg> &Ins   = CLI.Ins;