Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h32 class MachineConstantPool; variable
49 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
121 class MachineConstantPool {
132 explicit MachineConstantPool(const DataLayout &DL) in MachineConstantPool() function
134 ~MachineConstantPool();
DMachineFunction.h36 class MachineConstantPool; variable
106 MachineConstantPool *ConstantPool;
226 MachineConstantPool *getConstantPool() { return ConstantPool; }
227 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
DFastISel.h197 MachineConstantPool &MCP;
DScheduleDAG.h29 class MachineConstantPool; variable
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h69 int getExistingMachineCPValueImpl(MachineConstantPool *CP, in getExistingMachineCPValueImpl()
105 int getExistingMachineCPValue(MachineConstantPool *CP,
164 int getExistingMachineCPValue(MachineConstantPool *CP,
198 int getExistingMachineCPValue(MachineConstantPool *CP,
234 int getExistingMachineCPValue(MachineConstantPool *CP,
DARMConstantPoolValue.cpp62 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
163 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
202 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
242 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.cpp389 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
DARMAsmPrinter.cpp1184 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
DARMExpandPseudoInsts.cpp1036 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); in ExpandMI()
DARMConstantIslandPass.cpp269 MachineConstantPool *MCP;
DARMBaseInstrInfo.cpp1364 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV()
1484 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp81 ConstantPool = new (Allocator) MachineConstantPool(getDataLayout()); in MachineFunction()
128 ConstantPool->~MachineConstantPool(); in ~MachineFunction()
852 MachineConstantPool::~MachineConstantPool() { in ~MachineConstantPool()
907 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex()
927 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
945 void MachineConstantPool::print(raw_ostream &OS) const { in print()
961 void MachineConstantPool::dump() const { print(dbgs()); } in dump()
DMIRPrinter.cpp84 const MachineConstantPool &ConstantPool);
375 const MachineConstantPool &ConstantPool) { in convert()
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h46 int getExistingMachineCPValue(MachineConstantPool *CP,
DSystemZConstantPoolValue.cpp30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.h54 const MachineConstantPool *MCP;
DMipsConstantIslandPass.cpp351 MachineConstantPool *MCP;
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp122 bool initializeConstantPool(MachineConstantPool &ConstantPool,
587 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF, in initializeConstantPool()
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp446 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.cpp1265 const MachineConstantPool *MCP = MF->getConstantPool(); in EmitConstantPool()

12