/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | Use.h | 35 Use(llvm::Use *LLVMUse, User *Usr, Context &Ctx) in Use() function 37 Use() : LLVMUse(nullptr), Ctx(nullptr) {} in Use() function
|
H A D | SandboxIR.h | 88 sandboxir::Use Use; variable 90 OperandUseIterator(const class Use &Use) : Use(Use) {} in OperandUseIterator() 116 sandboxir::Use Use; variable 118 UserUseIterator(const class Use &Use) : Use(Use) {} in UserUseIterator() 180 friend class Use; // For getting `Val`. variable 339 unsigned getUseOperandNoDefault(const Use &Use) const { in getUseOperandNoDefault() 424 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() 591 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() 633 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() 672 unsigned getUseOperandNo(const Use &Use) const final { in getUseOperandNo() [all …]
|
/freebsd/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 | LiveRangeCalc.cpp | 87 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, in extend() argument 192 SlotIndex Use, unsigned PhysReg, in findReachingDefs() argument [all...] |
H A D | DeadMachineInstructionElim.cpp | 114 for (const MachineInstr &Use : MRI->use_nodbg_instructions(Reg)) { in isDead() local
|
/freebsd/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 | LazyValueInfo.h | 31 class Use; variable
|
H A D | DemandedBits.h | 37 class Use; variable
|
/freebsd/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
|
/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.h | 25 class Use; variable
|
/freebsd/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/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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_dlsym.h | 23 static bool Use() { in Use() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 366 DeadArgumentEliminationPass::markIfNotLive(RetOrArg Use, in markIfNotLive() 396 RetOrArg Use = createRet(F, RetValNum); in surveyUse() local 403 RetOrArg Use = createRet(F, Ri); in surveyUse() local 459 RetOrArg Use = createArg(F, ArgNo); in surveyUse() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupSetCC.cpp | 90 for (auto &Use : MRI->use_instructions(Reg0)) in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | DeadArgumentElimination.h | 34 class Use; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptimizeSZextends.cpp | 79 Instruction* Use = cast<Instruction>(U); in runOnFunction() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | SROA.h | 39 class Use; global() variable
|