Home
last modified time | relevance | path

Searched refs:getDesc (Results 1 – 25 of 125) sorted by relevance

12345

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp133 MCInstrDesc const &Desc = HexagonMCInstrInfo::getDesc(MCII, Inst); in deriveExtender()
169 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getAccessSize()
177 uint64_t const F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getBitCount()
184 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getCExtOpNum()
188 MCInstrDesc const &HexagonMCInstrInfo::getDesc(MCInstrInfo const &MCII, in getDesc() function in llvm::HexagonMCInstrInfo
195 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtendableOp()
213 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtentAlignment()
219 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtentBits()
227 uint64_t const F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getMaxValue()
242 uint64_t const F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getMinValue()
[all …]
DHexagonShuffler.cpp140 setLoad(HexagonMCInstrInfo::getDesc(MCII, *id).mayLoad()); in HexagonCVIResource()
141 setStore(HexagonMCInstrInfo::getDesc(MCII, *id).mayStore()); in HexagonCVIResource()
202 MCInst const *ID = ISJ->getDesc(); in check()
240 if (HexagonMCInstrInfo::getDesc(MCII, *ID).isReturn()) in check()
262 if (HexagonMCInstrInfo::getDesc(MCII, *ID).isBranch()) in check()
268 if (HexagonMCInstrInfo::getDesc(MCII, *ID).mayLoad()) in check()
292 MCInst const *ID = ISJ->getDesc(); in check()
301 if (HexagonMCInstrInfo::getDesc(MCII, *ID).getOpcode() != Hexagon::A2_nop) in check()
311 if (HexagonMCInstrInfo::getDesc(MCII, *ID).isBranch() || in check()
312 HexagonMCInstrInfo::getDesc(MCII, *ID).isCall()) in check()
[all …]
DHexagonMCShuffler.cpp36 assert(!HexagonMCInstrInfo::getDesc(MCII, *I.getInst()).isPseudo()); in init()
60 assert(!HexagonMCInstrInfo::getDesc(MCII, *I.getInst()).isPseudo()); in init()
83 MCInst const *MI = I->getDesc(); in copyTo()
DHexagonMCChecker.cpp58 const MCInstrDesc& MCID = HexagonMCInstrInfo::getDesc(MCII, MCI); in init()
280 if (HexagonMCInstrInfo::getDesc(MCII, MCI).isBranch() || in checkBranches()
281 HexagonMCInstrInfo::getDesc(MCII, MCI).isCall()) { in checkBranches()
283 if (HexagonMCInstrInfo::getDesc(MCII, MCI).isIndirectBranch() && in checkBranches()
297 if (HexagonMCInstrInfo::getDesc(MCII, MCI).isReturn() && in checkBranches()
298 HexagonMCInstrInfo::getDesc(MCII, MCI).mayLoad()) in checkBranches()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h155 return MI.getDesc().TSFlags & SIInstrFlags::SALU; in isSALU()
163 return MI.getDesc().TSFlags & SIInstrFlags::VALU; in isVALU()
171 return MI.getDesc().TSFlags & SIInstrFlags::SOP1; in isSOP1()
179 return MI.getDesc().TSFlags & SIInstrFlags::SOP2; in isSOP2()
187 return MI.getDesc().TSFlags & SIInstrFlags::SOPC; in isSOPC()
195 return MI.getDesc().TSFlags & SIInstrFlags::SOPK; in isSOPK()
203 return MI.getDesc().TSFlags & SIInstrFlags::SOPP; in isSOPP()
211 return MI.getDesc().TSFlags & SIInstrFlags::VOP1; in isVOP1()
219 return MI.getDesc().TSFlags & SIInstrFlags::VOP2; in isVOP2()
227 return MI.getDesc().TSFlags & SIInstrFlags::VOP3; in isVOP3()
[all …]
/external/skia/src/gpu/gl/
DGrGLGpuProgramCache.cpp36 return GrProgramDesc::Less(desc, entry->fProgram->getDesc()); in operator ()()
41 return GrProgramDesc::Less(entry->fProgram->getDesc(), desc); in operator ()()
125 if (hashedEntry && hashedEntry->fProgram->getDesc() == *args.fDesc) { in refProgram()
164 int purgedHashIdx = entry->fProgram->getDesc().getChecksum() & ((1 << kHashBits) - 1); in refProgram()
196 const GrProgramDesc& a = fEntries[i]->fProgram->getDesc(); in refProgram()
197 const GrProgramDesc& b = fEntries[i + 1]->fProgram->getDesc(); in refProgram()
/external/llvm/lib/Target/ARM/
DARMHazardRecognizer.cpp22 const MCInstrDesc &MCID = MI->getDesc(); in hasRAWHazard()
43 const MCInstrDesc &MCID = MI->getDesc(); in getHazardType()
46 const MCInstrDesc &LastMCID = LastMI->getDesc(); in getHazardType()
DARMBaseInstrInfo.cpp138 uint64_t TSFlags = MI->getDesc().TSFlags; in convertToThreeAddress()
158 const MCInstrDesc &MCID = MI->getDesc(); in convertToThreeAddress()
572 if ((MI->getDesc().TSFlags & ARMII::DomainMask) == ARMII::DomainNEON) in isPredicable()
602 const MCInstrDesc &MCID = MI->getDesc(); in GetInstSizeInBytes()
1908 DefMI->getDesc(), DestReg); in optimizeSelect()
1911 const MCInstrDesc &DefDesc = DefMI->getDesc(); in optimizeSelect()
2144 const MCInstrDesc &Desc = MI.getDesc(); in rewriteARMFrameIndex()
2650 const MCInstrDesc &DefMCID = DefMI->getDesc(); in FoldImmediate()
2660 const MCInstrDesc &UseMCID = UseMI->getDesc(); in FoldImmediate()
2756 const MCInstrDesc &Desc = MI->getDesc(); in getNumMicroOpsSwiftLdSt()
[all …]
/external/llvm/lib/Support/
DStatistic.cpp117 return std::strcmp(LHS->getDesc(), RHS->getDesc()) < 0; in PrintStatistics()
130 Stats.Stats[i]->getDesc()); in PrintStatistics()
/external/skia/src/gpu/text/
DGrFontScaler.h30 return fHash == rh.fHash && fDesc.getDesc()->equals(*rh.fDesc.getDesc());
DGrAtlasTextBlob.cpp64 return SkGlyphCache::DetachCache(run->fTypeface, desc->getDesc()); in setupCache()
509 SkASSERT_RELEASE(lRun.fDescriptor.getDesc()); in AssertEqual()
510 SkASSERT_RELEASE(rRun.fDescriptor.getDesc()); in AssertEqual()
511 SkASSERT_RELEASE(lRun.fDescriptor.getDesc()->equals(*rRun.fDescriptor.getDesc())); in AssertEqual()
514 SkASSERT_RELEASE(lRun.fOverrideDescriptor->getDesc()); in AssertEqual()
515 SkASSERT_RELEASE(rRun.fOverrideDescriptor.get() && rRun.fOverrideDescriptor->getDesc()); in AssertEqual()
516 SkASSERT_RELEASE(lRun.fOverrideDescriptor->getDesc()->equals( in AssertEqual()
517 *rRun.fOverrideDescriptor->getDesc())); in AssertEqual()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1039 const uint64_t F = MI->getDesc().TSFlags; in isPredicated()
1120 bool isPred = MI->getDesc().isPredicable(); in isPredicable()
1232 if (MI->getDesc().isTerminator() || MI->isPosition()) in isSchedulingBoundary()
1456 const uint64_t F = MI->getDesc().TSFlags; in isAccumulator()
1468 && !(MI->getDesc().mayLoad()) in isComplex()
1469 && !(MI->getDesc().mayStore()) in isComplex()
1470 && (MI->getDesc().getOpcode() != Hexagon::S2_allocframe) in isComplex()
1471 && (MI->getDesc().getOpcode() != Hexagon::L2_deallocframe) in isComplex()
1560 if (!MI->getDesc().mayLoad() || !isPredicated(MI)) in isConditionalLoad()
1651 const uint64_t F = MI->getDesc().TSFlags; in isConstExtended()
[all …]
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp79 int UOps = InstrItins.getNumMicroOps(MI->getDesc().getSchedClass()); in getNumMicroOps()
105 unsigned SchedClass = MI->getDesc().getSchedClass(); in resolveSchedClass()
168 unsigned DefClass = DefMI->getDesc().getSchedClass(); in computeOperandLatency()
212 && !DefMI->getDesc().OpInfo[DefOperIdx].isOptionalDef() in computeOperandLatency()
DTargetInstrInfo.cpp125 const MCInstrDesc &MCID = MI->getDesc(); in commuteInstructionImpl()
154 MI->getDesc().getOperandConstraint(Idx1, MCOI::TIED_TO) == 0) { in commuteInstructionImpl()
159 MI->getDesc().getOperandConstraint(Idx2, MCOI::TIED_TO) == 0) { in commuteInstructionImpl()
241 const MCInstrDesc &MCID = MI->getDesc(); in findCommutedOpIndices()
279 const MCInstrDesc &MCID = MI->getDesc(); in PredicateInstruction()
1019 unsigned Class = MI->getDesc().getSchedClass(); in getNumMicroOps()
1054 return ItinData->getStageLatency(MI->getDesc().getSchedClass()); in getInstrLatency()
1064 unsigned DefClass = DefMI->getDesc().getSchedClass(); in hasLowDefLatency()
1075 unsigned DefClass = DefMI->getDesc().getSchedClass(); in getOperandLatency()
1076 unsigned UseClass = UseMI->getDesc().getSchedClass(); in getOperandLatency()
[all …]
DExecutionDepsFix.cpp511 const MCInstrDesc &MCID = MI->getDesc(); in processDefs()
583 for (unsigned i = mi->getDesc().getNumDefs(), in visitHardInstr()
584 e = mi->getDesc().getNumOperands(); i != e; ++i) { in visitHardInstr()
593 for (unsigned i = 0, e = mi->getDesc().getNumDefs(); i != e; ++i) { in visitHardInstr()
612 for (unsigned i = mi->getDesc().getNumDefs(), in visitSoftInstr()
613 e = mi->getDesc().getNumOperands(); i != e; ++i) { in visitSoftInstr()
DPeepholeOptimizer.cpp375 assert(DefIdx < Def->getDesc().getNumDefs() && in ValueTracker()
893 NumDefs = MI.getDesc().getNumDefs(); in UncoalescableRewriter()
1187 assert(MI->getDesc().getNumDefs() == 1 && in optimizeCoalescableCopy()
1301 const MCInstrDesc &MCID = MI->getDesc(); in isLoadFoldable()
1321 const MCInstrDesc &MCID = MI->getDesc(); in isMoveImmediate()
1342 for (unsigned i = 0, e = MI->getDesc().getNumOperands(); i != e; ++i) { in foldImmediate()
1630 const MCInstrDesc &MIDesc = MI->getDesc(); in runOnMachineFunction()
1696 if (Def->getDesc().getNumDefs() != 1) in getNextSourceFromBitcast()
1896 (DefIdx < Def->getDesc().getNumDefs() || Def->getDesc().isVariadic()) && in getNextSourceImpl()
DDFAPacketizer.cpp137 const llvm::MCInstrDesc &MID = MI->getDesc(); in canReserveResources()
144 const llvm::MCInstrDesc &MID = MI->getDesc(); in reserveResources()
/external/skia/debugger/QT/
DSkGLWidget.cpp61 GrBackendRenderTargetDesc desc = this->getDesc(this->width(), this->height()); in createRenderTarget()
86 GrBackendRenderTargetDesc SkGLWidget::getDesc(int w, int h) { in getDesc() function in SkGLWidget
DSkGLWidget.h54 GrBackendRenderTargetDesc getDesc(int w, int h);
/external/llvm/lib/Target/AArch64/
DAArch64DeadRegisterDefinitionsPass.cpp91 for (int i = 0, e = MI.getDesc().getNumDefs(); i != e; ++i) { in processMachineBasicBlock()
111 switch (MI.getDesc().OpInfo[i].RegClass) { in processMachineBasicBlock()
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp73 (MI.getDesc().TSFlags & NVPTX::SimpleMoveMask) >> NVPTX::SimpleMoveShift; in isMoveInstr()
94 (MI.getDesc().TSFlags & NVPTX::isLoadMask) >> NVPTX::isLoadShift; in isLoadInstr()
105 (MI.getDesc().TSFlags & NVPTX::isStoreMask) >> NVPTX::isStoreShift; in isStoreInstr()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h267 const MCInstrDesc &getDesc() const { return *MCID; }
322 operands_begin() + getDesc().getNumDefs());
327 operands_begin() + getDesc().getNumDefs());
332 return make_range(operands_begin() + getDesc().getNumDefs(),
337 return make_range(operands_begin() + getDesc().getNumDefs(),
380 return getDesc().getFlags() & (1 << MCFlag);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DIMethodCoverage.java25 public String getDesc(); in getDesc() method
/external/llvm/include/llvm/Support/
DRegistry.h36 const char *getDesc() const { return Desc; } in getDesc() function
52 static const char *descof(const entry &Entry) { return Entry.getDesc(); } in descof()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrBuilder.h31 const MCInstrDesc &MCID = MI->getDesc(); in addFrameReference()

12345