/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 | 38 class MachineConstantPool; variable 178 MachineConstantPool *ConstantPool; 302 MachineConstantPool *getConstantPool() { return ConstantPool; } 303 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
D | FastISel.h | 26 class MachineConstantPool; variable 201 MachineConstantPool &MCP;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 28 class MachineConstantPool; variable 47 virtual int getExistingMachineCPValue(MachineConstantPool *CP, 120 class MachineConstantPool { 131 explicit MachineConstantPool(const DataLayout &DL) in MachineConstantPool() function 133 ~MachineConstantPool();
|
D | MachineFunction.h | 58 class MachineConstantPool; variable 241 MachineConstantPool *ConstantPool; 501 MachineConstantPool *getConstantPool() { return ConstantPool; } 502 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
D | FastISel.h | 44 class MachineConstantPool; variable 207 MachineConstantPool &MCP;
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 70 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,
|
D | ARMConstantPoolValue.cpp | 69 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()
|
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 79 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,
|
D | ARMConstantPoolValue.cpp | 75 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()
|
D | ARMAsmPrinter.h | 20 class MachineConstantPool; variable 43 const MachineConstantPool *MCP;
|
D | ThumbRegisterInfo.cpp | 70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() 89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 124 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/ |
D | MipsAsmPrinter.h | 32 class MachineConstantPool; variable 60 const MachineConstantPool *MCP = nullptr;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 175 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/ |
D | SystemZConstantPoolValue.h | 45 int getExistingMachineCPValue(MachineConstantPool *CP,
|
D | SystemZConstantPoolValue.cpp | 29 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
|
/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;
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.cpp | 442 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 124 MachineConstantPool &ConstantPool, 615 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.cpp | 443 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate()
|