Home
last modified time | relevance | path

Searched refs:MachineConstantPoolEntry (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineConstantPool.h74 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()
DAsmPrinter.h41 class MachineConstantPoolEntry; variable
/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h68 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/
DARMConstantPoolValue.cpp168 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()
DARMCodeEmitter.cpp55 const std::vector<MachineConstantPoolEntry> *MCPEs;
624 const MachineConstantPoolEntry &MCPE = (*MCPEs)[CPIndex]; in emitConstPoolInstruction()
DARMBaseInstrInfo.cpp1081 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()
DARMAsmPrinter.cpp1142 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1495 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp142 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
150 MachineConstantPoolEntry CPE = CP[i]; in emitConstantPool()
DELFWriter.h34 class MachineConstantPoolEntry; variable
194 ELFSection &getConstantPoolSection(MachineConstantPoolEntry &CPE);
DMachineFunction.cpp622 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()
DELFWriter.cpp230 ELFSection &ELFWriter::getConstantPoolSection(MachineConstantPoolEntry &CPE) { in getConstantPoolSection()
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp867 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()
DMIRPrinter.cpp390 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll224 … type { %"struct.std::_Vector_base<llvm::MachineConstantPoolEntry, std::allocator<llvm::MachineCon…
225MachineConstantPoolEntry, std::allocator<llvm::MachineConstantPoolEntry> >::_Vector_impl" = type {…
226 %"class.llvm::MachineConstantPoolEntry" = type { %union.anon.158, i32 }
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp766 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/
DARMConstantPoolValue.h73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
DARMAsmPrinter.cpp1236 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/
DMipsCodeEmitter.cpp55 const std::vector<MachineConstantPoolEntry> *MCPEs;
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp954 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/
DX86AsmPrinter.cpp557 const MachineConstantPoolEntry &CPE = in GetCPISymbol()
DX86MCInstLower.cpp1139 ArrayRef<MachineConstantPoolEntry> Constants = in getConstantFromPool()
1141 const MachineConstantPoolEntry &ConstantEntry = in getConstantFromPool()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1300 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/
DMipsAsmPrinter.cpp168 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
DMipsConstantIslandPass.cpp552 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()

12