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

/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DThumb2RegisterInfo.h30 /// emitLoadConstPool - Emits a load from constpool to materialize the
32 void emitLoadConstPool(MachineBasicBlock &MBB,
H A DThumb1RegisterInfo.h36 /// emitLoadConstPool - Emits a load from constpool to materialize the
38 void emitLoadConstPool(MachineBasicBlock &MBB,
H A DThumb2RegisterInfo.cpp31 /// emitLoadConstPool - Emits a load from constpool to materialize the
34 Thumb2RegisterInfo::emitLoadConstPool(MachineBasicBlock &MBB, function in class:Thumb2RegisterInfo
H A DARMBaseRegisterInfo.h163 /// emitLoadConstPool - Emits a load from constpool to materialize the
165 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
125 MRI.emitLoadConstPool(MBB, MBBI, dl, LdReg, 0, NumBytes,
637 emitLoadConstPool(MBB, II, dl, TmpReg, 0, Offset);
661 emitLoadConstPool(MBB, II, dl, VReg, 0, Offset);
H A DARMBaseRegisterInfo.cpp388 /// emitLoadConstPool - Emits a load from constpool to materialize the
391 emitLoadConstPool(MachineBasicBlock &MBB, function in class:ARMBaseRegisterInfo

Completed in 55 milliseconds