Searched refs:ARMConstantPoolMBB (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp224 // ARMConstantPoolMBB
227 ARMConstantPoolMBB::ARMConstantPoolMBB(LLVMContext &C, function in class:ARMConstantPoolMBB
236 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C,
240 return new ARMConstantPoolMBB(C, mbb, ID, PCAdj, ARMCP::no_modifier, false);
243 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
245 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
248 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) {
249 const ARMConstantPoolMBB *ACPMB
[all...]
H A DARMConstantPoolValue.h221 /// ARMConstantPoolMBB - ARM-specific constantpool value of a machine basic
223 class ARMConstantPoolMBB : public ARMConstantPoolValue { class in namespace:llvm
226 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id,
231 static ARMConstantPoolMBB *Create(LLVMContext &C,
252 bool equals(const ARMConstantPoolMBB *A) const {
H A DARMAsmPrinter.cpp893 const MachineBasicBlock *MBB = cast<ARMConstantPoolMBB>(ACPV)->getMBB();
H A DARMBaseInstrInfo.cpp1379 NewCPV = ARMConstantPoolMBB::
1381 cast<ARMConstantPoolMBB>(ACPV)->getMBB(), PCLabelId, 4);
H A DARMISelLowering.cpp6386 ARMConstantPoolMBB::Create(F->getContext(), DispatchBB, PCLabelId, PCAdj);

Completed in 129 milliseconds