Home
last modified time | relevance | path

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

12345

/openbsd/gnu/llvm/llvm/lib/IR/
H A DReplaceConstant.cpp35 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths, in convertConstantExprsToInstructions()
98 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths) { in collectConstantExprPaths()
/openbsd/gnu/llvm/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()
192 SlotIndex Use, unsigned PhysReg, in findReachingDefs()
H A DDeadMachineInstructionElim.cpp94 for (const MachineInstr &Use : MRI->use_nodbg_instructions(Reg)) { in isDead() local
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp433 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMoveToBeginning() local
463 for (auto &Use : MI.uses()) { in canMoveToEnd() local
544 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMerge() local
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp191 for (auto *Use : I->users()) in tryInterleave() local
250 for (auto *Use : I->users()) in tryInterleave() local
/openbsd/gnu/llvm/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 DLegacyDivergenceAnalysis.h31 class Use; variable
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DReplaceConstant.h24 class Use; variable
H A DDerivedUser.h17 class Use; variable
H A DUse.h59 Use(User *Parent) : Parent(Parent) {} in Use() function
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DReproducer.h22 Use, enumerator
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.h25 class Use; variable
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterBulk.h26 class Use; variable
H A DSSAUpdater.h29 class Use; variable
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h23 static bool Use() { in Use() function
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp687 for (const MachineOperand &Use : SMRD->uses()) { in checkSMRDHazards() local
726 for (const MachineOperand &Use : VMEM->uses()) { in checkVMEMHazards() local
750 for (const MachineOperand &Use : DPP->uses()) { in checkDPPHazards() local
896 for (const MachineOperand &Use : VALU->explicit_uses()) { in checkVALUHazards() local
932 for (const MachineOperand &Use : VALU->explicit_uses()) { in checkVALUHazards() local
961 for (const MachineOperand &Use : VALU->explicit_uses()) { in checkVALUHazards() local
1481 for (const MachineOperand &Use : MI->explicit_uses()) { in fixVALUPartialForwardingHazard() local
1628 for (const MachineOperand &Use : MI->explicit_uses()) { in fixVALUTransUseHazard() local
1978 for (const MachineOperand &Use : MI->explicit_uses()) { in checkMAIHazards908() local
2149 for (const MachineOperand &Use : MI->explicit_uses()) { in checkMAIHazards90A() local
[all …]
H A DR600OpenCLImageTypeLoweringPass.cpp154 for (auto &Use : ImageArg.uses()) { in replaceImageUses() local
187 for (const auto &Use : SamplerArg.uses()) { in replaceSamplerUses() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FixupSetCC.cpp82 for (auto &Use : MRI->use_instructions(MI.getOperand(0).getReg())) in runOnMachineFunction() local
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h34 class Use; variable
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp79 Instruction* Use = cast<Instruction>(U); in runOnFunction() local

12345