Home
last modified time | relevance | path

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

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