Searched refs:BLENDI (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h193 /// BLENDI - Blend where the selector is an immediate.
194 BLENDI, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp1089 // There is no BLENDI for byte vectors. We don't need to custom lower
6326 // The new VSELECT will be lowered into a BLENDI.
6327 // At ISel stage, we pattern-match the sequence 'add + sub + BLENDI'
8085 SDValue Ret = DAG.getNode(X86ISD::BLENDI, dl, BlendVT, V1, V2,
9672 SDValue Ret = DAG.getNode(X86ISD::BLENDI, dl, BlendVT, LHS, RHS,
16525 case X86ISD::BLENDI: return "X86ISD::BLENDI";
19756 // We should generate an X86ISD::BLENDI from a vselect if its argument

Completed in 174 milliseconds