Home
last modified time | relevance | path

Searched defs:Usr (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h102 void operator delete(void *Usr, unsigned) { in delete()
114 void operator delete(void *Usr, unsigned, unsigned) { in delete()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp179 LLVM_NO_SANITIZE_MEMORY_ATTRIBUTE void User::operator delete(void *Usr) { in operator delete()
H A DValue.cpp209 void Value::dropDroppableUsesIn(User &Usr) { in dropDroppableUsesIn()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1310 static bool usesOperand(User *Usr, Value *Op) { in usesOperand()
1318 static bool isOperationFoldable(User *Usr) { in isOperationFoldable()
1326 static ValueLatticeElement constantFoldUser(User *Usr, Value *Op, in constantFoldUser()
1389 if (User *Usr = dyn_cast<User>(Val)) { in getEdgeValueLocal() local
1441 if (User *Usr = dyn_cast<User>(Val)) in getEdgeValueLocal() local
1458 User *Usr = cast<User>(Val); in getEdgeValueLocal() local
H A DMemorySSAUpdater.cpp333 User *Usr = U.getUser(); in insertDef() local
1114 MemoryAccess *Usr = cast<MemoryAccess>(U.getUser()); in applyInsertUpdates() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp46 static bool OnlyUsedBy(Value *V, Value *Usr) { in OnlyUsedBy()
H A DLowerTypeTests.cpp1901 auto *Usr = dyn_cast<CallInst>(U.getUser()); in isDirectCall() local
H A DAttributor.cpp1849 User &Usr = *U->getUser(); in checkForAllUses() local
H A DAttributorAttributes.cpp1601 auto HandlePassthroughUser = [&](Value *Usr, Value *CurPtr, bool &Follow) { in updateImpl()
1628 User *Usr = U.getUser(); in updateImpl() local
4268 for (auto *Usr : AOI->users()) in manifest() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp208 for (const User *Usr : Ld->users()) { in isGlobalLoadUsedInBB() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp622 if (auto *Usr = dyn_cast<Instruction>(U.getUser())) in deleteDeadLoop() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8038 if (llvm::none_of(GEPI->users(), [&](User *Usr) { in tryUnmergingGEPsAcrossIndirectBr()
8111 [&](User *Usr) { in tryUnmergingGEPsAcrossIndirectBr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1643 User *Usr = U.getUser(); in runImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6016 auto *Usr = cast<Instruction>(U); in dominatesAllUses() local