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

/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h68 class MachineConstantPoolEntry { class in namespace:llvm
80 MachineConstantPoolEntry(const Constant *V, unsigned A) function in class:llvm::MachineConstantPoolEntry
84 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) function in class:llvm::MachineConstantPoolEntry
90 /// isMachineConstantPoolEntry - Return true if the MachineConstantPoolEntry
123 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants.
124 /// MachineConstantPoolValues that use an existing MachineConstantPoolEntry.
150 const std::vector<MachineConstantPoolEntry> &getConstants() const {
/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp824 Type *MachineConstantPoolEntry::getType() const {
830 bool MachineConstantPoolEntry::needsRelocation() const {
837 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const {
923 Constants.push_back(MachineConstantPoolEntry(C, Alignment));
941 Constants.push_back(MachineConstantPoolEntry(V, Alignment));
H A DMIRPrinter.cpp377 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) {
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h72 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
H A DARMAsmPrinter.cpp1190 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI];
1543 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx];
H A DARMBaseInstrInfo.cpp1367 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI];
1487 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0];
1488 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1];
H A DARMConstantIslandPass.cpp551 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants();
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp566 const MachineConstantPoolEntry &CPE =
H A DX86MCInstLower.cpp1007 ArrayRef<MachineConstantPoolEntry> Constants =
1009 const MachineConstantPoolEntry &ConstantEntry =
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1266 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants();
1273 const MachineConstantPoolEntry &CPE = CP[i];
1322 MachineConstantPoolEntry CPE = CP[CPI];
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp168 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx];
H A DMipsConstantIslandPass.cpp561 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants();

Completed in 1071 milliseconds