Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeInfo.cpp62 unsigned ChainResIdx = Desc.NumResults; in verifyNode() local
63 checkResultType(DAG, N, ChainResIdx, MVT::Other); in verifyNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp202 unsigned ChainResIdx = PackData ? 0 : 1; in splitPackedLoadStore()
251 SDValue LowChain = SDValue(PartOps[(int)PackElem::Lo].getNode(), ChainResIdx); in splitPackedLoadStore()
252 SDValue HiChain = SDValue(PartOps[(int)PackElem::Hi].getNode(), ChainResIdx); in splitPackedLoadStore()
196 unsigned ChainResIdx = PackData ? 0 : 1; splitPackedLoadStore() local