Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineConstantPool.h31 class MachineConstantPool; variable
54 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
133 class MachineConstantPool {
141 explicit MachineConstantPool(const TargetData *td) in MachineConstantPool() function
143 ~MachineConstantPool();
DMachineFunction.h34 class MachineConstantPool; variable
92 MachineConstantPool *ConstantPool;
179 MachineConstantPool *getConstantPool() { return ConstantPool; }
180 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
DObjectCodeEmitter.h25 class MachineConstantPool; variable
151 virtual void emitConstantPool(MachineConstantPool *MCP) = 0;
DFastISel.h28 class MachineConstantPool; variable
50 MachineConstantPool &MCP;
/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; }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineConstantPool.h29 class MachineConstantPool; variable
48 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
121 class MachineConstantPool {
132 explicit MachineConstantPool(const DataLayout &DL) in MachineConstantPool() function
134 ~MachineConstantPool();
DMachineFunction.h61 class MachineConstantPool; variable
244 MachineConstantPool *ConstantPool;
437 MachineConstantPool *getConstantPool() { return ConstantPool; }
438 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
/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;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.h80 int getExistingMachineCPValueImpl(MachineConstantPool *CP, in getExistingMachineCPValueImpl()
117 int getExistingMachineCPValue(MachineConstantPool *CP,
190 int getExistingMachineCPValue(MachineConstantPool *CP,
226 int getExistingMachineCPValue(MachineConstantPool *CP,
262 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.h21 class MachineConstantPool; variable
44 const MachineConstantPool *MCP;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantPoolValue.h87 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
148 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
181 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
214 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
DARMConstantPoolValue.cpp63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
165 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
230 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
286 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
DThumb2RegisterInfo.cpp43 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineFunction.cpp67 ConstantPool = new (Allocator) MachineConstantPool(TM.getTargetData()); in MachineFunction()
90 ConstantPool->~MachineConstantPool(); Allocator.Deallocate(ConstantPool); in ~MachineFunction()
635 MachineConstantPool::~MachineConstantPool() { in ~MachineConstantPool()
691 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex()
711 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
729 void MachineConstantPool::print(raw_ostream &OS) const { in print()
744 void MachineConstantPool::dump() const { print(dbgs()); } in dump()
DELFCodeEmitter.h50 void emitConstantPool(MachineConstantPool *MCP);
/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-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp160 ConstantPool = new (Allocator) MachineConstantPool(getDataLayout()); in init()
224 ConstantPool->~MachineConstantPool(); in clear()
977 MachineConstantPool::~MachineConstantPool() { in ~MachineConstantPool()
1039 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C, in getConstantPoolIndex()
1059 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V, in getConstantPoolIndex()
1077 void MachineConstantPool::print(raw_ostream &OS) const { in print()
1093 LLVM_DUMP_METHOD void MachineConstantPool::dump() const { print(dbgs()); } in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.h33 class MachineConstantPool; variable
61 const MachineConstantPool *MCP = nullptr;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h46 int getExistingMachineCPValue(MachineConstantPool *CP,
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h46 int getExistingMachineCPValue(MachineConstantPool *CP,
DSystemZConstantPoolValue.cpp30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()

1234