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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.cpp 141 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops, array_lengthof(Ops));
155 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops, array_lengthof(Ops));
X86ISelLowering.h 122 /// REP_STOS - Repeat fill, corresponds to X86::REP_STOSx.
123 REP_STOS,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 162 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops);
176 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops);
X86ISelLowering.h 129 REP_STOS,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 182 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops);
X86ISelLowering.h 140 REP_STOS,
    [all...]

Completed in 75 milliseconds