Home
last modified time | relevance | path

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

123

/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.h38 class MachineConstantPool; variable
178 MachineConstantPool *ConstantPool;
302 MachineConstantPool *getConstantPool() { return ConstantPool; }
303 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
DFastISel.h26 class MachineConstantPool; variable
201 MachineConstantPool &MCP;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineConstantPool.h28 class MachineConstantPool; variable
47 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
120 class MachineConstantPool {
131 explicit MachineConstantPool(const DataLayout &DL) in MachineConstantPool() function
133 ~MachineConstantPool();
DMachineFunction.h58 class MachineConstantPool; variable
241 MachineConstantPool *ConstantPool;
501 MachineConstantPool *getConstantPool() { return ConstantPool; }
502 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
DFastISel.h44 class MachineConstantPool; variable
207 MachineConstantPool &MCP;
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h70 int getExistingMachineCPValueImpl(MachineConstantPool *CP, in getExistingMachineCPValueImpl()
106 int getExistingMachineCPValue(MachineConstantPool *CP,
165 int getExistingMachineCPValue(MachineConstantPool *CP,
199 int getExistingMachineCPValue(MachineConstantPool *CP,
235 int getExistingMachineCPValue(MachineConstantPool *CP,
DARMConstantPoolValue.cpp69 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
170 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
209 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
249 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.h79 int getExistingMachineCPValueImpl(MachineConstantPool *CP, in getExistingMachineCPValueImpl()
116 int getExistingMachineCPValue(MachineConstantPool *CP,
189 int getExistingMachineCPValue(MachineConstantPool *CP,
225 int getExistingMachineCPValue(MachineConstantPool *CP,
261 int getExistingMachineCPValue(MachineConstantPool *CP,
DARMConstantPoolValue.cpp75 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
191 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
239 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
DARMAsmPrinter.h20 class MachineConstantPool; variable
43 const MachineConstantPool *MCP;
DThumbRegisterInfo.cpp70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool()
89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp124 ConstantPool = new (Allocator) MachineConstantPool(getDataLayout()); in MachineFunction()
174 ConstantPool->~MachineConstantPool(); in ~MachineFunction()
897 MachineConstantPool::~MachineConstantPool() { in ~MachineConstantPool()
952 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex()
972 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
990 void MachineConstantPool::print(raw_ostream &OS) const { in print()
1006 LLVM_DUMP_METHOD void MachineConstantPool::dump() const { print(dbgs()); } in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.h32 class MachineConstantPool; variable
60 const MachineConstantPool *MCP = nullptr;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp175 ConstantPool = new (Allocator) MachineConstantPool(getDataLayout()); in init()
239 ConstantPool->~MachineConstantPool(); in clear()
1035 MachineConstantPool::~MachineConstantPool() { in ~MachineConstantPool()
1097 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex()
1117 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
1135 void MachineConstantPool::print(raw_ostream &OS) const { in print()
1151 LLVM_DUMP_METHOD void MachineConstantPool::dump() const { print(dbgs()); } in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h45 int getExistingMachineCPValue(MachineConstantPool *CP,
DSystemZConstantPoolValue.cpp29 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/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;
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp442 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp124 MachineConstantPool &ConstantPool,
615 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp443 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()

123