Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7936 SDValue OutputChain = SDValue(Node, 1); in mutateStrictFPToFP() local
7937 ReplaceAllUsesOfValueWith(OutputChain, InputChain); in mutateStrictFPToFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp7795 SDValue OutputChain = DAG.getNode(ISD::TokenFactor, SL, MVT::Other, in LowerFDIV32() local
7797 DAG.setRoot(OutputChain); in LowerFDIV32()