Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_dynamic_resize/
H A Dmain.c12 #define SMSTART() asm volatile("msr s0_3_c4_c7_3, xzr" /*smstart*/) macro
83 SMSTART(); in threadX_func()
97 SMSTART(); in threadY_func()
115 SMSTART(); in main()
/llvm-project/llvm/docs/
H A DAArch64SME.rst137 N S SMSTART SMSTOP
139 S N SMSTOP SMSTART SMSTART
140 S S SMSTART
141 S SC SMSTART
143 then SMSTOP then SMSTART then SMSTART
145 then SMSTART then SMSTOP then SMSTART
147 then SMSTART
216 AArch64ISD::SMSTART Chain, [SM|ZA|Both], CurrentState, ExpectedState[, RegMask]
219 The ``SMSTART/SMSTOP`` nodes take ``CurrentState`` and ``ExpectedState`` operand for
220 the case of a conditional SMSTART/SMSTOP. The instruction will only be executed
[all …]
/llvm-project/lldb/test/API/commands/register/register/aarch64_sme_z_registers/save_restore/
H A Dmain.c28 #define SMSTART SM_INST(7) macro
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h74 SMSTART,
1002 /// function call it emits and returns the corresponding SMSTART or SMSTOP in isVScaleKnownToBeAPowerOfTwo()
76 SMSTART, global() enumerator
H A DAArch64CallingConvention.td646 // The SMSTART/SMSTOP instructions preserve only GPR registers.
H A DAArch64SMEInstrInfo.td13 def AArch64_smstart : SDNode<"AArch64ISD::SMSTART", SDTypeProfile<0, 2,
H A DAArch64ISelLowering.cpp2660 MAKE_CASE(AArch64ISD::SMSTART) in getTargetNodeName()
5965 AArch64ISD::SMSTART, DL, MVT::Other, in LowerINTRINSIC_WO_CHAIN()
7950 // LocallyStreamingFunctions must insert the SMSTART in the correct in isEligibleForTailCallOptimization()
7957 // t(n+1): ch, glue = SMSTART t0:0, ...., tn:2 in isEligibleForTailCallOptimization()
8125 // Insert the SMSTART if this is a locally streaming function and in getSMCondition()
8141 // Ensure that the SMSTART happens after the CopyWithChain such that its in LowerCall()
8805 // Live-in physreg copies that are glued to SMSTART are applied as in LowerCall()
8890 unsigned Opcode = Enable ? AArch64ISD::SMSTART : AArch64ISD::SMSTOP; in CanLowerReturn()
9629 AArch64ISD::SMSTART, DL, MVT::Other, Result, in LowerPtrAuthGlobalAddress()
[all...]