Home
last modified time | relevance | path

Searched refs:UnderlyingObject (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLint.cpp373 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local
374 Assert1(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
376 Assert1(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
378 Assert1(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
379 !cast<ConstantInt>(UnderlyingObject)->isAllOnesValue(), in visitMemoryReference()
381 Assert1(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
382 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
386 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(UnderlyingObject)) in visitMemoryReference()
389 Assert1(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
390 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLint.cpp419 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local
420 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
422 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
424 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
425 !cast<ConstantInt>(UnderlyingObject)->isMinusOne(), in visitMemoryReference()
427 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
428 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
432 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(UnderlyingObject)) in visitMemoryReference()
435 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
436 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
[all …]
/external/llvm/lib/Analysis/
DLint.cpp380 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local
381 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
383 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
385 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
386 !cast<ConstantInt>(UnderlyingObject)->isAllOnesValue(), in visitMemoryReference()
388 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
389 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
393 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(UnderlyingObject)) in visitMemoryReference()
396 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
397 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
[all …]
/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h90 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { struct
91 UnderlyingObject(ValueType V, bool MayAlias) in UnderlyingObject() argument
96 typedef SmallVector<UnderlyingObject, 4> UnderlyingObjectsVector; argument
/external/swiftshader/third_party/llvm-7.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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp894 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
904 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
924 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1053 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
1063 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
1083 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()