Home
last modified time | relevance | path

Searched defs:UnderlyingObject (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h90 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/
DScheduleDAGInstrs.h109 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/
DScheduleDAGInstrs.h108 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/
DLint.cpp380 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp423 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLint.cpp402 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local