Home
last modified time | relevance | path

Searched refs:ASL (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArg.cpp75 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()
/external/llvm-project/llvm/lib/Option/
DArg.cpp75 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()
/external/llvm/lib/Option/
DArg.cpp70 ArgStringList ASL; in getAsString() local
71 render(Args, ASL); in getAsString()
73 it = ASL.begin(), ie = ASL.end(); it != ie; ++it) { in getAsString()
74 if (it != ASL.begin()) in getAsString()
/external/llvm/unittests/Option/
DOptionParsingTest.cpp103 ArgStringList ASL; in TEST() local
104 (*Cs)->render(AL, ASL); in TEST()
105 ASSERT_EQ(2u, ASL.size()); in TEST()
106 EXPECT_EQ("-C", StringRef(ASL[0])); in TEST()
107 EXPECT_EQ("desu", StringRef(ASL[1])); in TEST()
/external/llvm-project/llvm/unittests/Option/
DOptionParsingTest.cpp107 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()
/external/llvm-project/compiler-rt/lib/builtins/hexagon/
Dfastmath2_dlib_asm.S108 mantexpa = ASL(lmant, k)
209 mantexpa = ASL(lmant, k)
Dfastmath_dlib_asm.S121 mantexpa = ASL(lmant, k)
256 mantexpa = ASL(lmant, k)
Dfastmath2_ldlib_asm.S104 lmant = ASL(lmant, k)
Ddfdiv.S168 DIV_ITER1B(ASL,14,15,)
/external/bcc/SPECS/
Dbcc+clang.spec10 License: ASL 2.0
Dbcc.spec41 License: ASL 2.0
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp664 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs() local
667 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs()
673 unsigned BitWidth = DL.getPointerSizeInBits(ASL); in cmpGEPs()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp694 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs() local
697 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs()
703 unsigned BitWidth = DL.getPointerSizeInBits(ASL); in cmpGEPs()
/external/llvm-project/lldb/tools/debugserver/source/
DChangeLog711 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.
/external/clang/lib/Driver/
DDriver.cpp599 llvm::opt::ArgStringList ASL; in printArgList() local
601 A->render(Args, ASL); in printArgList()
603 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) { in printArgList()
604 if (I != ASL.begin()) in printArgList()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1072 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs() local
1075 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs()
1081 unsigned BitWidth = DL.getPointerSizeInBits(ASL); in cmpGEPs()
/external/mesa3d/docs/relnotes/
D8.0.3.rst210 - darwin: Use ASL for logging
/external/llvm-project/clang/lib/Driver/
DDriver.cpp1193 llvm::opt::ArgStringList ASL; in printArgList() local
1195 A->render(Args, ASL); in printArgList()
1197 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) { in printArgList()
1198 if (I != ASL.begin()) in printArgList()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp678 ArgStringList ASL; in ParseCodeGenArgs() local
679 A->render(Args, ASL); in ParseCodeGenArgs()
680 for (const auto &arg : ASL) { in ParseCodeGenArgs()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm1455 // Log to both stderr and to ASL Logging when running on MacOSX.
1486 // Log to ASL
/external/capstone/arch/M680X/
Dinsn_props.inc33 { NOG, mrrr, NOR, NOR, true, false }, // ASL
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1232 ArgStringList ASL; in ParseCodeGenArgs() local
1233 A->render(Args, ASL); in ParseCodeGenArgs()
1234 for (const auto &arg : ASL) { in ParseCodeGenArgs()
/external/llvm-project/llvm/lib/Target/ARC/
DARCInstrInfo.td232 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.td232 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp2245 ArgStringList ASL; in DumpCompilationDatabase() local
2246 A->render(Args, ASL); in DumpCompilationDatabase()
2247 for (auto &it: ASL) in DumpCompilationDatabase()

12