Home
last modified time | relevance | path

Searched refs:XFormNo (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h295 virtual SDValue RunSDNodeXForm(SDValue V, unsigned XFormNo) { in RunSDNodeXForm() argument
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3416 unsigned XFormNo = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3419 SDValue Res = RunSDNodeXForm(RecordedNodes[RecNo].first, XFormNo); in SelectCodeCommon()