Searched refs:X86ISD (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h59 X86_INTRINSIC_DATA(addcarry_u32, ADX, X86ISD::ADC, 0),
60 X86_INTRINSIC_DATA(addcarry_u64, ADX, X86ISD::ADC, 0),
61 X86_INTRINSIC_DATA(addcarryx_u32, ADX, X86ISD::ADC, 0),
62 X86_INTRINSIC_DATA(addcarryx_u64, ADX, X86ISD::ADC, 0),
99 COMPRESS_TO_MEM, X86ISD::COMPRESS, 0),
101 COMPRESS_TO_MEM, X86ISD::COMPRESS, 0),
103 COMPRESS_TO_MEM, X86ISD::COMPRESS, 0),
105 COMPRESS_TO_MEM, X86ISD::COMPRESS, 0),
107 COMPRESS_TO_MEM, X86ISD::COMPRESS, 0),
109 COMPRESS_TO_MEM, X86ISD
[all...]
H A DX86ISelLowering.cpp2081 return DAG.getNode(X86ISD::GlobalBaseReg, SDLoc(),
2333 X86ISD::NodeType opcode = X86ISD::RET_FLAG;
2335 opcode = X86ISD::IRET;
2359 if (UI->getOpcode() != X86ISD::RET_FLAG)
2770 ArgValue = DAG.getNode(X86ISD::MOVDQ2Q, dl, VA.getValVT(), ArgValue);
2904 MemOps.push_back(DAG.getNode(X86ISD::VASTART_SAVE_XMM_REGS, dl,
3281 unsigned(X86::EBX), DAG.getNode(X86ISD::GlobalBaseReg, SDLoc(),
3445 WrapperKind = X86ISD::WrapperRIP;
3454 Callee = DAG.getNode(X86ISD
[all...]
H A DX86ISelDAGToDAG.cpp331 if (User->getOpcode() == X86ISD::ADD ||
333 User->getOpcode() == X86ISD::SUB ||
410 case X86ISD::ADD:
411 case X86ISD::SUB:
412 case X86ISD::AND:
413 case X86ISD::XOR:
414 case X86ISD::OR:
447 if (Op1.getOpcode() == X86ISD::Wrapper) {
544 ((N->getOpcode() == X86ISD::CALL && !Subtarget->callRegIndirect()) ||
545 (N->getOpcode() == X86ISD
[all...]
H A DX86SelectionDAGInfo.cpp163 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops);
177 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops);
260 SDValue RepMovs = DAG.getNode(X86ISD::REP_MOVS, dl, Tys, Ops);
H A DX86FastISel.cpp2555 BaseOpc = UseIncDec ? unsigned(X86ISD::INC) : unsigned(ISD::ADD);
2561 BaseOpc = UseIncDec ? unsigned(X86ISD::DEC) : unsigned(ISD::SUB);
2567 BaseOpc = X86ISD::SMUL; CondOpc = X86::SETOr; break;
2569 BaseOpc = X86ISD::UMUL; CondOpc = X86::SETOr; break;
2585 if (BaseOpc == X86ISD::INC || BaseOpc == X86ISD::DEC) {
2587 bool IsDec = BaseOpc == X86ISD::DEC;
2609 if (BaseOpc == X86ISD::UMUL && !ResultReg) {
2620 } else if (BaseOpc == X86ISD::SMUL && !ResultReg) {
H A DX86ISelLowering.h27 namespace X86ISD { namespace in namespace:llvm

Completed in 79 milliseconds