Home
last modified time | relevance | path

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

12345

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp63 for (auto &Use : MRI.use_operands(OrigR)) in PeelSingleBlockLoop() local
66 for (auto *Use : Uses) { in PeelSingleBlockLoop() local
H A DLiveRangeCalc.cpp89 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend()
194 SlotIndex Use, unsigned PhysReg, in findReachingDefs()
H A DDeadMachineInstructionElim.cpp97 for (const MachineInstr &Use : MRI->use_nodbg_instructions(Reg)) { in isDead() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DOverflowInstAnalysis.h21 class Use; variable
H A DGuardUtils.h18 class Use; variable
H A DCaptureTracking.h21 class Use; variable
H A DLegacyDivergenceAnalysis.h28 class Use; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DReproducer.h22 Use, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstruction.cpp185 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 DPPCBranchCoalescing.cpp435 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 DDerivedUser.h17 class Use; variable
H A DUse.h60 Use(User *Parent) : Parent(Parent) {} in Use() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp191 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 DSSAUpdater.h29 class Use; variable
H A DSSAUpdaterBulk.h26 class Use; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h34 class Use; variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h23 static bool Use() { in Use() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp360 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 DX86FixupSetCC.cpp82 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 DDeadArgumentElimination.h34 class Use; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp79 Instruction* Use = cast<Instruction>(*UI); in runOnFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp493 for (auto &Use : MRI->use_nodbg_operands(DPPMovReg)) { in combineDPPMov() local
498 MachineOperand *Use = Uses.pop_back_val(); in combineDPPMov() local
H A DR600OpenCLImageTypeLoweringPass.cpp154 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 DSystemZRegisterInfo.cpp88 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 DLookup.cpp185 std::string tooling::replaceNestedName(const NestedNameSpecifier *Use, in replaceNestedName()

12345