Home
last modified time | relevance | path

Searched refs:MachineConstantPool (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h32 class MachineConstantPool; variable
56 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
137 class MachineConstantPool {
147 explicit MachineConstantPool(const TargetMachine &TM) in MachineConstantPool() function
149 ~MachineConstantPool();
DMachineFunction.h36 class MachineConstantPool; variable
104 MachineConstantPool *ConstantPool;
213 MachineConstantPool *getConstantPool() { return ConstantPool; }
214 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
DFastISel.h192 MachineConstantPool &MCP;
DScheduleDAG.h29 class MachineConstantPool; variable
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h70 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,
DARMConstantPoolValue.cpp63 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()
DARMAsmPrinter.h21 class MachineConstantPool; variable
44 const MachineConstantPool *MCP;
DThumbRegisterInfo.cpp71 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool()
90 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
DARMBaseRegisterInfo.cpp399 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
DARMAsmPrinter.cpp1142 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
DARMConstantIslandPass.cpp259 MachineConstantPool *MCP;
DARMExpandPseudoInsts.cpp990 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); in ExpandMI()
DARMBaseInstrInfo.cpp1346 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV()
1466 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue()
DARMFrameLowering.cpp1982 MachineConstantPool *MCP = MF.getConstantPool(); in adjustForSegmentedStacks()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp73 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/
DSystemZConstantPoolValue.h47 int getExistingMachineCPValue(MachineConstantPool *CP,
DSystemZConstantPoolValue.cpp45 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.h54 const MachineConstantPool *MCP;
DMipsConstantIslandPass.cpp351 MachineConstantPool *MCP;
DMips16InstrInfo.td1910 // is the index into the MachineConstantPool that this is, the third is the
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp457 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
/external/llvm/test/Transforms/IndVarSimplify/
D2004-04-05-InvokeCastCrash.ll25 %"struct.llvm::MachineConstantPool" = type opaque
27 …m::MachineFunctionInfo"*, %"struct.llvm::MachineFrameInfo"*, %"struct.llvm::MachineConstantPool"* }
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll88 …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/
DInstrEmitter.cpp417 MachineConstantPool *MCP = MF->getConstantPool(); in AddOperand()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1200 const MachineConstantPool *MCP = MF->getConstantPool(); in EmitConstantPool()

12