HomeSort by relevance Sort by last modified time
    Searched defs:ARMConstantPoolMBB (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 266 // ARMConstantPoolMBB
269 ARMConstantPoolMBB::ARMConstantPoolMBB(LLVMContext &C,
278 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C,
282 return new ARMConstantPoolMBB(C, mbb, ID, PCAdj, ARMCP::no_modifier, false);
285 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
294 ARMConstantPoolMBB *APMBB = dyn_cast<ARMConstantPoolMBB>(CPV);
305 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV)
    [all...]
ARMConstantPoolValue.h 198 /// ARMConstantPoolMBB - ARM-specific constantpool value of a machine basic
200 class ARMConstantPoolMBB : public ARMConstantPoolValue {
203 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id,
208 static ARMConstantPoolMBB *Create(LLVMContext &C,
228 static bool classof(const ARMConstantPoolMBB *) { return true; }

Completed in 44 milliseconds