Searched refs:emitLoadConstPool (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DThumb2RegisterInfo.h31 /// emitLoadConstPool - Emits a load from constpool to materialize the
33 void emitLoadConstPool(MachineBasicBlock &MBB,
H A DThumb2RegisterInfo.cpp32 /// emitLoadConstPool - Emits a load from constpool to materialize the
35 Thumb2RegisterInfo::emitLoadConstPool(MachineBasicBlock &MBB, function in class:Thumb2RegisterInfo
H A DThumb1RegisterInfo.h36 /// emitLoadConstPool - Emits a load from constpool to materialize the
38 void emitLoadConstPool(MachineBasicBlock &MBB,
H A DARMBaseRegisterInfo.h166 /// emitLoadConstPool - Emits a load from constpool to materialize the
168 virtual void emitLoadConstPool(MachineBasicBlock &MBB,
H A DThumb1RegisterInfo.cpp61 /// emitLoadConstPool - Emits a load from constpool to materialize the
64 Thumb1RegisterInfo::emitLoadConstPool(MachineBasicBlock &MBB, function in class:Thumb1RegisterInfo
124 MRI.emitLoadConstPool(MBB, MBBI, dl, LdReg, 0, NumBytes,
662 emitLoadConstPool(MBB, II, dl, TmpReg, 0, Offset);
685 emitLoadConstPool(MBB, II, dl, VReg, 0, Offset);
H A DARMBaseRegisterInfo.cpp780 /// emitLoadConstPool - Emits a load from constpool to materialize the
783 emitLoadConstPool(MachineBasicBlock &MBB, function in class:ARMBaseRegisterInfo

Completed in 915 milliseconds