/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MIRCanonicalizerPass.cpp | 243 MachineBasicBlock::iterator UseI = BBE; in rescheduleCanonically() local 279 auto UseI = in rescheduleCanonically() local
|
D | MachineCopyPropagation.cpp | 386 const MachineInstr &Copy, const MachineInstr &UseI, unsigned UseIdx) { in isBackwardPropagatableRegClassCopy() 402 const MachineInstr &UseI, in isForwardableRegClassCopy()
|
D | SplitKit.cpp | 220 SmallVectorImpl<SlotIndex>::const_iterator UseI, UseE; in calcLiveBlockInfo() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTaggingPreRA.cpp | 176 MachineInstr *UseI = &*(UI++); in uncheckUsesOf() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600EmitClauseMarkers.cpp | 198 for (MachineBasicBlock::iterator UseI = Def; UseI != BBEnd; ++UseI) { in canClauseLocalKillFitInClause() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600EmitClauseMarkers.cpp | 210 for (MachineBasicBlock::iterator UseI = Def; UseI != BBEnd; ++UseI) { in canClauseLocalKillFitInClause() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 231 MachineInstr *UseI = Op.getParent(); in partitionRegisters() local 392 MachineInstr *UseI = U->getParent(); in isProfitable() local 501 const MachineInstr *UseI = I->getParent(); in collectIndRegsForLoop() local
|
D | HexagonGenPredicate.cpp | 217 MachineInstr *UseI = I->getParent(); in processPredicateGPR() local
|
D | HexagonBitSimplify.cpp | 922 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
|
D | BitTracker.cpp | 982 MachineInstr *UseI = I->getParent(); in visitUsesOf() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 253 MachineInstr *UseI = Op.getParent(); in partitionRegisters() local 438 MachineInstr *UseI = U->getParent(); in isProfitable() local 548 const MachineInstr *UseI = I->getParent(); in collectIndRegsForLoop() local
|
D | HexagonGenPredicate.cpp | 239 MachineInstr *UseI = I->getParent(); in processPredicateGPR() local
|
D | HexagonBitSimplify.cpp | 975 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
|
D | HexagonLoopIdiomRecognition.cpp | 1183 bool PolynomialMultiplyRecognize::classifyInst(Instruction *UseI, in classifyInst() 2339 Instruction *UseI = dyn_cast<Instruction>(K); in coverLoop() local
|
D | BitTracker.cpp | 1104 MachineInstr &UseI = *UseQ.front(); in runUseQueue() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CmovConversion.cpp | 323 [&](MachineInstr &UseI) { in collectCmovCandidates()
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 195 SmallVectorImpl<SlotIndex>::const_iterator UseI, UseE; in calcLiveBlockInfo() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1007 Instruction *UseI) { in getPostIncRangeInfo() 1018 void updatePostIncRangeInfo(Value *Def, Instruction *UseI, ConstantRange R) { in updatePostIncRangeInfo()
|
D | LoopStrengthReduce.cpp | 3112 auto UseI = find(Inc.UserInst->operands(), Inc.IVOperand); in FinalizeChain() local 3248 User::op_iterator UseI = in CollectFixupsAndInitialFormulae() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2801 auto UseI = std::find(Inc.UserInst->op_begin(), Inc.UserInst->op_end(), in FinalizeChain() local 2935 User::op_iterator UseI = std::find(UserInst->op_begin(), UserInst->op_end(), in CollectFixupsAndInitialFormulae() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 2033 if (auto *UseI = dyn_cast<Instruction>(U)) in emitInstructionAnnot() local
|