Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLint.cpp420 Assert(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference()
422 Assert(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference()
424 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
427 Assert(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference()
428 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference()
435 Assert(!isa<Function>(UnderlyingObject) && in visitMemoryReference()
436 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
442 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
446 Assert(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference()
450 Assert(!isa<Constant>(UnderlyingObject) || in visitMemoryReference()
[all …]
/freebsd-12.1/contrib/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
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp906 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
916 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
936 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()