HomeSort by relevance Sort by last modified time
    Searched defs:emitLoadConstPool (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp 32 /// emitLoadConstPool - Emits a load from constpool to materialize the
35 Thumb2RegisterInfo::emitLoadConstPool(MachineBasicBlock &MBB,
Thumb1RegisterInfo.cpp 62 /// emitLoadConstPool - Emits a load from constpool to materialize the
65 Thumb1RegisterInfo::emitLoadConstPool(MachineBasicBlock &MBB,
125 MRI.emitLoadConstPool(MBB, MBBI, dl, LdReg, 0, NumBytes,
635 emitLoadConstPool(MBB, II, dl, TmpReg, 0, Offset);
659 emitLoadConstPool(MBB, II, dl, VReg, 0, Offset);
ARMBaseRegisterInfo.cpp 362 /// emitLoadConstPool - Emits a load from constpool to materialize the
365 emitLoadConstPool(MachineBasicBlock &MBB,

Completed in 525 milliseconds