Searched refs:UnderlyingObject (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 405 Check(!isa<ConstantPointerNull>(UnderlyingObject), in visitMemoryReference() 407 Check(!isa<UndefValue>(UnderlyingObject), in visitMemoryReference() 409 Check(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference() 412 Check(!isa<ConstantInt>(UnderlyingObject) || in visitMemoryReference() 413 !cast<ConstantInt>(UnderlyingObject)->isOne(), in visitMemoryReference() 420 Check(!isa<Function>(UnderlyingObject) && in visitMemoryReference() 421 !isa<BlockAddress>(UnderlyingObject), in visitMemoryReference() 427 Check(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference() 431 Check(!isa<BlockAddress>(UnderlyingObject), in visitMemoryReference() 435 Check(!isa<Constant>(UnderlyingObject) || in visitMemoryReference() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAGInstrs.h | 110 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { struct 111 UnderlyingObject(ValueType V, bool MayAlias) in UnderlyingObject() argument 118 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 964 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph() 974 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph() 994 for (const UnderlyingObject &UnderlObj : Objs) { in buildSchedGraph()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 140 const auto &[UnderlyingObject, AddrSpace, ElementSize, IsLoad] = K; in operator <<() 141 return OS << (IsLoad ? "load" : "store") << " of " << *UnderlyingObject in operator <<()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2869 Value *UnderlyingObject = getUnderlyingObject(Hint, /*MaxLookup*/ 0); in visitCallInst() local 2870 if (Hint != UnderlyingObject) in visitCallInst() 2871 replaceUse(const_cast<Use &>(U), UnderlyingObject); in visitCallInst()
|