/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 74 class MachineConstantPoolEntry { 86 MachineConstantPoolEntry(const Constant *V, unsigned A) in MachineConstantPoolEntry() function 90 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry() function 136 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants. 158 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants()
|
D | AsmPrinter.h | 41 class MachineConstantPoolEntry; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 68 class MachineConstantPoolEntry { 80 MachineConstantPoolEntry(const Constant *V, unsigned A) in MachineConstantPoolEntry() function 84 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry() function 123 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants. 150 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 168 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); in getExistingMachineCPValue() 233 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); in getExistingMachineCPValue() 289 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants(); in getExistingMachineCPValue()
|
D | ARMCodeEmitter.cpp | 55 const std::vector<MachineConstantPoolEntry> *MCPEs; 624 const MachineConstantPoolEntry &MCPE = (*MCPEs)[CPIndex]; in emitConstPoolInstruction()
|
D | ARMBaseInstrInfo.cpp | 1081 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() 1198 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue() 1199 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
|
D | ARMAsmPrinter.cpp | 1142 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction() 1495 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFCodeEmitter.cpp | 142 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool() 150 MachineConstantPoolEntry CPE = CP[i]; in emitConstantPool()
|
D | ELFWriter.h | 34 class MachineConstantPoolEntry; variable 194 ELFSection &getConstantPoolSection(MachineConstantPoolEntry &CPE);
|
D | MachineFunction.cpp | 622 Type *MachineConstantPoolEntry::getType() const { in getType() 629 unsigned MachineConstantPoolEntry::getRelocationInfo() const { in getRelocationInfo() 707 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex() 725 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex()
|
D | ELFWriter.cpp | 230 ELFSection &ELFWriter::getConstantPoolSection(MachineConstantPoolEntry &CPE) { in getConstantPoolSection()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 867 Type *MachineConstantPoolEntry::getType() const { in getType() 873 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation() 880 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind() 968 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex() 986 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex()
|
D | MIRPrinter.cpp | 390 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 224 … type { %"struct.std::_Vector_base<llvm::MachineConstantPoolEntry, std::allocator<llvm::MachineCon… 225 …MachineConstantPoolEntry, std::allocator<llvm::MachineConstantPoolEntry> >::_Vector_impl" = type {… 226 %"class.llvm::MachineConstantPoolEntry" = type { %union.anon.158, i32 }
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 766 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants(); in GetConstantPoolSizeInBytes() 771 MachineConstantPoolEntry CPE = Constants[i]; in GetConstantPoolSizeInBytes() 1071 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants(); in emitConstantPool() 1087 MachineConstantPoolEntry CPE = Constants[i]; in emitConstantPool()
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
|
D | ARMAsmPrinter.cpp | 1236 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction() 1591 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 55 const std::vector<MachineConstantPoolEntry> *MCPEs;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 954 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in EmitConstantPool() 961 const MachineConstantPoolEntry &CPE = CP[i]; in EmitConstantPool() 1010 MachineConstantPoolEntry CPE = CP[CPI]; in EmitConstantPool()
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 557 const MachineConstantPoolEntry &CPE = in GetCPISymbol()
|
D | X86MCInstLower.cpp | 1139 ArrayRef<MachineConstantPoolEntry> Constants = in getConstantFromPool() 1141 const MachineConstantPoolEntry &ConstantEntry = in getConstantFromPool()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1300 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in EmitConstantPool() 1307 const MachineConstantPoolEntry &CPE = CP[i]; in EmitConstantPool() 1356 MachineConstantPoolEntry CPE = CP[CPI]; in EmitConstantPool()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 168 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
|
D | MipsConstantIslandPass.cpp | 552 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
|