Searched refs:UnderlyingObject (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 398 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference() 400 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference() 402 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference() 405 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference() 406 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference() 413 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference() 414 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference() 420 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference() 424 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference() 428 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A 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
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 957 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph() 967 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph() 987 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
|