Searched refs:VZEXT_LOAD (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h358 // VZEXT_LOAD - Load, scalar_to_vector, and zero extend.
359 VZEXT_LOAD, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp4940 /// rather than undef via VZEXT_LOAD, but we do not detect that case today.
4994 DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, DL, Tys, Ops, 2, MVT::i64,
11597 case X86ISD::VZEXT_LOAD: return "X86ISD::VZEXT_LOAD";
13425 // If V1 is coming from a vector load then just fold to a VZEXT_LOAD.
13431 DAG.getMemIntrinsicNode(X86ISD::VZEXT_LOAD, dl, Tys, Ops, 2,
15644 if (Op.getOpcode() == X86ISD::VZEXT_LOAD &&

Completed in 135 milliseconds