HomeSort by relevance Sort by last modified time
    Searched refs:VSELECT (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 330 VSELECT,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 64 // Implement vselect in terms of XOR, AND, OR when blend is not supported
192 case ISD::VSELECT:
246 if (Node->getOpcode() == ISD::VSELECT)
386 // Implement VSELECT in terms of XOR, AND, OR
LegalizeIntegerTypes.cpp 67 case ISD::VSELECT: Res = PromoteIntRes_VSELECT(N); break;
492 return DAG.getNode(ISD::VSELECT, N->getDebugLoc(),
771 case ISD::VSELECT:
    [all...]
LegalizeVectorTypes.cpp 419 case ISD::VSELECT:
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 740 setOperationAction(ISD::VSELECT, (MVT::SimpleValueType)VT, Expand)
    [all...]

Completed in 93 milliseconds