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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 293 /// SCALAR_TO_VECTOR(VAL) - This represents the operation of loading a
299 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;
507 case ISD::SCALAR_TO_VECTOR: SplitVecRes_SCALAR_TO_VECTOR(N, Lo, Hi); break;
795 Lo = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, LoVT, N->getOperand(0));
    [all...]
SelectionDAGDumper.cpp 197 case ISD::SCALAR_TO_VECTOR: return "scalar_to_vector";
LegalizeIntegerTypes.cpp 88 case ISD::SCALAR_TO_VECTOR:
    [all...]
LegalizeDAG.cpp 617 // SCALAR_TO_VECTOR requires that the type of the value being inserted
623 SDValue ScVec = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 184 /// ISD::SCALAR_TO_VECTOR node or a BUILD_VECTOR node where only the low
187 if (N->getOpcode() == ISD::SCALAR_TO_VECTOR)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 377 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Expand);
427 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Custom);
428 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i32, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 72 milliseconds