Searched defs:UnderlyingObject (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/include/llvm/CodeGen/ |
| D | ScheduleDAGInstrs.h | 90 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { struct 91 UnderlyingObject(ValueType V, bool MayAlias) in UnderlyingObject() function 96 typedef SmallVector<UnderlyingObject, 4> UnderlyingObjectsVector; argument
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
| D | ScheduleDAGInstrs.h | 109 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { struct 110 UnderlyingObject(ValueType V, bool MayAlias) in UnderlyingObject() argument 117 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | ScheduleDAGInstrs.h | 108 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { struct 109 UnderlyingObject(ValueType V, bool MayAlias) in UnderlyingObject() argument 116 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; argument
|
| /external/llvm/lib/Analysis/ |
| D | Lint.cpp | 380 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | Lint.cpp | 423 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
| D | Lint.cpp | 402 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local
|