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 DUse.h35 Use(llvm::Use *LLVMUse, User *Usr, Context &Ctx) in Use() function
37 Use() : LLVMUse(nullptr), Ctx(nullptr) {} in Use() function
H A DSandboxIR.h88 sandboxir::Use Use; variable
90 OperandUseIterator(const class Use &Use) : Use(Use) {} in OperandUseIterator()
116 sandboxir::Use Use; variable
118 UserUseIterator(const class Use &Use) : Use(Use) {} in UserUseIterator()
180 friend class Use; // For getting `Val`. variable
339 unsigned getUseOperandNoDefault(const Use &Use) const { in getUseOperandNoDefault()
424 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo()
591 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo()
633 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo()
672 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo()
[all …]
/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.cpp87 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend() argument
192 SlotIndex Use, unsigned PhysReg, in findReachingDefs() argument
[all...]
H A DDeadMachineInstructionElim.cpp114 for (const MachineInstr &Use : MRI->use_nodbg_instructions(Reg)) { in isDead() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DOverflowInstAnalysis.h18 class Use; variable
H A DGuardUtils.h18 class Use; variable
H A DCaptureTracking.h22 class Use; variable
H A DLazyValueInfo.h31 class Use; variable
H A DDemandedBits.h37 class Use; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp432 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMoveToBeginning() local
462 for (auto &Use : MI.uses()) { in canMoveToEnd() local
543 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.h59 Use(User *Parent) : Parent(Parent) {} in Use() function
H A DAbstractCallSite.h26 class Use; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.h25 class Use; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp191 for (auto *Use : I->users()) in tryInterleave() local
257 for (auto *Use : I->users()) in tryInterleave() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterBulk.h26 class Use; variable
H A DSSAUpdater.h30 class Use; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h23 static bool Use() { in Use() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp366 DeadArgumentEliminationPass::markIfNotLive(RetOrArg Use, in markIfNotLive()
396 RetOrArg Use = createRet(F, RetValNum); in surveyUse() local
403 RetOrArg Use = createRet(F, Ri); in surveyUse() local
459 RetOrArg Use = createArg(F, ArgNo); in surveyUse() local
/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/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h34 class Use; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp79 Instruction* Use = cast<Instruction>(U); in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h39 class Use; global() variable

123456