Home
last modified time | relevance | path

Searched defs:Use (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DUser.h25 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 DUse.h39 Use(llvm::Use *LLVMUse, User *Usr, Context &Ctx) in Use() function
41 Use() : LLVMUse(nullptr), Ctx(nullptr) {} in Use() function
H A DConstant.h57 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 DContext.h31 class Use; variable
H A DValue.h41 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 DOverflowInstAnalysis.h18 class Use; variable
H A DGuardUtils.h18 class Use; variable
H A DLazyValueInfo.h29 class Use; variable
H A DDemandedBits.h38 class Use; variable
H A DCaptureTracking.h23 class Use; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp62 for (auto &Use : MRI.use_operands(OrigR)) in PeelSingleBlockLoop() local
65 for (auto *Use : Uses) { in PeelSingleBlockLoop() local
H A DLiveRangeCalc.cpp86 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 DPPCBranchCoalescing.cpp430 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 DInstruction.cpp197 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 DDerivedUser.h17 class Use; variable
H A DUse.h48 Use(User *Parent) : Parent(Parent) {} in Use() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp167 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 DMVELaneInterleavingPass.cpp185 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 DSSAUpdaterBulk.h27 class Use; variable
H A DSSAUpdater.h30 class Use; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp361 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 Dsanitizer_allocator_dlsym.h25 static bool Use() { in Use() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupSetCC.cpp90 for (auto &Use : MRI->use_instructions(Reg0)) in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DMaterializationUtils.cpp166 Instruction *Use; in rewriteMaterializableInstructions() member
174 Instruction *Use = E.first; in rewriteMaterializableInstructions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp72 Instruction* Use = cast<Instruction>(U); in runOnFunction() local

123456