Searched defs:getResNo (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h102 unsigned getResNo() const { assert (kind==SDNODE); return u.s.ResNo; } function in class:llvm::SDDbgValue
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h499 unsigned getResNo() const { return ResNo; } function in class:llvm::CheckTypeMatcher
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h135 unsigned getResNo() const { return ResNo; } function in class:llvm::SDValue
294 unsigned getResNo() const { return Val.getResNo(); } function in class:llvm::SDUse

Completed in 187 milliseconds