Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DUser.h102 void operator delete(void *Usr, unsigned) { in delete()
114 void operator delete(void *Usr, unsigned, unsigned) { in delete()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUser.cpp167 LLVM_NO_SANITIZE_MEMORY_ATTRIBUTE void User::operator delete(void *Usr) { in operator delete()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1336 static bool usesOperand(User *Usr, Value *Op) { in usesOperand()
1344 static bool isOperationFoldable(User *Usr) { in isOperationFoldable()
1352 static ValueLatticeElement constantFoldUser(User *Usr, Value *Op, in constantFoldUser()
1411 if (User *Usr = dyn_cast<User>(Val)) { in getEdgeValueLocal() local
1462 if (User *Usr = dyn_cast<User>(Val)) in getEdgeValueLocal() local
1479 User *Usr = cast<User>(Val); in getEdgeValueLocal() local
DMemorySSAUpdater.cpp332 User *Usr = U.getUser(); in insertDef() local
1099 MemoryAccess *Usr = cast<MemoryAccess>(U.getUser()); in applyInsertUpdates() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp133 static bool OnlyUsedBy(Value *V, Value *Usr) { in OnlyUsedBy()
DLowerTypeTests.cpp1704 auto *Usr = dyn_cast<CallInst>(U.getUser()); in isDirectCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp617 if (auto *Usr = dyn_cast<Instruction>(U.getUser())) in deleteDeadLoop() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6974 if (find_if(GEPI->users(), [&](User *Usr) { in tryUnmergingGEPsAcrossIndirectBr()
7042 assert(find_if(GEPIOp->users(), [&](User *Usr) { in tryUnmergingGEPsAcrossIndirectBr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4871 auto *Usr = cast<Instruction>(U); in dominatesAllUses() local