Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp130 if (!SU.isInstr()) in apply()
323 if (!Src->isInstr() || !Dst->isInstr()) in adjustSchedDependency()
DHexagonHazardRecognizer.cpp103 if (UsesLoad && SU->isInstr() && SU->getInstr()->mayLoad()) in ShouldPreferAnother()
DHexagonBlockRanges.h56 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() function
DHexagonMachineScheduler.cpp691 if (SU->isInstr() && QII.mayBeCurLoad(*SU->getInstr())) { in SchedulingCost()
DHexagonFrameLowering.cpp2298 if (!IndexType::isInstr(Range.start()) || in optimizeSpillSlots()
2299 !IndexType::isInstr(Range.end())) in optimizeSpillSlots()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h362 bool isInstr() const { return Instr; } in isInstr() function
582 if (SU->isInstr()) return &SU->getInstr()->getDesc(); in getInstrDesc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp722 !Src->isInstr() || !Dst->isInstr()) in adjustSchedDependency()