Searched refs:REP_STOS (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp142 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops, array_lengthof(Ops));
156 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops, array_lengthof(Ops));
H A DX86ISelLowering.h126 /// REP_STOS - Repeat fill, corresponds to X86::REP_STOSx.
127 REP_STOS, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp13743 case X86ISD::REP_STOS: return "X86ISD::REP_STOS";

Completed in 154 milliseconds