Home
last modified time | relevance | path

Searched defs:isInstr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h59 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h378 bool isInstr() const { return isInst && Instr; } in isInstr() function