/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolutionNormalization.cpp | 29 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 D | IVUsers.cpp | 147 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 D | SSAUpdater.cpp | 177 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 D | LCSSA.cpp | 70 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 D | typo.m | 136 @interface User <Proto> interface 140 @implementation User implementation
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | Use.h | 38 class User; variable
|
H A D | User.h | 51 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps) in User() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | Local.h | 25 class User; variable
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.friend/ |
H A D | p1.cpp | 103 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 D | UninitializedValues.h | 55 UninitUse(const Expr *User, bool AlwaysUninit) in UninitUse()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 35 class User; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | VirtualFileSystem.h | 36 uint32_t User; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64AddressTypePromotion.cpp | 288 Instruction *User = dyn_cast<Instruction>(U.getUser()); in propagateSignExtension() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 285 auto *User = in emitRuntimeHook() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 110 static void CheckForPhysRegDependency(SDNode *Def, SDNode *User, unsigned Op, in CheckForPhysRegDependency() 232 SDNode *User = *I; in ClusterNeighboringLoads() local
|
H A D | ScheduleDAGFast.cpp | 739 SDNode *User = findGluedUser(N); in Schedule() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 535 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 D | AtomicExpandPass.cpp | 499 for (auto User : CI->users()) { in expandAtomicCmpXchg() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 1482 Instruction *User = cast<Instruction>(U.getUser()); in ThreadEdge() local 1635 Instruction *User = cast<Instruction>(U.getUser()); in DuplicateCondBranchOnPHIIntoPred() local
|
H A D | IndVarSimplify.cpp | 196 static Instruction *getInsertPointForUses(Instruction *User, Value *Def, in getInsertPointForUses() 1874 Instruction *User = cast<Instruction>(U.getUser()); in SinkUnusedInvariants() local
|
H A D | ScalarReplAggregates.cpp | 607 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 D | Value.cpp | 126 const Instruction *User = dyn_cast<Instruction>(*UI); in isUsedInBasicBlock() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 855 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 D | PPCISelDAGToDAG.cpp | 3208 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 D | NVPTXISelLowering.cpp | 3866 SDNode *User = *UI; in PerformADDCombineWithOperands() local 3893 SDNode *User = *UI; in PerformADDCombineWithOperands() local 3903 SDNode *User = *UI; in PerformADDCombineWithOperands() local
|