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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 294 /// SCALAR_TO_VECTOR(VAL) - This represents the operation of loading a
300 SCALAR_TO_VECTOR,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 310 /// SCALAR_TO_VECTOR(VAL) - This represents the operation of loading a
316 SCALAR_TO_VECTOR,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 345 /// SCALAR_TO_VECTOR(VAL) - This represents the operation of loading a
351 SCALAR_TO_VECTOR,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 60 case ISD::SCALAR_TO_VECTOR: R = ScalarizeVecRes_SCALAR_TO_VECTOR(N); break;
430 case ISD::SCALAR_TO_VECTOR: SplitVecRes_SCALAR_TO_VECTOR(N, Lo, Hi); break;
697 Lo = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, LoVT, N->getOperand(0));
    [all...]
LegalizeIntegerTypes.cpp 87 case ISD::SCALAR_TO_VECTOR:
769 case ISD::SCALAR_TO_VECTOR:
    [all...]
LegalizeDAG.cpp 682 // SCALAR_TO_VECTOR requires that the type of the value being inserted
688 SDValue ScVec = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 61 case ISD::SCALAR_TO_VECTOR: R = ScalarizeVecRes_SCALAR_TO_VECTOR(N); break;
558 return DAG.getNode(ISD::SCALAR_TO_VECTOR, SDLoc(N), N->getValueType(0), Res);
603 case ISD::SCALAR_TO_VECTOR: SplitVecRes_SCALAR_TO_VECTOR(N, Lo, Hi); break;
    [all...]
SelectionDAGDumper.cpp 223 case ISD::SCALAR_TO_VECTOR: return "scalar_to_vector";
LegalizeDAG.cpp 361 // SCALAR_TO_VECTOR requires that the type of the value being inserted
367 SDValue ScVec = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
    [all...]
LegalizeIntegerTypes.cpp 100 case ISD::SCALAR_TO_VECTOR:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 59 case ISD::SCALAR_TO_VECTOR: R = ScalarizeVecRes_SCALAR_TO_VECTOR(N); break;
526 return DAG.getNode(ISD::SCALAR_TO_VECTOR, SDLoc(N), N->getValueType(0), Op);
562 /// with a scalar_to_vector since the res type is legal if we got here
587 return DAG.getNode(ISD::SCALAR_TO_VECTOR, DL, VT, Res);
617 return DAG.getNode(ISD::SCALAR_TO_VECTOR, SDLoc(N), N->getValueType(0), Res);
660 case ISD::SCALAR_TO_VECTOR: SplitVecRes_SCALAR_TO_VECTOR(N, Lo, Hi); break;
    [all...]
SelectionDAGDumper.cpp 264 case ISD::SCALAR_TO_VECTOR: return "scalar_to_vector";
    [all...]
LegalizeDAG.cpp 386 // SCALAR_TO_VECTOR requires that the type of the value being inserted
392 SDValue ScVec = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 431 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Custom);
440 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Custom);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 440 // Fill in the missing undef elements if this was a scalar_to_vector.
441 assert(N->getOpcode() == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts);
501 case ISD::SCALAR_TO_VECTOR:
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 286 case ISD::SCALAR_TO_VECTOR:
346 // Fill in the missing undef elements if this was a scalar_to_vector.
347 assert(Opc == ISD::SCALAR_TO_VECTOR && NOps < NumVectorElts);
    [all...]
SIISelLowering.cpp 150 case ISD::SCALAR_TO_VECTOR:
174 setOperationAction(ISD::SCALAR_TO_VECTOR, Vec64, Promote);
175 AddPromotedToType(ISD::SCALAR_TO_VECTOR, Vec64, MVT::v4i32);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 487 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Expand);
545 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Custom);
546 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i32, Custom);
560 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2f64, Legal);
563 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Legal);
567 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v16i8, Legal);
568 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v8i16, Legal);
569 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i32, Legal);
570 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2i64, Legal);
698 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f64, Legal)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 626 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Expand);
683 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Custom);
684 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i32, Custom);
698 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2f64, Legal);
701 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Legal);
705 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v16i8, Legal);
706 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v8i16, Legal);
707 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i32, Legal);
708 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2i64, Legal);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 319 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Custom);
381 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Legal);
382 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2f64, Legal);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 344 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Custom);
410 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Legal);
411 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2f64, Legal);
    [all...]

Completed in 706 milliseconds

1 2