/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineLoopUtils.cpp | 63 for (auto &Use : MRI.use_operands(OrigR)) in PeelSingleBlockLoop() local 66 for (auto *Use : Uses) { in PeelSingleBlockLoop() local
|
H A D | LiveRangeCalc.cpp | 89 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend() 194 SlotIndex Use, unsigned PhysReg, in findReachingDefs()
|
H A D | DeadMachineInstructionElim.cpp | 97 for (const MachineInstr &Use : MRI->use_nodbg_instructions(Reg)) { in isDead() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | OverflowInstAnalysis.h | 21 class Use; variable
|
H A D | GuardUtils.h | 18 class Use; variable
|
H A D | CaptureTracking.h | 21 class Use; variable
|
H A D | LegacyDivergenceAnalysis.h | 28 class Use; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | Reproducer.h | 22 Use, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/ |
H A D | Instruction.cpp | 185 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending() 199 if (!all_of(getUses(), [](const ReadState &Use) { in updateDispatched()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchCoalescing.cpp | 435 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMoveToBeginning() local 465 for (auto &Use : MI.uses()) { in canMoveToEnd() local 546 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMerge() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DerivedUser.h | 17 class Use; variable
|
H A D | Use.h | 60 Use(User *Parent) : Parent(Parent) {} in Use() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 191 for (auto *Use : I->users()) in tryInterleave() local 251 for (auto *Use : I->users()) in tryInterleave() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | SSAUpdater.h | 29 class Use; variable
|
H A D | SSAUpdaterBulk.h | 26 class Use; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
H A D | SROA.h | 34 class Use; variable
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_dlsym.h | 23 static bool Use() { in Use() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 360 DeadArgumentEliminationPass::MarkIfNotLive(RetOrArg Use, in MarkIfNotLive() 390 RetOrArg Use = CreateRet(F, RetValNum); in SurveyUse() local 396 RetOrArg Use = CreateRet(F, Ri); in SurveyUse() local 452 RetOrArg Use = CreateArg(F, ArgNo); in SurveyUse() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FixupSetCC.cpp | 82 for (auto &Use : MRI->use_instructions(MI.getOperand(0).getReg())) in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | DeadArgumentElimination.h | 34 class Use; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptimizeSZextends.cpp | 79 Instruction* Use = cast<Instruction>(*UI); in runOnFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | GCNDPPCombine.cpp | 493 for (auto &Use : MRI->use_nodbg_operands(DPPMovReg)) { in combineDPPMov() local 498 MachineOperand *Use = Uses.pop_back_val(); in combineDPPMov() local
|
H A D | R600OpenCLImageTypeLoweringPass.cpp | 154 for (auto &Use : ImageArg.uses()) { in replaceImageUses() local 187 for (const auto &Use : SamplerArg.uses()) { in replaceSamplerUses() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.cpp | 88 for (auto &Use : MRI->reg_nodbg_instructions(VirtReg)) in getRegAllocationHints() local 141 for (auto &Use : MRI->reg_instructions(Reg)) { in getRegAllocationHints() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/ |
H A D | Lookup.cpp | 185 std::string tooling::replaceNestedName(const NestedNameSpecifier *Use, in replaceNestedName()
|