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 267 // ARMConstantPoolMBB
270 ARMConstantPoolMBB::ARMConstantPoolMBB(LLVMContext &C,
279 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C,
283 return new ARMConstantPoolMBB(C, mbb, ID, PCAdj, ARMCP::no_modifier, false);
286 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
295 ARMConstantPoolMBB *APMBB = dyn_cast<ARMConstantPoolMBB>(CPV);
306 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 207 milliseconds