HomeSort by relevance Sort by last modified time
    Searched refs:ARMConstantPoolMBB (Results 1 - 5 of 5) 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; }
ARMBaseInstrInfo.cpp     [all...]
ARMAsmPrinter.cpp 861 const MachineBasicBlock *MBB = cast<ARMConstantPoolMBB>(ACPV)->getMBB();
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 1378 milliseconds