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

  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 51 X86_INTRINSIC_DATA(addcarry_u32, ADX, X86ISD::ADC, 0),
52 X86_INTRINSIC_DATA(addcarry_u64, ADX, X86ISD::ADC, 0),
53 X86_INTRINSIC_DATA(addcarryx_u32, ADX, X86ISD::ADC, 0),
54 X86_INTRINSIC_DATA(addcarryx_u64, ADX, X86ISD::ADC, 0),
75 COMPRESS_TO_MEM, X86ISD::COMPRESS, 0),
77 COMPRESS_TO_MEM, X86ISD::COMPRESS, 0),
79 COMPRESS_TO_MEM, X86ISD::COMPRESS, 0),
81 COMPRESS_TO_MEM, X86ISD::COMPRESS, 0),
83 COMPRESS_TO_MEM, X86ISD::COMPRESS, 0),
85 COMPRESS_TO_MEM, X86ISD::COMPRESS, 0)
    [all...]
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp 326 case X86ISD::ADD:
327 case X86ISD::SUB:
328 case X86ISD::AND:
329 case X86ISD::XOR:
330 case X86ISD::OR:
363 if (Op1.getOpcode() == X86ISD::Wrapper) {
460 ((N->getOpcode() == X86ISD::CALL && !Subtarget->callRegIndirect()) ||
461 (N->getOpcode() == X86ISD::TC_RETURN &&
484 bool HasCallSeq = N->getOpcode() == X86ISD::CALL;
643 /// MatchWrapper - Try to match X86ISD::Wrapper and X86ISD::WrapperRIP node
    [all...]
X86SelectionDAGInfo.cpp 170 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops);
184 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops);
270 SDValue RepMovs = DAG.getNode(X86ISD::REP_MOVS, dl, Tys, Ops);
X86FastISel.cpp     [all...]
X86ISelLowering.h 27 namespace X86ISD {
    [all...]

Completed in 319 milliseconds