Home
last modified time | relevance | path

Searched refs:DefIt (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenPredicate.cpp274 MachineBasicBlock::iterator DefIt = DefI; in getPredRegFor() local
275 BuildMI(B, std::next(DefIt), DL, TII->get(TargetOpcode::COPY), NewPR) in getPredRegFor()
DHexagonExpandCondsets.cpp969 MachineBasicBlock::iterator DefIt = DefI, TfrIt = TfrI; in predicate() local
975 for (MachineBasicBlock::iterator I = std::next(DefIt); I != TfrIt; ++I) { in predicate()
982 for (MachineBasicBlock::iterator I = std::next(DefIt); I != TfrIt; ++I) { in predicate()
1050 MachineBasicBlock::iterator PastDefIt = std::next(DefIt); in predicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp513 auto DefIt = llvm::find_if( in runOnMachineFunction()
518 if (DefIt.base() != TestMBB->instr_begin()) { in runOnMachineFunction()
520 DefIt->dump(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp562 auto DefIt = DefMUD->getDefsIterator(); in getNewDefiningAccessForClone() local
566 assert(DefIt != MSSA->getBlockDefs(DefMUD->getBlock())->begin() && in getNewDefiningAccessForClone()
569 &*(--DefIt), VMap, MPhiMap, CloneWasSimplified, MSSA); in getNewDefiningAccessForClone()