Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7668 SDValue OutputChain = SDValue(Node, 1); in mutateStrictFPToFP() local
7669 ReplaceAllUsesOfValueWith(OutputChain, InputChain); in mutateStrictFPToFP()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6812 SDValue OutputChain = DAG.getNode(ISD::TokenFactor, SL, MVT::Other, in LowerFDIV32() local
6814 DAG.setRoot(OutputChain); in LowerFDIV32()