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

  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.h 28 /// emitLoadConstPool - Emits a load from constpool to materialize the
31 emitLoadConstPool(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI,
Thumb1RegisterInfo.h 36 /// emitLoadConstPool - Emits a load from constpool to materialize the
39 emitLoadConstPool(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI,
Thumb2RegisterInfo.cpp 32 /// emitLoadConstPool - Emits a load from constpool to materialize the
35 Thumb2RegisterInfo::emitLoadConstPool(MachineBasicBlock &MBB,
ARMBaseRegisterInfo.h 167 /// emitLoadConstPool - Emits a load from constpool to materialize the
169 virtual void emitLoadConstPool(MachineBasicBlock &MBB,
Thumb1RegisterInfo.cpp 59 /// emitLoadConstPool - Emits a load from constpool to materialize the
62 Thumb1RegisterInfo::emitLoadConstPool(MachineBasicBlock &MBB,
123 MRI.emitLoadConstPool(MBB, MBBI, dl, LdReg, 0, NumBytes,
633 emitLoadConstPool(MBB, II, dl, TmpReg, 0, Offset);
657 emitLoadConstPool(MBB, II, dl, VReg, 0, Offset);
ARMBaseRegisterInfo.cpp 395 /// emitLoadConstPool - Emits a load from constpool to materialize the
398 emitLoadConstPool(MachineBasicBlock &MBB,

Completed in 62 milliseconds