Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLint.cpp403 Check(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
405 Check(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
407 Check(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
410 Check(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
411 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
418 Check(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
419 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
425 Check(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
429 Check(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
433 Check(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A 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
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp947 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
957 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
977 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()