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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 263 SDValue PromoteIntRes_MGATHER(MaskedGatherSDNode *N);
311 SDValue PromoteIntOp_MGATHER(MaskedGatherSDNode *N, unsigned OpNo);
663 void SplitVecRes_MGATHER(MaskedGatherSDNode *N, SDValue &Lo, SDValue &Hi);
    [all...]
LegalizeVectorTypes.cpp 612 SplitVecRes_MGATHER(cast<MaskedGatherSDNode>(N), Lo, Hi);
    [all...]
LegalizeIntegerTypes.cpp 72 case ISD::MGATHER: Res = PromoteIntRes_MGATHER(cast<MaskedGatherSDNode>(N));
504 SDValue DAGTypeLegalizer::PromoteIntRes_MGATHER(MaskedGatherSDNode *N) {
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 313 SDValue PromoteIntRes_MGATHER(MaskedGatherSDNode *N);
361 SDValue PromoteIntOp_MGATHER(MaskedGatherSDNode *N, unsigned OpNo);
    [all...]
LegalizeVectorTypes.cpp 669 SplitVecRes_MGATHER(cast<MaskedGatherSDNode>(N), Lo, Hi);
    [all...]
LegalizeIntegerTypes.cpp 74 case ISD::MGATHER: Res = PromoteIntRes_MGATHER(cast<MaskedGatherSDNode>(N));
498 SDValue DAGTypeLegalizer::PromoteIntRes_MGATHER(MaskedGatherSDNode *N) {
    [all...]
SelectionDAG.cpp 556 const MaskedGatherSDNode *MG = cast<MaskedGatherSDNode>(N);
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1454 milliseconds