Home
last modified time | relevance | path

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

/freebsd-src/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 isForwardableRegClassCopy() argument
538 isBackwardPropagatableRegClassCopy(const MachineInstr & Copy,const MachineInstr & UseI,unsigned UseIdx) isBackwardPropagatableRegClassCopy() argument
[all...]
H A DSplitKit.cpp210 UseI = UseSlots.begin(); in calcLiveBlockInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600EmitClauseMarkers.cpp195 for (MachineBasicBlock::iterator UseI = Def; UseI != BBEnd; ++UseI) { canClauseLocalKillFitInClause() local
H A DAMDGPUSubtarget.cpp859 MachineInstr *UseI = Use->getInstr(); adjustSchedDependency() local
H A DGCNSchedStrategy.cpp1293 MachineInstr *UseI = &*DAG.MRI.use_instr_nodbg_begin(Reg); collectRematerializableInstructions() local
/freebsd-src/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 in collectIndRegsForLoop() local
[all...]
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
3150 const MachineInstr *UseI = MO.getParent(); processLoop() local
3203 MachineInstr *UseI = UI->getParent(); processLoop() local
[all...]
H A DHexagonLoopIdiomRecognition.cpp1198 Value *TV = UseI->getOperand(1), *FV = UseI->getOperand(2); in classifyInst() argument
2345 Instruction *UseI = dyn_cast<Instruction>(K); coverLoop() local
[all...]
H A DBitTracker.cpp1104 MachineInstr &UseI = *UseQ.front(); in runUseQueue() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp276 for (auto &UseI : MRI->use_instructions(UseReg)) { in findFirstSlotCandidate() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp80 bool UseI = (Arch == "rv32i") || (Arch == "rv32ic"); // ic => i in findRISCVMultilibs() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp342 [&](MachineInstr &UseI) { in collectCmovCandidates() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp317 const MachineInstr *UseI = Use->getParent(); isSafeToMove() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1065 getPostIncRangeInfo(Value * Def,Instruction * UseI) getPostIncRangeInfo() argument
1076 updatePostIncRangeInfo(Value * Def,Instruction * UseI,ConstantRange R) updatePostIncRangeInfo() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp2071 if (auto *UseI = dyn_cast<Instruction>(U)) emitInstructionAnnot() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3155 auto UseI = find(Inc.UserInst->operands(), Inc.IVOperand); FinalizeChain() local
3297 User::op_iterator UseI = CollectFixupsAndInitialFormulae() local