Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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.cpp443 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy()
461 const MachineInstr &UseI, in isForwardableRegClassCopy()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp243 MachineBasicBlock::iterator UseI = BBE; in rescheduleCanonically() local
279 auto UseI = in rescheduleCanonically() local
H A DMachineCopyPropagation.cpp386 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy()
402 const MachineInstr &UseI, in isForwardableRegClassCopy()
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp231 MachineInstr *UseI = Op.getParent(); in partitionRegisters() local
392 MachineInstr *UseI = U->getParent(); in isProfitable() local
501 const MachineInstr *UseI = I->getParent(); in collectIndRegsForLoop() local
H A DHexagonBitSimplify.cpp922 MachineInstr *UseI = I->getParent(); in isDead() local
1165 MachineInstr &UseI = *I->getParent(); in computeUsedBits() local
2536 MachineInstr *UseI = UI->getParent(); in processLoop() local
2589 MachineInstr *UseI = UI->getParent(); in processLoop() local
H A DHexagonGenPredicate.cpp217 MachineInstr *UseI = I->getParent(); in processPredicateGPR() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp253 MachineInstr *UseI = Op.getParent(); in partitionRegisters() local
437 MachineInstr *UseI = U->getParent(); in isProfitable() local
547 const MachineInstr *UseI = I->getParent(); in collectIndRegsForLoop() 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 DHexagonGenPredicate.cpp238 MachineInstr *UseI = I->getParent(); in processPredicateGPR() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp253 MachineInstr *UseI = Op.getParent(); in partitionRegisters() local
438 MachineInstr *UseI = U->getParent(); in isProfitable() local
548 const MachineInstr *UseI = I->getParent(); in collectIndRegsForLoop() local
H A DHexagonBitSimplify.cpp975 MachineInstr *UseI = I->getParent(); in isDead() local
1219 MachineInstr &UseI = *I->getParent(); in computeUsedBits() local
3117 MachineInstr *UseI = UI->getParent(); in processLoop() local
3170 MachineInstr *UseI = UI->getParent(); in processLoop() local
H A DHexagonGenPredicate.cpp239 MachineInstr *UseI = I->getParent(); in processPredicateGPR() local
H A DHexagonLoopIdiomRecognition.cpp1183 bool PolynomialMultiplyRecognize::classifyInst(Instruction *UseI, in classifyInst()
2339 Instruction *UseI = dyn_cast<Instruction>(K); in coverLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp176 MachineInstr *UseI = &*(UI++); in uncheckUsesOf() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DR600EmitClauseMarkers.cpp195 for (MachineBasicBlock::iterator UseI = Def; UseI != BBEnd; ++UseI) { in canClauseLocalKillFitInClause() local
H A DAMDGPUSubtarget.cpp825 MachineInstr *UseI = Use->getInstr(); in adjustSchedDependency() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DR600EmitClauseMarkers.cpp198 for (MachineBasicBlock::iterator UseI = Def; UseI != BBEnd; ++UseI) { in canClauseLocalKillFitInClause() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600EmitClauseMarkers.cpp210 for (MachineBasicBlock::iterator UseI = Def; UseI != BBEnd; ++UseI) { in canClauseLocalKillFitInClause() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp277 for (auto &UseI : MRI->use_instructions(UseReg)) { in findFirstSlotCandidate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp338 [&](MachineInstr &UseI) { in collectCmovCandidates()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp323 [&](MachineInstr &UseI) { in collectCmovCandidates()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1034 Instruction *UseI) { in getPostIncRangeInfo()
1045 void updatePostIncRangeInfo(Value *Def, Instruction *UseI, ConstantRange R) { in updatePostIncRangeInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp317 const MachineInstr *UseI = Use->getParent(); in isSafeToMove() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1007 Instruction *UseI) { in getPostIncRangeInfo()
1018 void updatePostIncRangeInfo(Value *Def, Instruction *UseI, ConstantRange R) { in updatePostIncRangeInfo()

12