Searched defs:ARMConstantPoolMBB (Results 1 - 2 of 2) 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 {

Completed in 111 milliseconds