Home
last modified time | relevance | path

Searched refs:getInst (Results 1 – 25 of 26) sorted by relevance

12

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

12