Searched refs:SrcOrValue (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.cpp | 27 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 D | AArch64SelectionDAGInfo.h | 24 SDValue SrcOrValue, SDValue Size, Align Alignment,
|