Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DUse.h31 User *Usr; variable
35 Use(llvm::Use *LLVMUse, User *Usr, Context &Ctx) in Use()
/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.cpp1318 static bool usesOperand(User *Usr, Value *Op) { in usesOperand()
1326 static bool isOperationFoldable(User *Usr) { in isOperationFoldable()
1334 static ValueLatticeElement constantFoldUser(User *Usr, Value *Op, in constantFoldUser()
1398 if (User *Usr = dyn_cast<User>(Val)) { in getEdgeValueLocal() local
1450 if (User *Usr = dyn_cast<User>(Val)) in getEdgeValueLocal() local
1467 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.cpp40 OnlyUsedBy(Value * V,Value * Usr) OnlyUsedBy() argument
H A DAttributor.cpp1752 bool canMarkAsVisited(const User *Usr) { in canMarkAsVisited()
1853 User &Usr = *U->getUser(); in checkForAllUses() local
H A DLowerTypeTests.cpp1903 auto *Usr = dyn_cast<CallInst>(U.getUser()); in isDirectCall() local
H A DAttributorAttributes.cpp1602 auto HandlePassthroughUser = [&](Value *Usr, Value *CurPtr, bool &Follow) { in updateImpl()
1626 User *Usr = U.getUser(); in updateImpl() local
4271 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.cpp623 if (auto *Usr = dyn_cast<Instruction>(U.getUser())) in deleteDeadLoop() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8152 if (llvm::none_of(GEPI->users(), [&](User *Usr) { in tryUnmergingGEPsAcrossIndirectBr()
8225 [&](User *Usr) { in tryUnmergingGEPsAcrossIndirectBr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1648 User *Usr = U.getUser(); in runImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6345 auto *Usr = cast<Instruction>(U); in dominatesAllUses() local