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

References

lib/Target/AArch64/AArch64FastISel.cpp
  441   unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
lib/Target/ARM/ARMFastISel.cpp
  452   unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
  516   unsigned Idx = MCP.getConstantPoolIndex(C, Align);
  588     unsigned Idx = MCP.getConstantPoolIndex(CPV, Align);
lib/Target/PowerPC/PPCFastISel.cpp
 2001   unsigned Idx = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
lib/Target/X86/X86FastISel.cpp
 3788   unsigned CPI = MCP.getConstantPoolIndex(CFP, Align);