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

  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp 310 case X86ISD::ADD:
311 case X86ISD::SUB:
312 case X86ISD::AND:
313 case X86ISD::XOR:
314 case X86ISD::OR:
347 if (Op1.getOpcode() == X86ISD::Wrapper) {
449 ((N->getOpcode() == X86ISD::CALL && !Subtarget->callRegIndirect()) ||
450 (N->getOpcode() == X86ISD::TC_RETURN &&
473 bool HasCallSeq = N->getOpcode() == X86ISD::CALL;
628 /// MatchWrapper - Try to match X86ISD::Wrapper and X86ISD::WrapperRIP node
    [all...]
X86SelectionDAGInfo.cpp 144 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops, array_lengthof(Ops));
158 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops, array_lengthof(Ops));
246 SDValue RepMovs = DAG.getNode(X86ISD::REP_MOVS, dl, Tys, Ops,
X86ISelLowering.h 28 namespace X86ISD {
    [all...]

Completed in 447 milliseconds