/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | OverflowInstAnalysis.h | 18 class Use; variable
|
H A D | GuardUtils.h | 18 class Use; variable
|
H A D | CaptureTracking.h | 22 class Use; variable
|
H A D | MemorySSA.h | 118 class Use; global() variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineLoopUtils.cpp | 62 for (auto &Use : MRI.use_operands(OrigR)) in PeelSingleBlockLoop() local 65 for (auto *Use : Uses) { in PeelSingleBlockLoop() local
|
H A D | DeadMachineInstructionElim.cpp | 93 for (const MachineInstr &Use : MRI->use_nodbg_instructions(Reg)) { isDead() local
|
H A D | LiveRangeCalc.cpp | 87 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 D | PPCBranchCoalescing.cpp | 432 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 D | Instruction.cpp | 197 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 D | DerivedUser.h | 17 class Use; variable
|
H A D | Use.h | 59 Use(User *Parent) : Parent(Parent) {} in Use() function
|
H A D | AbstractCallSite.h | 26 class Use; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.h | 25 class Use; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 191 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 D | SSAUpdaterBulk.h | 26 class Use; variable
|
H A D | SSAUpdater.h | 30 class Use; variable
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_dlsym.h | 23 static bool Use() { in Use() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupSetCC.cpp | 82 for (auto &Use : MRI->use_instructions(MI.getOperand(0).getReg())) runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 368 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 D | AMDGPUMemoryUtils.cpp | 148 for (const auto &Use : Phi->incoming_values()) isClobberedInFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | DeadArgumentElimination.h | 34 class Use; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptimizeSZextends.cpp | 79 Instruction* Use = cast<Instruction>(U); in runOnFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNHazardRecognizer.cpp | 688 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 D | R600OpenCLImageTypeLoweringPass.cpp | 154 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 D | SystemZRegisterInfo.cpp | 88 for (auto &Use : MRI->reg_nodbg_instructions(VirtReg)) in getRegAllocationHints() local 140 for (auto &Use : MRI->reg_instructions(Reg)) { in getRegAllocationHints() local
|