Searched defs:Usr (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | User.h | 102 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/ |
D | User.cpp | 167 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/ |
D | LazyValueInfo.cpp | 1336 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
|
D | MemorySSAUpdater.cpp | 332 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/ |
D | StripSymbols.cpp | 133 static bool OnlyUsedBy(Value *V, Value *Usr) { in OnlyUsedBy()
|
D | LowerTypeTests.cpp | 1704 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/ |
D | LoopUtils.cpp | 617 if (auto *Usr = dyn_cast<Instruction>(U.getUser())) in deleteDeadLoop() local
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | context.rs | 302 Usr(String), enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 6974 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/ |
D | InstCombineCompares.cpp | 4871 auto *Usr = cast<Instruction>(U); in dominatesAllUses() local
|