Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonSubtarget.cpp130 if (!SU.isInstr()) in apply()
323 if (!Src->isInstr() || !Dst->isInstr()) in adjustSchedDependency()
HDHexagonHazardRecognizer.cpp103 if (UsesLoad && SU->isInstr() && SU->getInstr()->mayLoad()) in ShouldPreferAnother()
HDHexagonBlockRanges.h56 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() function
HDHexagonMachineScheduler.cpp691 if (SU->isInstr() && QII.mayBeCurLoad(*SU->getInstr())) { in SchedulingCost()
HDHexagonFrameLowering.cpp2298 if (!IndexType::isInstr(Range.start()) || in optimizeSpillSlots()
2299 !IndexType::isInstr(Range.end())) in optimizeSpillSlots()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDScheduleDAG.h362 bool isInstr() const { return Instr; } in isInstr() function
582 if (SU->isInstr()) return &SU->getInstr()->getDesc(); in getInstrDesc()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUSubtarget.cpp722 !Src->isInstr() || !Dst->isInstr()) in adjustSchedDependency()
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
HDGIMatchTree.h35 bool isInstr() const { return !OpIdx.hasValue(); } in isInstr() function
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDGICombinerEmitter.cpp749 if (VarBinding.isInstr()) in generateCodeForTree()