Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A 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()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp42 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp827 Type *MachineConstantPoolEntry::getType() const { in getType()
834 unsigned MachineConstantPoolEntry::getRelocationInfo() const { in getRelocationInfo()
841 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind()
945 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex()
963 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex()
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A 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 }
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
H A DARMAsmPrinter.cpp1199 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1553 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
H A DARMBaseInstrInfo.cpp1348 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()
1468 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()
1469 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
H A DARMConstantIslandPass.cpp533 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp558 const MachineConstantPoolEntry &CPE = in GetCPISymbol()
H A DX86MCInstLower.cpp920 ArrayRef<MachineConstantPoolEntry> Constants = in getConstantFromPool()
922 const MachineConstantPoolEntry &ConstantEntry = in getConstantFromPool()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1092 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in EmitConstantPool()
1099 const MachineConstantPoolEntry &CPE = CP[i]; in EmitConstantPool()
1148 MachineConstantPoolEntry CPE = CP[CPI]; in EmitConstantPool()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp168 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
H A DMipsConstantIslandPass.cpp563 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()