Home
last modified time | relevance | path

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

123456

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/SandboxIR/
HDUse.h35 Use(llvm::Use *LLVMUse, User *Usr, Context &Ctx) in Use() function
37 Use() : LLVMUse(nullptr), Ctx(nullptr) {} in Use() function
HDSandboxIR.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-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineLoopUtils.cpp62 for (auto &Use : MRI.use_operands(OrigR)) in PeelSingleBlockLoop() local
65 for (auto *Use : Uses) { in PeelSingleBlockLoop() local
HDLiveRangeCalc.cpp87 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend()
192 SlotIndex Use, unsigned PhysReg, in findReachingDefs()
HDDeadMachineInstructionElim.cpp114 for (const MachineInstr &Use : MRI->use_nodbg_instructions(Reg)) { in isDead() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDOverflowInstAnalysis.h18 class Use; variable
HDGuardUtils.h18 class Use; variable
HDCaptureTracking.h22 class Use; variable
HDLazyValueInfo.h31 class Use; variable
HDDemandedBits.h37 class Use; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCBranchCoalescing.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-14-stable/contrib/llvm-project/llvm/lib/MCA/
HDInstruction.cpp197 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending()
211 if (!all_of(getUses(), [](const ReadState &Use) { in updateDispatched()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDerivedUser.h17 class Use; variable
HDUse.h59 Use(User *Parent) : Parent(Parent) {} in Use() function
HDAbstractCallSite.h26 class Use; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDXILOpBuilder.h25 class Use; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDMVELaneInterleavingPass.cpp191 for (auto *Use : I->users()) in tryInterleave() local
257 for (auto *Use : I->users()) in tryInterleave() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDSSAUpdaterBulk.h26 class Use; variable
HDSSAUpdater.h30 class Use; variable
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_dlsym.h23 static bool Use() { in Use() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDDeadArgumentElimination.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-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FixupSetCC.cpp90 for (auto &Use : MRI->use_instructions(Reg0)) in runOnMachineFunction() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDDeadArgumentElimination.h34 class Use; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonOptimizeSZextends.cpp79 Instruction* Use = cast<Instruction>(U); in runOnFunction() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNHazardRecognizer.cpp690 for (const MachineOperand &Use : SMRD->uses()) { in checkSMRDHazards() local
729 for (const MachineOperand &Use : VMEM->uses()) { in checkVMEMHazards() local
753 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards() local
899 for (const MachineOperand &Use : VALU->explicit_uses()) { in checkVALUHazards() local
935 for (const MachineOperand &Use : VALU->explicit_uses()) { in checkVALUHazards() local
964 for (const MachineOperand &Use : VALU->explicit_uses()) { in checkVALUHazards() local
1502 for (const MachineOperand &Use : MI->explicit_uses()) { in fixVALUPartialForwardingHazard() local
1651 for (const MachineOperand &Use : MI->explicit_uses()) { in fixVALUTransUseHazard() local
1996 for (const MachineOperand &Use : MI->explicit_uses()) { in checkMAIHazards908() local
2202 for (const MachineOperand &Use : MI->explicit_uses()) { in checkMAIHazards90A() local
[all …]

123456