/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenPredicate.cpp | 233 MachineInstr *DefI = MRI->getVRegDef(Reg.R); in processPredicateGPR() local 234 DefI->eraseFromParent(); in processPredicateGPR() 255 MachineInstr *DefI = MRI->getVRegDef(Reg.R); in getPredRegFor() local 256 assert(DefI); in getPredRegFor() 257 unsigned Opc = DefI->getOpcode(); in getPredRegFor() 259 assert(DefI->getOperand(0).isDef() && DefI->getOperand(1).isUse()); in getPredRegFor() 260 RegisterSubReg PR = DefI->getOperand(1); in getPredRegFor() 266 MachineBasicBlock &B = *DefI->getParent(); in getPredRegFor() 267 DebugLoc DL = DefI->getDebugLoc(); in getPredRegFor() 273 if (isConvertibleToPredForm(DefI)) { in getPredRegFor() [all …]
|
D | HexagonExpandCondsets.cpp | 342 MachineInstr *DefI = LIS->getInstructionFromIndex(NextI->start); in updateKillFlags() local 343 if (HII->isPredicated(*DefI)) in updateKillFlags() 419 MachineInstr *DefI = LIS->getInstructionFromIndex(Seg.start); in updateDeadsInRange() local 420 Defs.insert(DefI->getParent()); in updateDeadsInRange() 421 if (HII->isPredicated(*DefI)) in updateDeadsInRange() 473 MachineInstr *DefI = LIS->getInstructionFromIndex(Seg.start); in updateDeadsInRange() local 474 for (auto &Op : DefI->operands()) { in updateDeadsInRange() 490 MachineInstr *DefI = LIS->getInstructionFromIndex(Seg.start); in updateDeadsInRange() local 491 if (!HII->isPredicated(*DefI)) in updateDeadsInRange() 497 for (unsigned i = 0, e = DefI->getNumOperands(); i != e; ++i) { in updateDeadsInRange() [all …]
|
D | HexagonVExtract.cpp | 149 MachineInstr *DefI = MRI.getVRegDef(VecR); in runOnMachineFunction() local 150 MachineBasicBlock::iterator At = std::next(DefI->getIterator()); in runOnMachineFunction() 151 MachineBasicBlock &DefB = *DefI->getParent(); in runOnMachineFunction() 155 Register AddrR = EmitAddr(DefB, At, DefI->getDebugLoc(), FI, 0); in runOnMachineFunction() 156 BuildMI(DefB, At, DefI->getDebugLoc(), HII->get(StoreOpc)) in runOnMachineFunction()
|
D | HexagonSplitDouble.cpp | 235 MachineInstr *DefI = MRI->getVRegDef(R); in partitionRegisters() local 239 if (!DefI || isFixedInstr(DefI)) in partitionRegisters() 405 const MachineInstr *DefI = MRI->getVRegDef(Reg); in profit() local 406 switch (DefI->getOpcode()) { in profit() 414 return profit(DefI); in profit() 427 MachineInstr *DefI = MRI->getVRegDef(DR); in isProfitable() local 428 int32_t P = profit(DefI); in isProfitable() 1139 MachineInstr *DefI = MRI->getVRegDef(DR); in splitPartition() local 1140 SplitIns.insert(DefI); in splitPartition()
|
D | HexagonGenInsert.cpp | 1025 const MachineInstr *DefI = MRI->getVRegDef(R); in findRemovableRegisters() local 1026 assert(DefI); in findRemovableRegisters() 1030 if (DefI->isPHI()) in findRemovableRegisters() 1032 getInstrUses(DefI, Regs[OtherS]); in findRemovableRegisters() 1163 const MachineInstr *DefI = MRI->getVRegDef(IR); in pruneUsesTooFar() local 1166 unsigned DIV = distance(DefI, DefV, RPO, M); in pruneUsesTooFar() 1351 const MachineInstr *DefI = MRI->getVRegDef(I->first); in selectCandidates() local 1352 getInstrUses(DefI, Us); in selectCandidates() 1449 MachineInstr *DefI = MRI->getVRegDef(I->first); in generateInserts() local 1451 DefI->eraseFromParent(); in generateInserts()
|
D | HexagonEarlyIfConv.cpp | 408 const MachineInstr *DefI = MRI->getVRegDef(R); in usesUndefVReg() local 410 assert(DefI && "Expecting a reaching def in MRI"); in usesUndefVReg() 411 if (DefI->isImplicitDef()) in usesUndefVReg()
|
D | HexagonConstExtenders.cpp | 1505 const MachineInstr *DefI = Rs.isVReg() ? MRI->getVRegDef(Rs.Reg) : nullptr; in calculatePlacement() local 1509 assert(!DefI || MDT->dominates(DefI->getParent(), DomB)); in calculatePlacement()
|
D | HexagonBitSimplify.cpp | 2288 MachineInstr *DefI = MRI.getVRegDef(Op0.getReg()); in genBitSplit() local 2289 assert(DefI != nullptr); in genBitSplit() 2290 if (!MDT.dominates(DefI, &*At)) in genBitSplit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MIRCanonicalizerPass.cpp | 242 MachineBasicBlock::iterator DefI = BBE; in rescheduleCanonically() local 247 if (DefI != BBE && UseI != BBE) in rescheduleCanonically() 251 DefI = BBI; in rescheduleCanonically() 261 if (DefI == BBE || UseI == BBE) in rescheduleCanonically() 266 DefI->dump(); in rescheduleCanonically() 273 MBB->splice(UseI, MBB, DefI); in rescheduleCanonically()
|
D | MachineTraceMetrics.cpp | 639 MachineRegisterInfo::def_iterator DefI = MRI->def_begin(VirtReg); in DataDep() local 640 assert(!DefI.atEnd() && "Register has no defs"); in DataDep() 641 DefMI = DefI->getParent(); in DataDep() 642 DefOp = DefI.getOperandNo(); in DataDep() 643 assert((++DefI).atEnd() && "Register has multiple defs"); in DataDep()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 1157 auto *DefI = dyn_cast<Instruction>(U.get()); in movementPreservesLCSSAForm() local 1158 if (!DefI) in movementPreservesLCSSAForm() 1164 auto *DefBlock = DefI->getParent(); in movementPreservesLCSSAForm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 267 auto *DefI = dyn_cast<Instruction>(Def); in getInsertPointForUses() local 268 if (!DefI) in getInsertPointForUses() 271 assert(DT->dominates(DefI, InsertPt) && "def does not dominate all uses"); in getInsertPointForUses() 273 auto *L = LI->getLoopFor(DefI->getParent()); in getInsertPointForUses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 1970 if (DefInit *DefI = dyn_cast<DefInit>(Val)) in getOperatorAsDef() local 1971 return DefI->getDef(); in getOperatorAsDef()
|