Searched refs:SMSTOP (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AArch64SME.rst | 132 N S SMSTART SMSTOP 134 S N SMSTOP SMSTART SMSTART 138 then SMSTOP then SMSTART then SMSTART 140 then SMSTART then SMSTOP then SMSTART 212 AArch64ISD::SMSTOP 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 228 streaming compatible, the compiler has to insert a SMSTOP before the call and 229 insert a SMSTOP after the call. 251 The ``SMSTART`` and ``SMSTOP`` ISD nodes return a Chain, but no real [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 69 SMSTOP, enumerator
|
| H A D | AArch64CallingConvention.td | 454 // The SMSTART/SMSTOP instructions preserve only GPR registers.
|
| H A D | AArch64SMEInstrInfo.td | 17 def AArch64_smstop : SDNode<"AArch64ISD::SMSTOP", SDTypeProfile<0, 3,
|
| H A D | AArch64ISelLowering.cpp | 2293 MAKE_CASE(AArch64ISD::SMSTOP) in getTargetNodeName() 4818 AArch64ISD::SMSTOP, DL, MVT::Other, in LowerINTRINSIC_VOID() 7116 unsigned Opcode = Enable ? AArch64ISD::SMSTART : AArch64ISD::SMSTOP; in changeStreamingMode() 7828 AArch64ISD::SMSTOP, DL, DAG.getVTList(MVT::Other, MVT::Glue), Chain, in LowerReturn()
|