/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineConstantPool.h | 66 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 D | MachineConstantPool.h | 68 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/ |
D | MachineConstantPool.h | 67 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 D | MachineConstantPool.h | 67 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/ |
D | MachineConstantPool.h | 67 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/ |
D | MachineConstantPool.h | 67 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/ |
D | MachineConstantPool.h | 67 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 D | MachineFunction.cpp | 867 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 D | MachineFunction.cpp | 1352 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 D | pr15031.ll | 224 … type { %"struct.std::_Vector_base<llvm::MachineConstantPoolEntry, std::allocator<llvm::MachineCon… 225 …MachineConstantPoolEntry, 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 D | MachineFunction.cpp | 1005 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 D | SystemZConstantPoolValue.cpp | 32 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 D | SystemZConstantPoolValue.cpp | 30 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 D | SystemZConstantPoolValue.cpp | 31 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.h | 73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
|
H A D | ARMAsmPrinter.cpp | 1236 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 D | CSKYConstantPoolValue.h | 89 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
|
H A D | CSKYAsmPrinter.cpp | 114 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitCustomConstantPool()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.h | 82 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 D | ARMConstantPoolValue.h | 80 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 D | AsmPrinter.cpp | 1748 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 D | AsmPrinter.cpp | 1300 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 D | X86AsmPrinter.cpp | 557 const MachineConstantPoolEntry &CPE = in GetCPISymbol()
|
H A D | X86MCInstLower.cpp | 1139 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 D | AsmPrinter.cpp | 2403 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()
|