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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 287 /// SCALAR_TO_VECTOR(VAL) - This represents the operation of loading a
293 SCALAR_TO_VECTOR,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 59 case ISD::SCALAR_TO_VECTOR: R = ScalarizeVecRes_SCALAR_TO_VECTOR(N); break;
465 case ISD::SCALAR_TO_VECTOR: SplitVecRes_SCALAR_TO_VECTOR(N, Lo, Hi); break;
734 Lo = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, LoVT, N->getOperand(0));
    [all...]
SelectionDAGDumper.cpp 195 case ISD::SCALAR_TO_VECTOR: return "scalar_to_vector";
LegalizeDAG.cpp 609 // SCALAR_TO_VECTOR requires that the type of the value being inserted
615 SDValue ScVec = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
    [all...]
LegalizeIntegerTypes.cpp 88 case ISD::SCALAR_TO_VECTOR:
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 199 /// ISD::SCALAR_TO_VECTOR node or a BUILD_VECTOR node where only the low
202 if (N->getOpcode() == ISD::SCALAR_TO_VECTOR)
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 444 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Custom);
455 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Custom);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 353 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Expand);
383 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Custom);
384 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i32, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 43 milliseconds