Home
last modified time | relevance | path

Searched refs:SIM (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A D2002-04-16-StackFrameSizeAlignment.ll6 declare i32 @SIM(i8*, i8*, i32, i32, i32, [256 x i32]*, i32, i32, i32)
11 …call i32 @SIM( i8* null, i8* null, i32 0, i32 0, i32 0, [256 x i32]* %V, i32 0, i32 0, i32 2 ) …
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/plugin/
H A DIncludeFixerPlugin.cpp27 ASTConsumerManagerWrapper(std::shared_ptr<SymbolIndexManager> SIM) in ASTConsumerManagerWrapper()
28 : SymbolIndexMgr(std::move(SIM)) {} in ASTConsumerManagerWrapper()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp140 StubInitsMap SIM; in createStub() local
141 SIM[StubName] = std::make_pair(StubAddr, StubFlags); in createStub()
142 return createStubs(SIM); in createStub()
/llvm-project-15.0.7/lld/test/MachO/invalid/
H A Dincompatible-arch.s45 # RUN: -o /dev/null 2>&1 | FileCheck %s --check-prefix=CROSS-SIM
46 # CROSS-SIM: {{.*}}test_x86_ios.o has platform iOS, which is different from target platform watchOS…
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A D2009-06-30-RegScavengerAssert5.ll5 define void @SIM(i8* %A, i8* %B, i32 %M, i32 %N, i32 %K, [256 x i32]* %V, i32 %Q, i32 %R, i32 %nseq…
H A D2009-06-30-RegScavengerAssert2.ll13 define void @SIM(i8* %A, i8* %B, i32 %M, i32 %N, i32 %K, [256 x i32]* %V, i32 %Q, i32 %R, i32 %nseq…
H A D2009-06-30-RegScavengerAssert.ll15 define void @SIM(i8* %A, i8* %B, i32 %M, i32 %N, i32 %K, [256 x i32]* %V, i32 %Q, i32 %R, i32 %nseq…
H A D2009-06-30-RegScavengerAssert4.ll11 define void @SIM(i8* %A, i8* %B, i32 %M, i32 %N, i32 %K, [256 x i32]* %V, i32 %Q, i32 %R, i32 %nseq…
H A D2009-06-30-RegScavengerAssert3.ll5 define void @SIM(i8* %A, i8* %B, i32 %M, i32 %N, i32 %K, [256 x i32]* %V, i32 %Q, i32 %R, i32 %nseq…
H A D2009-07-01-CommuteBug.ll7 define void @SIM(i8* %A, i8* %B, i32 %M, i32 %N, i32 %K, [256 x i32]* %V, i32 %Q, i32 %R, i32 %nseq…
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp298 operator<<(raw_ostream &OS, const Session::SymbolInfoMap &SIM) { in operator <<() argument
300 for (auto &SKV : SIM) in operator <<()