Home
last modified time | relevance | path

Searched refs:MachineConstantPoolEntry (Results 1 – 25 of 41) 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-7.0/llvm/include/llvm/CodeGen/
DMachineConstantPool.h67 class MachineConstantPoolEntry {
79 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()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.h34 class MachineConstantPoolEntry; variable
194 ELFSection &getConstantPoolSection(MachineConstantPoolEntry &CPE);
DELFCodeEmitter.cpp142 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
150 MachineConstantPoolEntry CPE = CP[i]; in emitConstantPool()
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()
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/external/swiftshader/third_party/llvm-7.0/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp947 Type *MachineConstantPoolEntry::getType() const { in getType()
953 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation()
960 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind()
1055 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex()
1073 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex()
/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-7.0/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()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp55 const std::vector<MachineConstantPoolEntry> *MCPEs;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.h83 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1604 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in EmitConstantPool()
1611 const MachineConstantPoolEntry &CPE = CP[i]; in EmitConstantPool()
1660 MachineConstantPoolEntry CPE = CP[CPI]; in EmitConstantPool()
2668 const MachineConstantPoolEntry &CPE = in GetCPISymbol()
/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()
/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()

12