Home
last modified time | relevance | path

Searched refs:isInstr (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp131 if (!SU.isInstr()) in apply()
324 if (!Src->isInstr() || !Dst->isInstr()) in adjustSchedDependency()
DHexagonHazardRecognizer.cpp104 if (UsesLoad && SU->isInstr() && SU->getInstr()->mayLoad()) in ShouldPreferAnother()
DHexagonBlockRanges.h57 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() function
DHexagonMachineScheduler.cpp691 if (SU->isInstr() && QII.mayBeCurLoad(*SU->getInstr())) { in SchedulingCost()
DHexagonFrameLowering.cpp2214 if (!IndexType::isInstr(Range.start()) || in optimizeSpillSlots()
2215 !IndexType::isInstr(Range.end())) in optimizeSpillSlots()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h367 bool isInstr() const { return Instr; }
592 if (SU->isInstr()) return &SU->getInstr()->getDesc();
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h334 bool isInstr() const { return Instr; }
513 if (SU->isInstr()) return &SU->getInstr()->getDesc();
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h378 bool isInstr() const { return Instr; }
603 if (SU->isInstr()) return &SU->getInstr()->getDesc();
/external/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.h53 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() function
DHexagonFrameLowering.cpp2101 if (!IndexType::isInstr(Range.start()) || in optimizeSpillSlots()
2102 !IndexType::isInstr(Range.end())) in optimizeSpillSlots()