/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRCanonicalizerPass.cpp | 230 MachineBasicBlock::iterator UseI = BBE; in rescheduleCanonically() local 266 auto UseI = llvm::find_if(MBB->instrs(), [&](MachineInstr &MI) -> bool { in rescheduleCanonically() local
|
H A D | MachineCopyPropagation.cpp | 556 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy() 574 const MachineInstr &UseI, in isForwardableRegClassCopy()
|
H A D | SplitKit.cpp | 209 SmallVectorImpl<SlotIndex>::const_iterator UseI, UseE; in calcLiveBlockInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600EmitClauseMarkers.cpp | 193 for (MachineBasicBlock::iterator UseI = Def; UseI != BBEnd; ++UseI) { in canClauseLocalKillFitInClause() local
|
H A D | AMDGPUSubtarget.cpp | 875 MachineInstr *UseI = Use->getInstr(); in adjustSchedDependency() local
|
H A D | GCNSchedStrategy.cpp | 1388 MachineInstr *UseI = &*DAG.MRI.use_instr_nodbg_begin(Reg); in collectRematerializableInstructions() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSplitDouble.cpp | 253 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 D | HexagonGenPredicate.cpp | 238 MachineInstr *UseI = I->getParent(); in processPredicateGPR() local
|
H A D | HexagonBitSimplify.cpp | 1004 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 D | HexagonLoopIdiomRecognition.cpp | 1192 bool PolynomialMultiplyRecognize::classifyInst(Instruction *UseI, in classifyInst() 2339 Instruction *UseI = dyn_cast<Instruction>(K); in coverLoop() local
|
H A D | BitTracker.cpp | 1104 MachineInstr &UseI = *UseQ.front(); in runUseQueue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTaggingPreRA.cpp | 277 for (auto &UseI : MRI->use_instructions(UseReg)) { findFirstSlotCandidate() local [all...] |
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | BareMetal.cpp | 80 bool UseI = (Arch == "rv32i") || (Arch == "rv32ic"); // ic => i in findRISCVMultilibs() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CmovConversion.cpp | 342 [&](MachineInstr &UseI) { in collectCmovCandidates()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 318 const MachineInstr *UseI = Use->getParent(); in isSafeToMove() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 1093 Instruction *UseI) { in getPostIncRangeInfo() 1104 void updatePostIncRangeInfo(Value *Def, Instruction *UseI, ConstantRange R) { in updatePostIncRangeInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 2048 if (auto *UseI = dyn_cast<Instruction>(U)) in emitInstructionAnnot() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 3351 auto UseI = find(Inc.UserInst->operands(), Inc.IVOperand); in FinalizeChain() local 3532 User::op_iterator UseI = in CollectFixupsAndInitialFormulae() local
|