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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 262 SDValue PromoteIntRes_MLOAD(MaskedLoadSDNode *N);
309 SDValue PromoteIntOp_MLOAD(MaskedLoadSDNode *N, unsigned OpNo);
662 void SplitVecRes_MLOAD(MaskedLoadSDNode *N, SDValue &Lo, SDValue &Hi);
    [all...]
LegalizeIntegerTypes.cpp 70 case ISD::MLOAD: Res = PromoteIntRes_MLOAD(cast<MaskedLoadSDNode>(N));
490 SDValue DAGTypeLegalizer::PromoteIntRes_MLOAD(MaskedLoadSDNode *N) {
    [all...]
LegalizeVectorTypes.cpp 609 SplitVecRes_MLOAD(cast<MaskedLoadSDNode>(N), Lo, Hi);
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 312 SDValue PromoteIntRes_MLOAD(MaskedLoadSDNode *N);
359 SDValue PromoteIntOp_MLOAD(MaskedLoadSDNode *N, unsigned OpNo);
    [all...]
LegalizeIntegerTypes.cpp 72 case ISD::MLOAD: Res = PromoteIntRes_MLOAD(cast<MaskedLoadSDNode>(N));
484 SDValue DAGTypeLegalizer::PromoteIntRes_MLOAD(MaskedLoadSDNode *N) {
    [all...]
LegalizeVectorTypes.cpp 666 SplitVecRes_MLOAD(cast<MaskedLoadSDNode>(N), Lo, Hi);
    [all...]
SelectionDAG.cpp 542 const MaskedLoadSDNode *MLD = cast<MaskedLoadSDNode>(N);
    [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 537 friend class MaskedLoadSDNode;
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 273 milliseconds