Searched refs:DstI (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp286 return ("DstI[" + DefOperandName + "]").str();
1485 CodeGenInstruction *DstI = &Target.getInstruction(DstOp); local
1489 StringRef Name = DstI->TheDef->getName();
1491 DstI = &Target.getInstruction(RK.getDef("COPY"));
1494 DstI);
1500 const CodeGenInstruction *DstI = DstMIBuilder.getCGI(); local
1502 const unsigned DstNumDefs = DstI->Operands.NumDefs;
1507 std::string OpName = getMangledRootDefName(DstI->Operands[I].Name);
1540 const CodeGenInstruction *DstI = DstMIBuilder.getCGI(); local
1649 unsigned NumFixedOperands = DstI
1961 auto &DstI = Target.getInstruction(RK.getDef("COPY")); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp579 MachineInstr *DstI = Dst->getInstr(); local
581 for (unsigned OpNum = 0; OpNum < DstI->getNumOperands(); OpNum++) {
582 const MachineOperand &MO = DstI->getOperand(OpNum);
585 &InstrItins, *SrcI, DefIdx, *DstI, OpNum);
592 Latency = updateLatency(*SrcI, *DstI, IsArtificial, *Latency);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h454 for (auto *DstI : DstIList)
456 const_cast<DependenceInfo *>(&DI)->depends(SrcI, DstI, true))
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp185 for (inst_iterator DstI = SrcI, DstE = inst_end(F);
186 DstI != DstE; ++DstI) {
187 if (DstI->mayReadOrWriteMemory()) {
188 OS << "Src:" << *SrcI << " --> Dst:" << *DstI << "\n"; local
190 if (auto D = DA->depends(&*SrcI, &*DstI, true)) {
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1129 ExplodedNodeSet DstI; local
1131 Visit(currStmt, I, DstI);
1132 Dst.insert(DstI);

Completed in 206 milliseconds