Home
last modified time | relevance | path

Searched refs:SHRUNKBLEND (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ISelLowering.h196 SHRUNKBLEND, enumerator
DX86ISelDAGToDAG.cpp2020 case X86ISD::SHRUNKBLEND: { in Select()
DX86ISelLowering.cpp22128 case X86ISD::SHRUNKBLEND: return "X86ISD::SHRUNKBLEND"; in getTargetNodeName()
26915 DAG.getNode(X86ISD::SHRUNKBLEND, SDLoc(*I), I->getValueType(0), in combineSelect()
26925 DAG.getNode(X86ISD::SHRUNKBLEND, SDLoc(N), N->getValueType(0), in combineSelect()
30953 case X86ISD::SHRUNKBLEND: return combineSelect(N, DAG, DCI, Subtarget); in PerformDAGCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h207 SHRUNKBLEND, enumerator
DX86ISelDAGToDAG.cpp2799 case X86ISD::SHRUNKBLEND: { in Select()
DX86ISelLowering.cpp25946 case X86ISD::SHRUNKBLEND: return "X86ISD::SHRUNKBLEND"; in getTargetNodeName()
32597 SDValue SB = DAG.getNode(X86ISD::SHRUNKBLEND, SDLoc(U), U->getValueType(0), in combineVSelectToShrunkBlend()
39641 case X86ISD::SHRUNKBLEND: return combineSelect(N, DAG, DCI, Subtarget); in PerformDAGCombine()