Home
last modified time | relevance | path

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

1234

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp104 Instruction *User; member
208 Instruction *User, unsigned OpNo, in appendAndTransferDominatedUses()
371 Instruction *AArch64PromoteConstant::findInsertionPoint(Instruction &User, in findInsertionPoint()
381 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Instruction *User, in isDominated()
407 bool AArch64PromoteConstant::tryAndMerge(Instruction *NewPt, Instruction *User, in tryAndMerge()
459 Instruction *User, unsigned OpNo, InsertionPoints &InsertPts) { in computeInsertionPoint()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DUse.h35 class User; variable
64 friend class User; variable
DUser.h73 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/
DInstruction.cpp61 for (const std::pair<ReadState *, int> &User : Users) { in onInstructionIssued() local
72 void WriteState::addUser(unsigned IID, ReadState *User, int ReadAdvance) { in addUser()
85 void WriteState::addUser(unsigned IID, WriteState *User) { in addUser()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DGuardUtils.h19 class User; variable
DObjCARCInstKind.h52 User, ///< could "use" a pointer enumerator
/freebsd-12-stable/contrib/wpa/wpa_supplicant/dbus/
Dfi.w1.wpa_supplicant1.service.in4 User=root key
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DTypeMetadataUtils.cpp30 Instruction *User = cast<Instruction>(U.getUser()); in findCallsAtConstantOffset() local
57 Value *User = U.getUser(); in findLoadCallsAtConstantOffset() local
DIVUsers.cpp129 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue()
208 Instruction *User = cast<Instruction>(U.getUser()); in AddUsersImpl() local
300 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { in AddUser()
DDivergenceAnalysis.cpp144 for (const auto *User : V.users()) { in pushUsers() local
DModuleSummaryAnalysis.cpp92 SmallPtrSet<const User *, 8> &Visited) { in findRefEdges()
395 SmallPtrSet<const User *, 8> &Cache) { in computeFunctionSummary()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h30 class User; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLCSSA.cpp112 Instruction *User = cast<Instruction>(U.getUser()); in formLCSSAForInstructions() local
206 Instruction *User = cast<Instruction>(UseToRewrite->getUser()); in formLCSSAForInstructions() local
DSSAUpdater.cpp188 Instruction *User = cast<Instruction>(U.getUser()); in RewriteUse() local
200 Instruction *User = cast<Instruction>(U.getUser()); in RewriteUseAfterInsertions() local
DSSAUpdaterBulk.cpp30 auto *User = cast<Instruction>(U->getUser()); in getUserBB() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCLowerMASSVEntries.cpp175 for (auto *User : MASSVUsers) { in runOnModule() local
DPPCBoolRetToInt.cpp163 for (auto &User : ToRemove) in getPromotablePHINodes() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
DUninitializedValues.h55 UninitUse(const Expr *User, bool AlwaysUninit) in UninitUse()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanValue.h133 void addUser(VPUser &User) { Users.push_back(&User); } in addUser()
136 void removeUser(VPUser &User) { in removeUser()
/freebsd-12-stable/usr.sbin/cron/crontab/
Dcrontab.c61 static char User[MAXLOGNAME], RealUser[MAXLOGNAME]; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineSink.cpp1413 for (auto &User : Users) { in SinkInstruction() local
1463 for (auto &User : MRI.use_instructions(MO.getReg())) { in SalvageUnsunkDebugUsersOfCopy() local
1479 for (auto *User : DbgDefUsers) { in SalvageUnsunkDebugUsersOfCopy() local
DInterleavedAccessPass.cpp307 for (auto *User : LI->users()) { in lowerInterleavedLoad() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
DBottleneckAnalysis.h121 using User = std::pair<unsigned, unsigned>; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DFastISel.h59 class User; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp111 static void CheckForPhysRegDependency(SDNode *Def, SDNode *User, unsigned Op, in CheckForPhysRegDependency()
240 SDNode *User = *I; in ClusterNeighboringLoads() local

1234