Searched refs:getInst (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonInstPrinter.cpp41 MCInst const &MCI = *I.getInst();
43 printInstruction(MCI.getOperand(1).getInst(), Address, OS);
46 printInstruction(MCI.getOperand(0).getInst(), Address, OS);
H A DHexagonMCDuplexInfo.cpp1050 if (isStoreInst(MCB.getOperand(j).getInst()->getOpcode()) &&
1051 isStoreInst(MCB.getOperand(k).getInst()->getOpcode())) {
1061 MCII, *MCB.getOperand(k).getInst(),
1063 *MCB.getOperand(j).getInst(),
1068 getDuplexCandidateGroup(*MCB.getOperand(k).getInst()),
1069 getDuplexCandidateGroup(*MCB.getOperand(j).getInst()));
1074 << MCB.getOperand(j).getInst()->getOpcode() << ","
1075 << MCB.getOperand(k).getInst()->getOpcode() << "\n");
1079 << MCB.getOperand(j).getInst()->getOpcode() << ","
1080 << MCB.getOperand(k).getInst()
[all...]
H A DHexagonMCShuffler.cpp38 MCInst &MI = *const_cast<MCInst *>(I.getInst());
63 assert(!HexagonMCInstrInfo::getDesc(MCII, *I.getInst()).isPseudo());
64 MCInst &MI = *const_cast<MCInst *>(I.getInst());
H A DHexagonMCInstrInfo.cpp61 MCInst const &Inst = *BundleCurrent->getInst();
72 return *DuplexCurrent->getInst();
73 return *BundleCurrent->getInst();
196 MCB.getOperand(Index + bundleInstructionsOffset - 1).getInst();
437 if (HexagonMCInstrInfo::isDuplex(MCII, *I.getInst()))
453 if (isImmext(*I.getInst()))
477 return *MCB.getOperand(bundleInstructionsOffset + Index).getInst();
846 *MCB.getOperand(Candidate.packetIndexJ).getInst(),
847 *MCB.getOperand(Candidate.packetIndexI).getInst());
H A DHexagonMCChecker.cpp55 MCInst const &Inst = *I.getInst();
57 init(*Inst.getOperand(0).getInst());
58 init(*Inst.getOperand(1).getInst());
264 unsigned subInst0Opcode = ID.getOperand(0).getInst()->getOpcode();
265 unsigned subInst1Opcode = ID.getOperand(1).getInst()->getOpcode();
362 MCInst const &MCI = *HMI.getInst();
495 MCInst const &Inst = *I.getInst();
631 if (HexagonMCInstrInfo::getType(MCII, *HMI.getInst()) ==
H A DHexagonAsmBackend.cpp573 MCInst const &MCB = DF->getInst();
661 MCInst &CrntHMI = const_cast<MCInst &>(*I.getInst());
677 Res.addOperand(MCOperand::createInst(I.getInst()));
730 auto &Inst = const_cast<MCInst &>(RF.getInst());
H A DHexagonMCELFStreamer.cpp70 MCInst *MCI = const_cast<MCInst *>(I.getInst());
H A DHexagonMCCodeEmitter.cpp382 MCInst &HMI = const_cast<MCInst &>(*I.getInst());
441 const MCInst *Sub0 = MI.getOperand(0).getInst();
442 const MCInst *Sub1 = MI.getOperand(1).getInst();
479 if (I->getInst() != &MI)
482 const MCInst &NextI = *(I+1)->getInst();
745 MCInst const &Inst = *I->getInst();
H A DHexagonMCCompound.cpp355 MCInst const *JumpInst = J->getInst();
366 MCInst const *Inst = B->getInst();
H A DHexagonShuffler.cpp400 MCInst const &Inst0 = *ID.getOperand(0).getInst();
401 MCInst const &Inst1 = *ID.getOperand(1).getInst();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemDepPrinter.cpp64 return InstTypePair(dep.getInst(), Clobber);
66 return InstTypePair(dep.getInst(), Def);
68 return InstTypePair(dep.getInst(), NonFuncLocal);
70 return InstTypePair(dep.getInst(), Unknown);
H A DMemoryDependenceAnalysis.cpp729 if (Instruction *Inst = LocalCache.getInst()) {
767 if (Instruction *I = LocalCache.getInst())
868 if (Instruction *Inst = ExistingResult->getResult().getInst()) {
901 if (Instruction *Inst = Dep.getInst())
930 ReverseNonLocalDefsCache[NonLocalDefIt->second.getResult().getInst()]
1004 if (ExistingResult && ExistingResult->getResult().getInst()) {
1005 assert(ExistingResult->getResult().getInst()->getParent() == BB &&
1008 ScanPos = ExistingResult->getResult().getInst()->getIterator();
1036 Instruction *Inst = Dep.getInst();
1138 if (Instruction *Inst = Entry.getResult().getInst())
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCInst.cpp33 OS << "Inst:(" << *getInst() << ")";
H A DMCFragment.cpp396 F->getInst().dump_pretty(OS);
H A DMCAssembler.cpp896 if (!getBackend().mayNeedRelaxation(F->getInst(), *F->getSubtargetInfo()))
921 getBackend().relaxInstruction(F.getInst(), *F.getSubtargetInfo(), Relaxed);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp615 if (ldep.isClobber() && !isa<MemCpyInst>(ldep.getInst()))
616 C = dyn_cast<CallInst>(ldep.getInst());
958 if (!SourceDep.isClobber() || SourceDep.getInst() != MDep)
1016 if (DstDepInfo.getInst() != MemSet)
1113 if (DepInfo.isDef() && hasUndefContents(DepInfo.getInst(), CopySize))
1160 if (MemSetInst *MDep = dyn_cast<MemSetInst>(DepInfo.getInst()))
1176 if (CallInst *C = dyn_cast<CallInst>(DepInfo.getInst())) {
1195 if (MemCpyInst *MDep = dyn_cast<MemCpyInst>(SrcDepInfo.getInst()))
1198 if (hasUndefContents(SrcDepInfo.getInst(), CopySize)) {
1207 if (MemSetInst *MDep = dyn_cast<MemSetInst>(SrcDepInfo.getInst()))
[all...]
H A DGVN.cpp399 CallInst* local_cdep = cast<CallInst>(local_dep.getInst());
440 CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst());
855 R << " because it is clobbered by " << NV("ClobberedBy", DepInfo.getInst());
868 Instruction *DepInst = DepInfo.getInst();
H A DDeadStoreElimination.cpp689 Instruction *Dependency = Dep.getInst();
1160 Instruction *DepWrite = InstDep.getInst();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp198 auto &MI = const_cast<MCInst &>(*I.getInst());
476 bool CurrentVector = HexagonMCInstrInfo::isVector(*MCII, *i->getInst());
480 if (HexagonMCInstrInfo::isImmext(*i->getInst()) && (Vector == PrevVector))
486 auto const &Inst = *i->getInst();
512 ? *MI.getOperand(1).getInst()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h105 const MCInst *getInst() const { function in class:llvm::MCOperand
H A DMCFragment.h269 const MCInst &getInst() const { return Inst; } function in class:llvm::MCRelaxableFragment
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h177 Instruction *getInst() const { function in class:llvm::MemDepResult
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp301 const MachineInstr *getInst() const { return Inst; } function in class:__anon1782::ValueTrackerResult
334 if (Other.getInst() != getInst())
1145 MachineInstr &OrigPHI = const_cast<MachineInstr &>(*Res.getInst());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp310 SI = dyn_cast<StoreInst>(Q.getInst());

Completed in 252 milliseconds