Searched refs:SHRUNKBLEND (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 196 SHRUNKBLEND, enumerator
|
D | X86ISelDAGToDAG.cpp | 2020 case X86ISD::SHRUNKBLEND: { in Select()
|
D | X86ISelLowering.cpp | 22128 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()
|