Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineConstantPool.h66 class MachineConstantPoolEntry {
78 MachineConstantPoolEntry(const Constant *V, unsigned A) in MachineConstantPoolEntry() function
83 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry() function
122 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants.
149 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp31 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp1005 Type *MachineConstantPoolEntry::getType() const { in getType()
1011 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation()
1018 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind()
1113 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex()
1131 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex()
DMIRPrinter.cpp504 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.h82 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
DARMAsmPrinter.cpp1202 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1629 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
DARMBaseInstrInfo.cpp1650 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()
1778 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()
1779 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
DARMConstantIslandPass.cpp516 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1748 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in EmitConstantPool()
1755 const MachineConstantPoolEntry &CPE = CP[i]; in EmitConstantPool()
1809 MachineConstantPoolEntry CPE = CP[CPI]; in EmitConstantPool()
2847 const MachineConstantPoolEntry &CPE = in GetCPISymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp227 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
DMipsConstantIslandPass.cpp551 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1743 ArrayRef<MachineConstantPoolEntry> Constants = in getConstantFromPool()
1745 const MachineConstantPoolEntry &ConstantEntry = Constants[Op.getIndex()]; in getConstantFromPool()