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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 326 // At first, the VSELECT condition is of vXi1 type. Later, targets may change
327 // the condition type in order to match the VSELECT node using a a pattern.
329 VSELECT,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 64 // Implement vselect in terms of XOR, AND, OR when blend is not supported
194 case ISD::VSELECT:
248 if (Node->getOpcode() == ISD::VSELECT)
388 // Implement VSELECT in terms of XOR, AND, OR
SelectionDAGDumper.cpp 188 case ISD::VSELECT: return "vselect";
LegalizeVectorTypes.cpp 61 case ISD::VSELECT: R = ScalarizeVecRes_VSELECT(N); break;
454 case ISD::VSELECT:
    [all...]
LegalizeIntegerTypes.cpp 68 case ISD::VSELECT: Res = PromoteIntRes_VSELECT(N); break;
498 return DAG.getNode(ISD::VSELECT, N->getDebugLoc(),
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 189 milliseconds