/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 729 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 …]
|
D | MemDepPrinter.cpp | 64 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/ |
D | HexagonMCDuplexInfo.cpp | 1050 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 …]
|
D | HexagonInstPrinter.cpp | 41 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()
|
D | HexagonMCShuffler.cpp | 38 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()
|
D | HexagonMCChecker.cpp | 55 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()
|
D | HexagonMCInstrInfo.cpp | 61 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()
|
D | HexagonAsmBackend.cpp | 573 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()
|
D | HexagonMCCodeEmitter.cpp | 382 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()
|
D | HexagonMCCompound.cpp | 355 MCInst const *JumpInst = J->getInst(); in lookForCompound() 366 MCInst const *Inst = B->getInst(); in lookForCompound()
|
D | HexagonMCELFStreamer.cpp | 70 MCInst *MCI = const_cast<MCInst *>(I.getInst()); in EmitInstruction()
|
D | HexagonShuffler.cpp | 400 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/ |
D | MemCpyOptimizer.cpp | 615 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 …]
|
D | GVN.cpp | 399 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()
|
D | DeadStoreElimination.cpp | 689 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/ |
D | MCInst.cpp | 33 OS << "Inst:(" << *getInst() << ")"; in print()
|
D | MCFragment.cpp | 396 F->getInst().dump_pretty(OS); in dump()
|
D | MCAssembler.cpp | 896 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/ |
D | HexagonDisassembler.cpp | 198 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/ |
D | MCInst.h | 105 const MCInst *getInst() const { in getInst() function
|
D | MCFragment.h | 269 const MCInst &getInst() const { return Inst; } in getInst() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 301 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/ |
D | MemoryDependenceAnalysis.h | 177 Instruction *getInst() const { in getInst() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 310 SI = dyn_cast<StoreInst>(Q.getInst()); in runOnFunction()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_fragment_program.txt | 536 while (i = getInst())
|