Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DMachineConstantPool.h75 class MachineConstantPoolEntry {
87 MachineConstantPoolEntry(const Constant *V, unsigned A) in MachineConstantPoolEntry() function
91 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry() function
137 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants.
161 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants()
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp42 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DMachineFunction.cpp795 Type *MachineConstantPoolEntry::getType() const { in getType()
802 unsigned MachineConstantPoolEntry::getRelocationInfo() const { in getRelocationInfo()
883 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex()
901 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex()
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp751 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants(); in GetConstantPoolSizeInBytes()
756 MachineConstantPoolEntry CPE = Constants[i]; in GetConstantPoolSizeInBytes()
1013 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants(); in emitConstantPool()
1029 MachineConstantPoolEntry CPE = Constants[i]; in emitConstantPool()
/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/
DSparcCodeEmitter.cpp39 const std::vector<MachineConstantPoolEntry> *MCPEs;
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMConstantPoolValue.h73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
DARMAsmPrinter.cpp1070 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1413 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
DARMCodeEmitter.cpp55 const std::vector<MachineConstantPoolEntry> *MCPEs;
635 const MachineConstantPoolEntry &MCPE = (*MCPEs)[CPIndex]; in emitConstPoolInstruction()
DARMBaseInstrInfo.cpp1238 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()
1355 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()
1356 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
DARMConstantIslandPass.cpp529 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/
DMipsCodeEmitter.cpp55 const std::vector<MachineConstantPoolEntry> *MCPEs;
DMipsAsmPrinter.cpp103 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
DMipsConstantIslandPass.cpp468 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1032 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in EmitConstantPool()
1039 const MachineConstantPoolEntry &CPE = CP[i]; in EmitConstantPool()
1088 MachineConstantPoolEntry CPE = CP[CPI]; in EmitConstantPool()