Searched refs:isInstr (Results 1 – 20 of 20) sorted by relevance
130 if (!SU.isInstr()) in apply()323 if (!Src->isInstr() || !Dst->isInstr()) in adjustSchedDependency()
103 if (UsesLoad && SU->isInstr() && SU->getInstr()->mayLoad()) in ShouldPreferAnother()
56 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() function
691 if (SU->isInstr() && QII.mayBeCurLoad(*SU->getInstr())) { in SchedulingCost()
2298 if (!IndexType::isInstr(Range.start()) || in optimizeSpillSlots()2299 !IndexType::isInstr(Range.end())) in optimizeSpillSlots()
200 if (!SU.isInstr()) in apply()392 if (!Src->isInstr() || !Dst->isInstr()) in adjustSchedDependency()
59 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() function
2448 if (!IndexType::isInstr(Range.start()) || in optimizeSpillSlots()2449 !IndexType::isInstr(Range.end())) in optimizeSpillSlots()
362 bool isInstr() const { return Instr; } in isInstr() function582 if (SU->isInstr()) return &SU->getInstr()->getDesc(); in getInstrDesc()
378 bool isInstr() const { return Instr; }603 if (SU->isInstr()) return &SU->getInstr()->getDesc();
53 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() function
2101 if (!IndexType::isInstr(Range.start()) || in optimizeSpillSlots()2102 !IndexType::isInstr(Range.end())) in optimizeSpillSlots()
765 !Def->isInstr() || !Use->isInstr()) in adjustSchedDependency()
1417 if (!SU->isInstr()) in ShouldPreferAnother()
722 !Src->isInstr() || !Dst->isInstr()) in adjustSchedDependency()
35 bool isInstr() const { return !OpIdx.hasValue(); } in isInstr() function
747 if (VarBinding.isInstr()) in generateCodeForTree()