| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | User.h | 25 sandboxir::Use Use; variable 27 OperandUseIterator(const class Use &Use) : Use(Use) {} in OperandUseIterator() 76 unsigned getUseOperandNoDefault(const Use &Use) const { in getUseOperandNoDefault()
|
| H A D | Use.h | 39 Use(llvm::Use *LLVMUse, User *Usr, Context &Ctx) in Use() function 41 Use() : LLVMUse(nullptr), Ctx(nullptr) {} in Use() function
|
| H A D | Constant.h | 57 unsigned getUseOperandNo(const Use &Use) const override { in getUseOperandNo() 244 unsigned getUseOperandNo(const Use &Use) const override { in getUseOperandNo() 332 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() 477 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() 782 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() 834 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() 966 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() 1343 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() 1470 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() 1501 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo()
|
| H A D | Context.h | 31 class Use; variable
|
| H A D | Value.h | 41 sandboxir::Use Use; variable 43 UserUseIterator(const class Use &Use) : Use(Use) {} in UserUseIterator() 110 friend class Use; // For getting `Val`. variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | OverflowInstAnalysis.h | 18 class Use; variable
|
| H A D | GuardUtils.h | 18 class Use; variable
|
| H A D | LazyValueInfo.h | 29 class Use; variable
|
| H A D | DemandedBits.h | 38 class Use; variable
|
| H A D | CaptureTracking.h | 23 class Use; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineLoopUtils.cpp | 62 for (auto &Use : MRI.use_operands(OrigR)) in PeelSingleBlockLoop() local 65 for (auto *Use : Uses) { in PeelSingleBlockLoop() local
|
| H A D | LiveRangeCalc.cpp | 86 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, Register PhysReg, in extend() 191 SlotIndex Use, Register PhysReg, in findReachingDefs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCBranchCoalescing.cpp | 430 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMoveToBeginning() local 460 for (auto &Use : MI.uses()) { in canMoveToEnd() local 541 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMerge() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | Instruction.cpp | 197 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending() 211 if (!all_of(getUses(), [](const ReadState &Use) { in updateDispatched()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DerivedUser.h | 17 class Use; variable
|
| H A D | Use.h | 48 Use(User *Parent) : Parent(Parent) {} in Use() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Combiner.cpp | 167 Register Use = LostUses.pop_back_val(); in appliedCombine() local 189 for (auto &Use : MI.explicit_uses()) { in noteLostUses() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVELaneInterleavingPass.cpp | 185 for (auto *Use : I->users()) in tryInterleave() local 251 for (auto *Use : I->users()) in tryInterleave() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SSAUpdaterBulk.h | 27 class Use; variable
|
| H A D | SSAUpdater.h | 30 class Use; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 361 DeadArgumentEliminationPass::markIfNotLive(RetOrArg Use, in markIfNotLive() 391 RetOrArg Use = createRet(F, RetValNum); in surveyUse() local 398 RetOrArg Use = createRet(F, Ri); in surveyUse() local 454 RetOrArg Use = createArg(F, ArgNo); in surveyUse() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_dlsym.h | 25 static bool Use() { in Use() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupSetCC.cpp | 90 for (auto &Use : MRI->use_instructions(Reg0)) in runOnMachineFunction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | MaterializationUtils.cpp | 166 Instruction *Use; in rewriteMaterializableInstructions() member 174 Instruction *Use = E.first; in rewriteMaterializableInstructions() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonOptimizeSZextends.cpp | 72 Instruction* Use = cast<Instruction>(U); in runOnFunction() local
|