Searched refs:ASL (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Option/ |
| H A D | Arg.cpp | 75 ArgStringList ASL; in getAsString() local 76 render(Args, ASL); in getAsString() 78 it = ASL.begin(), ie = ASL.end(); it != ie; ++it) { in getAsString() 79 if (it != ASL.begin()) in getAsString()
|
| /llvm-project-15.0.7/llvm/unittests/Option/ |
| H A D | OptionParsingTest.cpp | 107 ArgStringList ASL; in TEST() local 108 (*Cs.begin())->render(AL, ASL); in TEST() 109 ASSERT_EQ(2u, ASL.size()); in TEST() 110 EXPECT_EQ("-C", StringRef(ASL[0])); in TEST() 111 EXPECT_EQ("desu", StringRef(ASL[1])); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/hexagon/ |
| H A D | fastmath2_dlib_asm.S | 108 mantexpa = ASL(lmant, k) 209 mantexpa = ASL(lmant, k)
|
| H A D | fastmath_dlib_asm.S | 121 mantexpa = ASL(lmant, k) 256 mantexpa = ASL(lmant, k)
|
| H A D | fastmath2_ldlib_asm.S | 104 lmant = ASL(lmant, k)
|
| H A D | dfdiv.S | 168 DIV_ITER1B(ASL,14,15,)
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 700 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs() local 703 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs() 709 unsigned BitWidth = DL.getPointerSizeInBits(ASL); in cmpGEPs()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | ChangeLog | 711 to ASL. 1228 calls when enabling ASL logging. 1229 test-remotenub.cpp (ASLLogCallback): New function to handle all ASL 1231 want to log using ASL. 1236 to file or using ASL. 1240 * test-remotenub.cpp (main): Default to ASL logging with no log 1286 * RNBRemote.cpp (set_logging): Log to ASL unconditionally when 1313 to ASL for now. Logging to a file can still be accomplished by the 1337 * DNBLog.cpp: Add ASL logging as a run-time selectable option. 1339 a file and logging via ASL.
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Driver.cpp | 1394 llvm::opt::ArgStringList ASL; in printArgList() local 1401 A->render(Args, ASL); in printArgList() 1404 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) { in printArgList() 1405 if (I != ASL.begin()) in printArgList()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1799 ArgStringList ASL; in ParseCodeGenArgs() local 1800 A->render(Args, ASL); in ParseCodeGenArgs() 1801 for (const auto &arg : ASL) { in ParseCodeGenArgs()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 302 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2455 ArgStringList ASL; in DumpCompilationDatabase() local 2456 A->render(Args, ASL); in DumpCompilationDatabase() 2457 for (auto &it: ASL) in DumpCompilationDatabase()
|