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

  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86SelectionDAGInfo.cpp 142 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops);
156 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops);
245 SDValue RepMovs = DAG.getNode(X86ISD::REP_MOVS, dl, Tys, Ops);
X86ISelDAGToDAG.cpp 320 case X86ISD::ADD:
321 case X86ISD::SUB:
322 case X86ISD::AND:
323 case X86ISD::XOR:
324 case X86ISD::OR:
357 if (Op1.getOpcode() == X86ISD::Wrapper) {
458 ((N->getOpcode() == X86ISD::CALL && !Subtarget->callRegIndirect()) ||
459 (N->getOpcode() == X86ISD::TC_RETURN &&
482 bool HasCallSeq = N->getOpcode() == X86ISD::CALL;
637 /// MatchWrapper - Try to match X86ISD::Wrapper and X86ISD::WrapperRIP node
    [all...]
X86ISelLowering.h 27 namespace X86ISD {
    [all...]
X86FastISel.cpp     [all...]

Completed in 54 milliseconds