Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A 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()
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h68 class MachineConstantPoolEntry {
80 MachineConstantPoolEntry(const Constant *V, unsigned A) in MachineConstantPoolEntry() function
84 MachineConstantPoolEntry(MachineConstantPoolValue *V, unsigned A) in MachineConstantPoolEntry() function
123 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants.
150 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMachineConstantPool.h67 class MachineConstantPoolEntry {
80 MachineConstantPoolEntry(const Constant *V, Align A) in MachineConstantPoolEntry() function
85 MachineConstantPoolEntry(MachineConstantPoolValue *V, Align A) in MachineConstantPoolEntry() function
119 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants.
145 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h67 class MachineConstantPoolEntry {
80 MachineConstantPoolEntry(const Constant *V, Align A) in MachineConstantPoolEntry() function
85 MachineConstantPoolEntry(MachineConstantPoolValue *V, Align A) in MachineConstantPoolEntry() function
119 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants.
145 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachineConstantPool.h67 class MachineConstantPoolEntry {
80 MachineConstantPoolEntry(const Constant *V, Align A) in MachineConstantPoolEntry() function
85 MachineConstantPoolEntry(MachineConstantPoolValue *V, Align A) in MachineConstantPoolEntry() function
119 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants.
145 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMachineConstantPool.h67 class MachineConstantPoolEntry {
80 MachineConstantPoolEntry(const Constant *V, Align A) in MachineConstantPoolEntry() function
85 MachineConstantPoolEntry(MachineConstantPoolValue *V, Align A) in MachineConstantPoolEntry() function
119 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants.
145 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMachineConstantPool.h67 class MachineConstantPoolEntry {
80 MachineConstantPoolEntry(const Constant *V, Align A) in MachineConstantPoolEntry() function
85 MachineConstantPoolEntry(MachineConstantPoolValue *V, Align A) in MachineConstantPoolEntry() function
119 std::vector<MachineConstantPoolEntry> Constants; ///< The pool of constants.
145 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp867 Type *MachineConstantPoolEntry::getType() const { in getType()
873 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation()
880 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind()
968 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex()
986 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineFunction.cpp1352 unsigned MachineConstantPoolEntry::getSizeInBytes(const DataLayout &DL) const { in getSizeInBytes()
1358 bool MachineConstantPoolEntry::needsRelocation() const { in needsRelocation()
1365 MachineConstantPoolEntry::getSectionKind(const DataLayout *DL) const { in getSectionKind()
1386 for (const MachineConstantPoolEntry &C : Constants) in ~MachineConstantPool()
1457 Constants.push_back(MachineConstantPoolEntry(C, Alignment)); in getConstantPoolIndex()
1474 Constants.push_back(MachineConstantPoolEntry(V, Alignment)); in getConstantPoolIndex()
/aosp_15_r20/external/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 }
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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()
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp30 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp31 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
H A DARMAsmPrinter.cpp1236 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1591 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h89 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
H A DCSKYAsmPrinter.cpp114 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitCustomConstantPool()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h82 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A 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()
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1300 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in EmitConstantPool()
1307 const MachineConstantPoolEntry &CPE = CP[i]; in EmitConstantPool()
1356 MachineConstantPoolEntry CPE = CP[CPI]; in EmitConstantPool()
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp557 const MachineConstantPoolEntry &CPE = in GetCPISymbol()
H A DX86MCInstLower.cpp1139 ArrayRef<MachineConstantPoolEntry> Constants = in getConstantFromPool()
1141 const MachineConstantPoolEntry &ConstantEntry = in getConstantFromPool()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2403 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
2410 const MachineConstantPoolEntry &CPE = CP[i]; in emitConstantPool()
2459 MachineConstantPoolEntry CPE = CP[CPI]; in emitConstantPool()
3554 const MachineConstantPoolEntry &CPE = in GetCPISymbol()

12