Home
last modified time | relevance | path

Searched refs:SrcOrValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp27 SDValue SrcOrValue, SDValue Size, in EmitMOPS() argument
65 if (SrcOrValue.getValueType() != MVT::i64) in EmitMOPS()
66 SrcOrValue = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::i64, SrcOrValue); in EmitMOPS()
67 SDValue Ops[] = {Dst, Size, SrcOrValue, Chain}; in EmitMOPS()
73 SDValue Ops[] = {Dst, SrcOrValue, Size, Chain}; in EmitMOPS()
H A DAArch64SelectionDAGInfo.h24 SDValue SrcOrValue, SDValue Size, Align Alignment,