/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 119 struct VirtualCallTarget { struct 123 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget() argument 127 Function *Fn; 131 const TypeMemberInfo *TM; 135 uint64_t RetVal; 138 bool IsBigEndian; 141 bool WasDevirt; 147 uint64_t minBeforeBytes() const { return TM->Offset; } in minBeforeBytes() 154 uint64_t minAfterBytes() const { return TM->Bits->ObjectSize - TM->Offset; } in minAfterBytes() 158 uint64_t allocatedBeforeBytes() const { in allocatedBeforeBytes() [all …]
|
/aosp_15_r20/external/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 116 struct VirtualCallTarget { struct 120 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget() function 124 Function *Fn; 128 const TypeMemberInfo *TM; 132 uint64_t RetVal; 135 bool IsBigEndian; 141 uint64_t minBeforeBytes() const { return TM->Offset; } in minBeforeBytes() 148 uint64_t minAfterBytes() const { return TM->Bits->ObjectSize - TM->Offset; } in minAfterBytes() 152 uint64_t allocatedBeforeBytes() const { in allocatedBeforeBytes() 158 uint64_t allocatedAfterBytes() const { in allocatedAfterBytes() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 119 struct VirtualCallTarget { struct 123 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget() function 127 GlobalValue *Fn; 131 const TypeMemberInfo *TM; 135 uint64_t RetVal; 138 bool IsBigEndian; 141 bool WasDevirt; 147 uint64_t minBeforeBytes() const { return TM->Offset; } in minBeforeBytes() 154 uint64_t minAfterBytes() const { return TM->Bits->ObjectSize - TM->Offset; } in minAfterBytes() 158 uint64_t allocatedBeforeBytes() const { in allocatedBeforeBytes() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 119 struct VirtualCallTarget { struct 123 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget() function 127 GlobalValue *Fn; 131 const TypeMemberInfo *TM; 135 uint64_t RetVal; 138 bool IsBigEndian; 141 bool WasDevirt; 147 uint64_t minBeforeBytes() const { return TM->Offset; } in minBeforeBytes() 154 uint64_t minAfterBytes() const { return TM->Bits->ObjectSize - TM->Offset; } in minAfterBytes() 158 uint64_t allocatedBeforeBytes() const { in allocatedBeforeBytes() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 119 struct VirtualCallTarget { struct 123 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget() function 127 GlobalValue *Fn; 131 const TypeMemberInfo *TM; 135 uint64_t RetVal; 138 bool IsBigEndian; 141 bool WasDevirt; 147 uint64_t minBeforeBytes() const { return TM->Offset; } in minBeforeBytes() 154 uint64_t minAfterBytes() const { return TM->Bits->ObjectSize - TM->Offset; } in minAfterBytes() 158 uint64_t allocatedBeforeBytes() const { in allocatedBeforeBytes() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 119 struct VirtualCallTarget { struct 123 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget() argument 127 GlobalValue *Fn; 131 const TypeMemberInfo *TM; 135 uint64_t RetVal; 138 bool IsBigEndian; 141 bool WasDevirt; 147 uint64_t minBeforeBytes() const { return TM->Offset; } in minBeforeBytes() 154 uint64_t minAfterBytes() const { return TM->Bits->ObjectSize - TM->Offset; } in minAfterBytes() 158 uint64_t allocatedBeforeBytes() const { in allocatedBeforeBytes() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 120 struct VirtualCallTarget { struct 124 VirtualCallTarget(const TypeMemberInfo *TM, bool IsBigEndian) in VirtualCallTarget() argument 128 Function *Fn; 132 const TypeMemberInfo *TM; 136 uint64_t RetVal; 139 bool IsBigEndian; 142 bool WasDevirt; 148 uint64_t minBeforeBytes() const { return TM->Offset; } in minBeforeBytes() 155 uint64_t minAfterBytes() const { return TM->Bits->ObjectSize - TM->Offset; } in minAfterBytes() 159 uint64_t allocatedBeforeBytes() const { in allocatedBeforeBytes() [all …]
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 167 VirtualCallTarget::VirtualCallTarget(Function *Fn, const TypeMemberInfo *TM) in VirtualCallTarget() function in VirtualCallTarget
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 248 VirtualCallTarget::VirtualCallTarget(Function *Fn, const TypeMemberInfo *TM) in VirtualCallTarget() function in VirtualCallTarget
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 316 VirtualCallTarget::VirtualCallTarget(Function *Fn, const TypeMemberInfo *TM) in VirtualCallTarget() function in VirtualCallTarget
|