Searched refs:isInstr (Results 1 – 12 of 12) sorted by relevance
57 if (SU->isInstr() && QII.mayBeCurLoad(*SU->getInstr())) { in SchedulingCost()
98 if (UsesLoad && SU->isInstr() && SU->getInstr()->mayLoad()) in ShouldPreferAnother()
252 if (!SU.isInstr()) in apply()442 if (!Src->isInstr() || !Dst->isInstr()) in adjustSchedDependency()
59 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() function
2399 if (!IndexType::isInstr(Range.start()) || in optimizeSpillSlots()2400 !IndexType::isInstr(Range.end())) in optimizeSpillSlots()
362 bool isInstr() const { return Instr; } in isInstr() function581 if (SU->isInstr()) return &SU->getInstr()->getDesc(); in getInstrDesc()
821 !Def->isInstr() || !Use->isInstr()) in adjustSchedDependency()
1134 assert(SuccSU->isInstr() && in colorExports()
2693 if (!SU->isInstr()) in ShouldPreferAnother()
35 bool isInstr() const { return !OpIdx; } in isInstr() function
747 if (VarBinding.isInstr()) in generateCodeForTree()
2674 if (SU.isInstr() && PLI->shouldIgnoreForPipelining(SU.getInstr())) in computeUnpipelineableNodes()2701 if (!SU.isInstr()) in normalizeNonPipelinedInstructions()