/external/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 32 class MachineConstantPool; variable 56 virtual int getExistingMachineCPValue(MachineConstantPool *CP, 137 class MachineConstantPool { 147 explicit MachineConstantPool(const TargetMachine &TM) in MachineConstantPool() function 149 ~MachineConstantPool();
|
D | MachineFunction.h | 36 class MachineConstantPool; variable 104 MachineConstantPool *ConstantPool; 213 MachineConstantPool *getConstantPool() { return ConstantPool; } 214 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
D | FastISel.h | 192 MachineConstantPool &MCP;
|
D | ScheduleDAG.h | 29 class MachineConstantPool; variable
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 70 int getExistingMachineCPValueImpl(MachineConstantPool *CP, in getExistingMachineCPValueImpl() 108 int getExistingMachineCPValue(MachineConstantPool *CP, 167 int getExistingMachineCPValue(MachineConstantPool *CP, 201 int getExistingMachineCPValue(MachineConstantPool *CP, 237 int getExistingMachineCPValue(MachineConstantPool *CP,
|
D | ARMConstantPoolValue.cpp | 63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 164 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 203 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 243 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
|
D | ARMAsmPrinter.h | 21 class MachineConstantPool; variable 44 const MachineConstantPool *MCP;
|
D | ThumbRegisterInfo.cpp | 71 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() 90 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
|
D | ARMBaseRegisterInfo.cpp | 399 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
D | ARMAsmPrinter.cpp | 1142 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
|
D | ARMConstantIslandPass.cpp | 259 MachineConstantPool *MCP;
|
D | ARMExpandPseudoInsts.cpp | 990 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); in ExpandMI()
|
D | ARMBaseInstrInfo.cpp | 1346 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV() 1466 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue()
|
D | ARMFrameLowering.cpp | 1982 MachineConstantPool *MCP = MF.getConstantPool(); in adjustForSegmentedStacks()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 73 ConstantPool = new (Allocator) MachineConstantPool(TM); in MachineFunction() 108 ConstantPool->~MachineConstantPool(); in ~MachineFunction() 811 const DataLayout *MachineConstantPool::getDataLayout() const { in getDataLayout() 859 MachineConstantPool::~MachineConstantPool() { in ~MachineConstantPool() 916 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex() 937 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex() 955 void MachineConstantPool::print(raw_ostream &OS) const { in print() 971 void MachineConstantPool::dump() const { print(dbgs()); } in dump()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.h | 47 int getExistingMachineCPValue(MachineConstantPool *CP,
|
D | SystemZConstantPoolValue.cpp | 45 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.h | 54 const MachineConstantPool *MCP;
|
D | MipsConstantIslandPass.cpp | 351 MachineConstantPool *MCP;
|
D | Mips16InstrInfo.td | 1910 // is the index into the MachineConstantPool that this is, the third is the
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.cpp | 457 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2004-04-05-InvokeCastCrash.ll | 25 %"struct.llvm::MachineConstantPool" = type opaque 27 …m::MachineFunctionInfo"*, %"struct.llvm::MachineFrameInfo"*, %"struct.llvm::MachineConstantPool"* }
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 88 …ineFunctionInfo"*, %"class.llvm::MachineFrameInfo"*, %"class.llvm::MachineConstantPool"*, %"class.… 221 %"class.llvm::MachineConstantPool" = type { %"class.llvm::DataLayout"*, i32, %"class.std::vector.15…
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 417 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1200 const MachineConstantPool *MCP = MF->getConstantPool(); in EmitConstantPool()
|