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

References

lib/Target/X86/X86ISelLowering.cpp
30813   assert((PVT == MVT::i64 || PVT == MVT::i32) &&
30813   assert((PVT == MVT::i64 || PVT == MVT::i32) &&
30817     (PVT == MVT::i64) ? &X86::GR64RegClass : &X86::GR32RegClass;
30821   unsigned FP = (PVT == MVT::i64) ? X86::RBP : X86::EBP;
30826   const int64_t LabelOffset = 1 * PVT.getStoreSize();
30827   const int64_t SPOffset = 2 * PVT.getStoreSize();
30829   unsigned PtrLoadOpc = (PVT == MVT::i64) ? X86::MOV64rm : X86::MOV32rm;
30830   unsigned IJmpOpc = (PVT == MVT::i64) ? X86::JMP64r : X86::JMP32r;