Home
last modified time | relevance | path

Searched defs:DefI (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp209 MachineInstr *DefI = MRI->getVRegDef(Reg.Reg); in processPredicateGPR() local
231 MachineInstr *DefI = MRI->getVRegDef(Reg.Reg); in getPredRegFor() local
305 const MachineInstr *DefI = MRI->getVRegDef(PR.Reg); in isScalarPred() local
H A DHexagonExpandCondsets.cpp329 MachineInstr *DefI = LIS->getInstructionFromIndex(NextI->start); in updateKillFlags() local
405 MachineInstr *DefI = LIS->getInstructionFromIndex(Seg.start); in updateDeadsInRange() local
459 MachineInstr *DefI = LIS->getInstructionFromIndex(Seg.start); in updateDeadsInRange() local
476 MachineInstr *DefI = LIS->getInstructionFromIndex(Seg.start); in updateDeadsInRange() local
966 MachineInstr *DefI = getReachingDefForPred(RT, TfrI, PredR, Cond); in predicate() local
H A DHexagonSplitDouble.cpp229 MachineInstr *DefI = MRI->getVRegDef(R); in partitionRegisters() local
397 const MachineInstr *DefI = MRI->getVRegDef(Reg); in profit() local
419 MachineInstr *DefI = MRI->getVRegDef(DR); in isProfitable() local
1128 MachineInstr *DefI = MRI->getVRegDef(DR); in splitPartition() local
H A DHexagonVExtract.cpp144 MachineInstr *DefI = MRI.getVRegDef(VecR); in runOnMachineFunction() local
H A DHexagonTfrCleanup.cpp249 auto DefI = BuildMI(B, MI, DL, HII->get(TargetOpcode::IMPLICIT_DEF), DefR); in eraseIfRedundant() local
H A DHexagonGenInsert.cpp1003 const MachineInstr *DefI = MRI->getVRegDef(R); in findRemovableRegisters() local
1139 const MachineInstr *DefI = MRI->getVRegDef(IR); in pruneUsesTooFar() local
1325 const MachineInstr *DefI = MRI->getVRegDef(I->first); in selectCandidates() local
1423 MachineInstr *DefI = MRI->getVRegDef(I.first); in generateInserts() local
H A DHexagonEarlyIfConv.cpp401 const MachineInstr *DefI = MRI->getVRegDef(R); in usesUndefVReg() local
H A DHexagonConstExtenders.cpp1490 const MachineInstr *DefI = Rs.isVReg() ? MRI->getVRegDef(Rs.Reg) : nullptr; in calculatePlacement() local
H A DHexagonBitSimplify.cpp2302 MachineInstr *DefI = MRI.getVRegDef(Op0.getReg()); in genBitSplit() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLateInstrsCleanup.cpp249 for (auto DefI : llvm::make_early_inc_range(MBBDefs)) { in processBlock() local
H A DMIRCanonicalizerPass.cpp230 MachineBasicBlock::iterator DefI = BBE; in rescheduleCanonically() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h517 auto *DefI = dyn_cast<Instruction>(U.get()); in movementPreservesLCSSAForm() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp337 const MachineInstr *DefI = Def->getParent(); in isSafeToMove() local
892 MachineInstr *DefI = getVRegDef(Reg, Insert, MRI, LIS); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatternParser.cpp233 if (auto *DefI = dyn_cast<DefInit>(OpInit)) { in parseInstructionPatternOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.cpp547 MachineInstr *DefI = Def->getInstr(); in adjustSchedDependency() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1975 Instruction *DefI = Def->getMemoryInst(); in eliminateDeadWritesAtEndOfFunction() local
2008 Instruction *DefI = Def->getMemoryInst(); in tryFoldIntoCalloc() local
2165 Instruction *DefI = Def->getMemoryInst(); in storeIsNoop() local
H A DNewGVN.cpp4070 auto *DefI = dyn_cast<Instruction>(Def); in eliminateInstructions() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp212 Instruction *DefI = nullptr; member
H A DScalarEvolutionExpander.cpp2256 auto *DefI = dyn_cast<Instruction>(V); in fixupLCSSAFormFor() local
H A DSimplifyIndVar.cpp1211 auto *DefI = dyn_cast<Instruction>(Def); in getInsertPointForUses() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1477 const DefInit *DefI = cast<DefInit>(DI->getOperator()); in emitDag() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2748 if (const auto *DefI = dyn_cast<DefInit>(Val)) in getOperatorAsDef() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2900 auto *DefI = getDefiningScopeBound(LIOps); in getAddExpr() local
7292 if (auto *DefI = getNonTrivialDefiningScopeBound(S)) { in getDefiningScopeBound() local
7366 auto *DefI = getDefiningScopeBound(SCEVOps); in isSCEVExprNeverPoison() local