Home
last modified time | relevance | path

Searched defs:UseI (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp230 MachineBasicBlock::iterator UseI = BBE; in rescheduleCanonically() local
266 auto UseI = llvm::find_if(MBB->instrs(), [&](MachineInstr &MI) -> bool { in rescheduleCanonically() local
H A DMachineCopyPropagation.cpp556 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy()
574 const MachineInstr &UseI, in isForwardableRegClassCopy()
H A DSplitKit.cpp209 SmallVectorImpl<SlotIndex>::const_iterator UseI, UseE; in calcLiveBlockInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600EmitClauseMarkers.cpp193 for (MachineBasicBlock::iterator UseI = Def; UseI != BBEnd; ++UseI) { in canClauseLocalKillFitInClause() local
H A DAMDGPUSubtarget.cpp875 MachineInstr *UseI = Use->getInstr(); in adjustSchedDependency() local
H A DGCNSchedStrategy.cpp1388 MachineInstr *UseI = &*DAG.MRI.use_instr_nodbg_begin(Reg); in collectRematerializableInstructions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp253 MachineInstr *UseI = Op.getParent(); in partitionRegisters() local
436 MachineInstr *UseI = U->getParent(); in isProfitable() local
546 const MachineInstr *UseI = I->getParent(); in collectIndRegsForLoop() local
H A DHexagonGenPredicate.cpp238 MachineInstr *UseI = I->getParent(); in processPredicateGPR() local
H A DHexagonBitSimplify.cpp1004 const MachineInstr *UseI = MO.getParent(); in isDead() local
1248 MachineInstr &UseI = *I->getParent(); in computeUsedBits() local
3151 const MachineInstr *UseI = MO.getParent(); in processLoop() local
3204 MachineInstr *UseI = UI->getParent(); in processLoop() local
H A DHexagonLoopIdiomRecognition.cpp1192 bool PolynomialMultiplyRecognize::classifyInst(Instruction *UseI, in classifyInst()
2339 Instruction *UseI = dyn_cast<Instruction>(K); in coverLoop() local
H A DBitTracker.cpp1104 MachineInstr &UseI = *UseQ.front(); in runUseQueue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp277 for (auto &UseI : MRI->use_instructions(UseReg)) { findFirstSlotCandidate() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp80 bool UseI = (Arch == "rv32i") || (Arch == "rv32ic"); // ic => i in findRISCVMultilibs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp342 [&](MachineInstr &UseI) { in collectCmovCandidates()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp318 const MachineInstr *UseI = Use->getParent(); in isSafeToMove() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1093 Instruction *UseI) { in getPostIncRangeInfo()
1104 void updatePostIncRangeInfo(Value *Def, Instruction *UseI, ConstantRange R) { in updatePostIncRangeInfo()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp2048 if (auto *UseI = dyn_cast<Instruction>(U)) in emitInstructionAnnot() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3351 auto UseI = find(Inc.UserInst->operands(), Inc.IVOperand); in FinalizeChain() local
3532 User::op_iterator UseI = in CollectFixupsAndInitialFormulae() local