Home
last modified time | relevance | path

Searched refs:SMSTART (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/docs/
H A DAArch64SME.rst132 N S SMSTART SMSTOP
134 S N SMSTOP SMSTART SMSTART
135 S S SMSTART
136 S SC SMSTART
138 then SMSTOP then SMSTART then SMSTART
140 then SMSTART then SMSTOP then SMSTART
142 then SMSTART
211 AArch64ISD::SMSTART Chain, [SM|ZA|Both], CurrentState, ExpectedState[, RegMask]
214 The ``SMSTART/SMSTOP`` nodes take ``CurrentState`` and ``ExpectedState`` operand for
215 the case of a conditional SMSTART/SMSTOP. The instruction will only be executed
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h68 SMSTART, enumerator
H A DAArch64CallingConvention.td454 // The SMSTART/SMSTOP instructions preserve only GPR registers.
H A DAArch64SMEInstrInfo.td13 def AArch64_smstart : SDNode<"AArch64ISD::SMSTART", SDTypeProfile<0, 3,
H A DAArch64ISelLowering.cpp2292 MAKE_CASE(AArch64ISD::SMSTART) in getTargetNodeName()
4812 AArch64ISD::SMSTART, DL, MVT::Other, in LowerINTRINSIC_VOID()
6570 AArch64ISD::SMSTART, DL, DAG.getVTList(MVT::Other, MVT::Glue), in LowerFormalArguments()
7116 unsigned Opcode = Enable ? AArch64ISD::SMSTART : AArch64ISD::SMSTOP; in changeStreamingMode()
7698 AArch64ISD::SMSTART, DL, MVT::Other, Result, in LowerCall()