Home
last modified time | relevance | path

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

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineLoopUtils.cpp64 for (auto &Use : MRI.use_operands(OrigR)) in PeelSingleBlockLoop() local
67 for (auto *Use : Uses) { in PeelSingleBlockLoop() local
HDDeadMachineInstructionElim.cpp94 for (const MachineInstr &Use : MRI->use_nodbg_instructions(Reg)) { in isDead() local
HDLiveRangeCalc.cpp241 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend()
347 SlotIndex Use, unsigned PhysReg, in findReachingDefs()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDGuardUtils.h18 class Use; variable
HDCaptureTracking.h19 class Use; variable
HDPhiValues.h32 class Use; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCBranchCoalescing.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-11-stable/contrib/llvm-project/llvm/lib/MCA/
HDInstruction.cpp192 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending()
206 if (!all_of(getUses(), [](const ReadState &Use) { in updateDispatched()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDerivedUser.h17 class Use; variable
HDUse.h101 Use(PrevPtrTag tag) { Prev.setInt(tag); } in Use() function
HDUser.h73 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User() argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDSSAUpdater.h29 class Use; variable
HDSSAUpdaterBulk.h27 class Use; variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
HDSROA.h33 class Use; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FixupSetCC.cpp80 for (auto &Use : MRI->use_instructions(MI.getOperand(0).getReg())) in runOnMachineFunction() local
HDX86LoadValueInjectionLoadHardening.cpp372 auto Use = DFG.addr<UseNode *>(UseID); in getGadgetGraph() local
393 auto Use = DFG.addr<UseNode *>(UseID); in getGadgetGraph() local
808 for (const MachineOperand &Use : MI.uses()) in instrUsesRegToBranch() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDDeadArgumentElimination.cpp359 DeadArgumentEliminationPass::MarkIfNotLive(RetOrArg Use, in MarkIfNotLive()
389 RetOrArg Use = CreateRet(F, RetValNum); in SurveyUse() local
395 RetOrArg Use = CreateRet(F, i); in SurveyUse() local
452 RetOrArg Use = CreateArg(F, ArgNo); in SurveyUse() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNDPPCombine.cpp449 for (auto &Use : MRI->use_nodbg_operands(DPPMovReg)) { in combineDPPMov() local
454 MachineOperand *Use = Uses.pop_back_val(); in combineDPPMov() local
HDR600OpenCLImageTypeLoweringPass.cpp169 for (auto &Use : ImageArg.uses()) { in replaceImageUses() local
202 for (const auto &Use : SamplerArg.uses()) { in replaceSamplerUses() local
HDGCNHazardRecognizer.cpp554 for (const MachineOperand &Use : SMRD->uses()) { in checkSMRDHazards() local
591 for (const MachineOperand &Use : VMEM->uses()) { in checkVMEMHazards() local
613 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards() local
834 for (const MachineOperand &Use : MI->uses()) { in checkAnyInstHazards() local
1217 for (const MachineOperand &Use : MI->explicit_uses()) { in checkMAIHazards() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDDeadArgumentElimination.h34 class Use; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZRegisterInfo.cpp93 for (auto &Use : MRI->reg_nodbg_instructions(VirtReg)) in getRegAllocationHints() local
145 for (auto &Use : MRI->reg_instructions(Reg)) { in getRegAllocationHints() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonOptimizeSZextends.cpp79 Instruction* Use = cast<Instruction>(*UI); in runOnFunction() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
HDLookup.cpp183 std::string tooling::replaceNestedName(const NestedNameSpecifier *Use, in replaceNestedName()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
HDResourcePressureView.cpp56 for (const std::pair<ResourceRef, ResourceCycles> &Use : in onEvent() local

1234