Searched refs:isInstr (Results 1 – 10 of 10) 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
2402 if (!IndexType::isInstr(Range.start()) || in optimizeSpillSlots()2403 !IndexType::isInstr(Range.end())) in optimizeSpillSlots()
362 bool isInstr() const { return Instr; } in isInstr() function590 if (SU->isInstr()) return &SU->getInstr()->getDesc(); in getInstrDesc()
855 !Def->isInstr() || !Use->isInstr()) in adjustSchedDependency()
1134 assert(SuccSU->isInstr() && in colorExports()
2728 if (!SU->isInstr()) in ShouldPreferAnother()
3105 if (SU.isInstr() && PLI->shouldIgnoreForPipelining(SU.getInstr())) in computeUnpipelineableNodes()3132 if (!SU.isInstr()) in normalizeNonPipelinedInstructions()