Home
last modified time | relevance | path

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

123

/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A 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()
H A DIVUsers.cpp147 Instruction *User = cast<Instruction>(U.getUser()); in AddUsersImpl() local
233 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp177 Instruction *User = cast<Instruction>(U.getUser()); in RewriteUse() local
194 Instruction *User = cast<Instruction>(U.getUser()); in RewriteUseAfterInsertions() local
349 Instruction *User = Insts[i]; in run() local
360 Instruction *User = Insts[i]; in run() local
458 Instruction *User = Insts[i]; in run() local
H A DLCSSA.cpp70 Instruction *User = cast<Instruction>(U.getUser()); in processInstruction() local
156 Instruction *User = cast<Instruction>(UsesToRewrite[i]->getUser()); in processInstruction() local
/minix3/external/bsd/llvm/dist/clang/test/FixIt/
H A Dtypo.m136 @interface User <Proto> interface
140 @implementation User implementation
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DUse.h38 class User; variable
H A DUser.h51 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps) in User() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h25 class User; variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp103 template <class T> class User { class
118 template class User<bool>; variable
119 template class User<int>; // expected-note {{requested here}} variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h55 UninitUse(const Expr *User, bool AlwaysUninit) in UninitUse()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h35 class User; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DVirtualFileSystem.h36 uint32_t User; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AddressTypePromotion.cpp288 Instruction *User = dyn_cast<Instruction>(U.getUser()); in propagateSignExtension() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp285 auto *User = in emitRuntimeHook() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp110 static void CheckForPhysRegDependency(SDNode *Def, SDNode *User, unsigned Op, in CheckForPhysRegDependency()
232 SDNode *User = *I; in ClusterNeighboringLoads() local
H A DScheduleDAGFast.cpp739 SDNode *User = findGluedUser(N); in Schedule() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp535 Instruction *User = cast<Instruction>(*UI); in SinkCast() local
628 Instruction *User = cast<Instruction>(*UI); in OptimizeCmpExpression() local
672 static bool isExtractBitsCandidateUse(Instruction *User) { in isExtractBitsCandidateUse()
689 SinkShiftAndTruncate(BinaryOperator *ShiftI, Instruction *User, ConstantInt *CI, in SinkShiftAndTruncate()
787 Instruction *User = cast<Instruction>(*UI); in OptimizeExtractBits() local
2818 Instruction *User = MemoryUses[i].first; in IsProfitableToFoldIntoAddressingMode() local
3487 Instruction *User = cast<Instruction>(U.getUser()); in OptimizeExtUses() local
H A DAtomicExpandPass.cpp499 for (auto User : CI->users()) { in expandAtomicCmpXchg() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1482 Instruction *User = cast<Instruction>(U.getUser()); in ThreadEdge() local
1635 Instruction *User = cast<Instruction>(U.getUser()); in DuplicateCondBranchOnPHIIntoPred() local
H A DIndVarSimplify.cpp196 static Instruction *getInsertPointForUses(Instruction *User, Value *Def, in getInsertPointForUses()
1874 Instruction *User = cast<Instruction>(U.getUser()); in SinkUnusedInvariants() local
H A DScalarReplAggregates.cpp607 Instruction *User = cast<Instruction>(Ptr->user_back()); in ConvertUsesToScalar() local
1614 Instruction *User = cast<Instruction>(U.getUser()); in isSafeForScalarRepl() local
1881 Instruction *User = cast<Instruction>(TheUse.getUser()); in RewriteForScalarRepl() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DValue.cpp126 const Instruction *User = dyn_cast<Instruction>(*UI); in isUsedInBasicBlock() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp855 Instruction *User = cast<Instruction>(CI->user_back()); in OptimizeGlobalAddressOfMalloc() local
1248 Instruction *User = cast<Instruction>(*UI++); in RewriteHeapSROALoadUser() local
1261 Instruction *User = cast<Instruction>(*UI++); in RewriteUsesOfLoadForHeapSRoA() local
1393 Instruction *User = cast<Instruction>(*UI++); in PerformHeapAllocSRoA() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3208 SDNode *User = *N->use_begin(); in foldBoolExts() local
3307 SDNode *User = *UI; in AllUsersSelectZero() local
3337 SDNode *User = *UI; in SwapAllSelectUsers() local
3346 SDNode *User = *UI; in SwapAllSelectUsers() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3866 SDNode *User = *UI; in PerformADDCombineWithOperands() local
3893 SDNode *User = *UI; in PerformADDCombineWithOperands() local
3903 SDNode *User = *UI; in PerformADDCombineWithOperands() local

123