Home
last modified time | relevance | path

Searched defs:User (Results 1 – 25 of 118) sorted by relevance

12345

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionNormalization.cpp29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue()
92 TransformImpl(const SCEV *S, Instruction *User, Value *OperandValToReplace) { in TransformImpl()
200 TransformSubExpr(const SCEV *S, Instruction *User, Value *OperandValToReplace) { in TransformSubExpr()
218 Instruction *User, in TransformForPostIncUse()
DIVUsers.cpp110 Instruction *User = cast<Instruction>(*UI); in AddUsersIfInteresting() local
156 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
/external/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue()
92 TransformImpl(const SCEV *S, Instruction *User, Value *OperandValToReplace) { in TransformImpl()
229 TransformSubExpr(const SCEV *S, Instruction *User, Value *OperandValToReplace) { in TransformSubExpr()
247 Instruction *User, in TransformForPostIncUse()
DTypeMetadataUtils.cpp27 Value *User = U.getUser(); in findCallsAtConstantOffset() local
46 Value *User = U.getUser(); in findLoadCallsAtConstantOffset() local
DIVUsers.cpp158 Instruction *User = cast<Instruction>(U.getUser()); in AddUsersImpl() local
244 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp96 Instruction *User; member
197 Instruction *User, unsigned OpNo, in appendAndTransferDominatedUses()
349 Instruction *AArch64PromoteConstant::findInsertionPoint(Instruction &User, in findInsertionPoint()
359 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Instruction *User, in isDominated()
386 bool AArch64PromoteConstant::tryAndMerge(Instruction *NewPt, Instruction *User, in tryAndMerge()
438 Instruction *User, unsigned OpNo, InsertionPoints &InsertPts) { in computeInsertionPoint()
/external/selinux/dbus/
Dorg.selinux.service4 User=root key
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Dfi.epitest.hostap.WPASupplicant.service.in4 User=root key
Dfi.w1.wpa_supplicant1.service.in4 User=root key
/external/swiftshader/third_party/LLVM/include/llvm/
DUser.h50 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps) in User() function
138 static inline bool classof(const User *) { return true; } in classof()
DUse.h35 class User; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSSAUpdater.cpp206 Instruction *User = cast<Instruction>(U.getUser()); in RewriteUse() local
222 Instruction *User = cast<Instruction>(U.getUser()); in RewriteUseAfterInsertions() local
385 Instruction *User = Insts[i]; in run() local
396 Instruction *User = Insts[i]; in run() local
494 Instruction *User = Insts[i]; in run() local
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DLocal.h20 class User; variable
DAddrModeMatcher.h31 class User; variable
/external/clang/test/FixIt/
Dtypo.m134 @interface User <Proto> interface
138 @implementation User implementation
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp226 const Instruction *User = cast<Instruction>(*UI); in CanMergeBlocks() local
401 Instruction *User = cast<Instruction>(*UI); in OptimizeNoopCopyExpression() local
457 Instruction *User = cast<Instruction>(*UI); in OptimizeCmpExpression() local
1006 Instruction *User = cast<Instruction>(*UI); in OptimizeExtUses() local
1020 Instruction *User = cast<Instruction>(*UI); in OptimizeExtUses() local
1036 Instruction *User = cast<Instruction>(*UI); in OptimizeExtUses() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUse.h35 class User; variable
/external/llvm/include/llvm/Analysis/
DObjCARCInstKind.h54 User, ///< could "use" a pointer enumerator
/external/llvm/lib/Transforms/Utils/
DLCSSA.cpp78 Instruction *User = cast<Instruction>(U.getUser()); in processInstruction() local
160 Instruction *User = cast<Instruction>(UseToRewrite->getUser()); in processInstruction() local
/external/llvm/include/llvm/IR/
DUse.h35 class User; variable
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerConstExpr.cpp149 for (auto &User:Users) in visit() local
/external/swiftshader/third_party/LLVM/tools/opt/
DAnalysisWrappers.cpp42 Instruction *User = dyn_cast<Instruction>(*UI); in runOnModule() local
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h28 class User; variable
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp103 template <class T> class User { class
118 template class User<bool>; variable
119 template class User<int>; // expected-note {{requested here}} variable
/external/clang/include/clang/Analysis/Analyses/
DUninitializedValues.h55 UninitUse(const Expr *User, bool AlwaysUninit) in UninitUse()

12345