Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/SafeStack/ARM/
H A Dabi.ll6 ; CHECK: %[[SPA:.*]] = call i8** @__safestack_pointer_address()
7 ; CHECK: %[[USP:.*]] = load i8*, i8** %[[SPA]]
9 ; CHECK: store i8* %[[USST]], i8** %[[SPA]]
14 ; CHECK: store i8* %[[USP]], i8** %[[SPA]]
H A Dsetjmp.ll8 ; CHECK: %[[SPA:.*]] = call i8** @__safestack_pointer_address()
9 ; CHECK: %[[USP:.*]] = load i8*, i8** %[[SPA]]
17 ; CHECK: store i8* %[[USP2]], i8** %[[SPA]]
29 ; CHECK: store i8* %[[USP:.*]], i8** %[[SPA:.*]]
/llvm-project-15.0.7/llvm/test/Transforms/SafeStack/AArch64/
H A Dabi.ll8 ; CHECK: %[[SPA:.*]] = bitcast i8* %[[SPA0]] to i8**
9 ; CHECK: %[[USP:.*]] = load i8*, i8** %[[SPA]]
11 ; CHECK: store i8* %[[USST]], i8** %[[SPA]]
16 ; CHECK: store i8* %[[USP]], i8** %[[SPA]]
H A Dunreachable.ll7 ; CHECK: %[[SPA:.*]] = bitcast i8* %[[SPA0]] to i8**
8 ; CHECK: %[[USP:.*]] = load i8*, i8** %[[SPA]]
10 ; CHECK: store i8* %[[USST]], i8** %[[SPA]]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMultiHazardRecognizer.cpp73 auto SPA = [=](std::unique_ptr<ScheduleHazardRecognizer> &R) { in ShouldPreferAnother() local
76 return llvm::any_of(Recognizers, SPA); in ShouldPreferAnother()