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 223 // ARMConstantPoolMBB
226 ARMConstantPoolMBB::ARMConstantPoolMBB(LLVMContext &C,
235 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C,
239 return new ARMConstantPoolMBB(C, mbb, ID, PCAdj, ARMCP::no_modifier, false);
242 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
244 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
247 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) {
248 const ARMConstantPoolMBB *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV)
    [all...]
ARMConstantPoolValue.h 218 /// ARMConstantPoolMBB - ARM-specific constantpool value of a machine basic
220 class ARMConstantPoolMBB : public ARMConstantPoolValue {
223 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id,
228 static ARMConstantPoolMBB *Create(LLVMContext &C,
249 bool equals(const ARMConstantPoolMBB *A) const {
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]

Completed in 668 milliseconds