Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h76 class MachineConstantPoolEntry {
88 MachineConstantPoolEntry(const Constant *V, unsigned A) in MachineConstantPoolEntry() function
92 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry() function
140 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants.
164 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants()
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp47 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp815 Type *MachineConstantPoolEntry::getType() const { in getType()
822 unsigned MachineConstantPoolEntry::getRelocationInfo() const { in getRelocationInfo()
829 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind()
933 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex()
951 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/llvm/lib/Target/ARM/
DARMConstantPoolValue.h73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
DARMAsmPrinter.cpp1148 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1502 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
DARMBaseInstrInfo.cpp1349 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()
1469 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()
1470 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
DARMConstantIslandPass.cpp531 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp558 const MachineConstantPoolEntry &CPE = in GetCPISymbol()
DX86MCInstLower.cpp921 ArrayRef<MachineConstantPoolEntry> Constants = in getConstantFromPool()
923 const MachineConstantPoolEntry &ConstantEntry = in getConstantFromPool()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1201 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in EmitConstantPool()
1208 const MachineConstantPoolEntry &CPE = CP[i]; in EmitConstantPool()
1257 MachineConstantPoolEntry CPE = CP[CPI]; in EmitConstantPool()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp169 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
DMipsConstantIslandPass.cpp561 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()