Home
last modified time | relevance | path

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

12345

/freebsd-src/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 DMemorySSA.h118 class Use; global() variable
[all...]
/freebsd-src/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 DDeadMachineInstructionElim.cpp93 for (const MachineInstr &Use : MRI->use_nodbg_instructions(Reg)) { isDead() local
H A DLiveRangeCalc.cpp87 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend()
192 SlotIndex Use, unsigned PhysReg, in findReachingDefs()
/freebsd-src/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
[all...]
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.h25 class Use; variable
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterBulk.h26 class Use; variable
H A DSSAUpdater.h30 class Use; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h23 static bool Use() { in Use() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupSetCC.cpp82 for (auto &Use : MRI->use_instructions(MI.getOperand(0).getReg())) runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp368 markIfNotLive(RetOrArg Use,UseVector & MaybeLiveUses) markIfNotLive() argument
398 RetOrArg Use = createRet(F, RetValNum); surveyUse() local
405 RetOrArg Use = createRet(F, Ri); surveyUse() local
461 RetOrArg Use = createArg(F, ArgNo); surveyUse() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp148 for (const auto &Use : Phi->incoming_values()) isClobberedInFunction() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h34 class Use; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp79 Instruction* Use = cast<Instruction>(U); in runOnFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp688 for (const MachineOperand &Use : SMRD->uses()) { checkSMRDHazards() local
727 for (const MachineOperand &Use : VMEM->uses()) { checkVMEMHazards() local
751 for (const MachineOperand &Use : DPP->uses()) { checkDPPHazards() local
897 for (const MachineOperand &Use : VALU->explicit_uses()) { checkVALUHazards() local
933 for (const MachineOperand &Use : VALU->explicit_uses()) { checkVALUHazards() local
962 for (const MachineOperand &Use : VALU->explicit_uses()) { checkVALUHazards() local
1499 for (const MachineOperand &Use : MI->explicit_uses()) { fixVALUPartialForwardingHazard() local
1648 for (const MachineOperand &Use : MI->explicit_uses()) { fixVALUTransUseHazard() local
2013 for (const MachineOperand &Use : MI->explicit_uses()) { checkMAIHazards908() local
2184 for (const MachineOperand &Use : MI->explicit_uses()) { checkMAIHazards90A() local
2495 for (const MachineOperand &Use : MI->explicit_uses()) { checkMAIVALUHazards() local
[all...]
H A DR600OpenCLImageTypeLoweringPass.cpp154 for (auto &Use : ImageArg.uses()) { replaceImageUses() local
187 for (const auto &Use : SamplerArg.uses()) { replaceSamplerUses() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp88 for (auto &Use : MRI->reg_nodbg_instructions(VirtReg)) in getRegAllocationHints() local
140 for (auto &Use : MRI->reg_instructions(Reg)) { in getRegAllocationHints() local

12345