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 224 // ARMConstantPoolMBB
227 ARMConstantPoolMBB::ARMConstantPoolMBB(LLVMContext &C,
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 *ACPMBB = dyn_cast<ARMConstantPoolMBB>(ACPV)
    [all...]
ARMConstantPoolValue.h 221 /// ARMConstantPoolMBB - ARM-specific constantpool value of a machine basic
223 class ARMConstantPoolMBB : public ARMConstantPoolValue {
226 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id,
231 static ARMConstantPoolMBB *Create(LLVMContext &C,
252 bool equals(const ARMConstantPoolMBB *A) const {
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]

Completed in 138 milliseconds