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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp103 if (UsesLoad && SU->isInstr() && SU->getInstr()->mayLoad())
H A DHexagonSubtarget.cpp129 if (!SU.isInstr())
321 if (!Src->isInstr() || !Dst->isInstr())
H A DHexagonBlockRanges.h56 static bool isInstr(IndexType X) { return X.Index >= First; } function
H A DHexagonMachineScheduler.cpp691 if (SU->isInstr() && QII.mayBeCurLoad(*SU->getInstr())) {
H A DHexagonFrameLowering.cpp2447 if (!IndexType::isInstr(Range.start()) ||
2448 !IndexType::isInstr(Range.end()))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h362 bool isInstr() const { return Instr; } function
582 if (SU->isInstr()) return &SU->getInstr()->getDesc();
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h35 bool isInstr() const { return !OpIdx.hasValue(); } function in class:llvm::GIMatchTreeVariableBinding
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp729 !Def->isInstr() || !Use->isInstr())
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp751 if (VarBinding.isInstr())

Completed in 255 milliseconds