/external/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 32 class MachineConstantPool; variable 49 virtual int getExistingMachineCPValue(MachineConstantPool *CP, 121 class MachineConstantPool { 132 explicit MachineConstantPool(const DataLayout &DL) in MachineConstantPool() function 134 ~MachineConstantPool();
|
D | MachineFunction.h | 36 class MachineConstantPool; variable 106 MachineConstantPool *ConstantPool; 226 MachineConstantPool *getConstantPool() { return ConstantPool; } 227 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
D | FastISel.h | 197 MachineConstantPool &MCP;
|
D | ScheduleDAG.h | 29 class MachineConstantPool; variable
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 69 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,
|
D | ARMConstantPoolValue.cpp | 62 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()
|
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 | 389 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
|
D | ARMAsmPrinter.cpp | 1184 const MachineConstantPool *MCP = MF.getConstantPool(); in EmitUnwindingInstruction()
|
D | ARMExpandPseudoInsts.cpp | 1036 MachineConstantPool *MCP = MBB.getParent()->getConstantPool(); in ExpandMI()
|
D | ARMConstantIslandPass.cpp | 269 MachineConstantPool *MCP;
|
D | ARMBaseInstrInfo.cpp | 1364 MachineConstantPool *MCP = MF.getConstantPool(); in duplicateCPV() 1484 const MachineConstantPool *MCP = MF->getConstantPool(); in produceSameValue()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 81 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()
|
D | MIRPrinter.cpp | 84 const MachineConstantPool &ConstantPool); 375 const MachineConstantPool &ConstantPool) { in convert()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.h | 46 int getExistingMachineCPValue(MachineConstantPool *CP,
|
D | SystemZConstantPoolValue.cpp | 30 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;
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 122 bool initializeConstantPool(MachineConstantPool &ConstantPool, 587 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF, in initializeConstantPool()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.cpp | 446 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 | 1265 const MachineConstantPool *MCP = MF->getConstantPool(); in EmitConstantPool()
|