Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp200 if (!SU.isInstr()) in apply()
392 if (!Src->isInstr() || !Dst->isInstr()) in adjustSchedDependency()
DHexagonHazardRecognizer.cpp103 if (UsesLoad && SU->isInstr() && SU->getInstr()->mayLoad()) in ShouldPreferAnother()
DHexagonBlockRanges.h59 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() function
DHexagonMachineScheduler.cpp691 if (SU->isInstr() && QII.mayBeCurLoad(*SU->getInstr())) { in SchedulingCost()
DHexagonFrameLowering.cpp2448 if (!IndexType::isInstr(Range.start()) || in optimizeSpillSlots()
2449 !IndexType::isInstr(Range.end())) in optimizeSpillSlots()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DScheduleDAG.h362 bool isInstr() const { return Instr; } in isInstr() function
582 if (SU->isInstr()) return &SU->getInstr()->getDesc(); in getInstrDesc()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp975 !Def->isInstr() || !Use->isInstr()) in adjustSchedDependency()
DGCNHazardRecognizer.cpp1829 if (!SU->isInstr()) in ShouldPreferAnother()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.h35 bool isInstr() const { return !OpIdx.hasValue(); } in isInstr() function
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGICombinerEmitter.cpp747 if (VarBinding.isInstr()) in generateCodeForTree()