Searched refs:UnderlyingObject (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Lint.cpp | 423 Value *UnderlyingObject = findValue(Ptr, /*OffsetOk=*/true); in visitMemoryReference() local 424 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference() 426 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference() 428 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference() 429 !cast<ConstantInt>(UnderlyingObject)->isMinusOne(), in visitMemoryReference() 431 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference() 432 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference() 436 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(UnderlyingObject)) in visitMemoryReference() 439 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference() 440 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference() [all …]
|
/third_party/skia/third_party/externals/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() function 116 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 952 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph() 962 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph() 982 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
|