Searched refs:ASL (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Option/ |
| H A D | Arg.cpp | 73 ArgStringList ASL; in getAsString() local 74 render(Args, ASL); in getAsString() 76 it = ASL.begin(), ie = ASL.end(); it != ie; ++it) { in getAsString() 77 if (it != ASL.begin()) in getAsString()
|
| /freebsd-12.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 1222 of existing ASL files to ASL+ (ASL 2.0). Erik Schmauss. 2836 2) Overview of symbolic operator support for ASL (ASL+) 2863 ASL+ Syntax Legacy ASL Equivalent 2912 Legacy ASL: 2940 Legacy ASL: 6056 ASL 9043 ASL 10983 ASL 11175 ASL 12236 ASL [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/builtins/hexagon/ |
| H A D | fastmath2_dlib_asm.S | 109 mantexpa = ASL(lmant, k) 210 mantexpa = ASL(lmant, k)
|
| H A D | fastmath_dlib_asm.S | 122 mantexpa = ASL(lmant, k) 257 mantexpa = ASL(lmant, k)
|
| H A D | fastmath2_ldlib_asm.S | 105 lmant = ASL(lmant, k)
|
| H A D | dfdiv.S | 169 DIV_ITER1B(ASL,14,15,)
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 663 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs() local 666 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs() 672 unsigned BitWidth = DL.getPointerSizeInBits(ASL); in cmpGEPs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Driver.cpp | 1109 llvm::opt::ArgStringList ASL; in printArgList() local 1111 A->render(Args, ASL); in printArgList() 1113 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) { in printArgList() 1114 if (I != ASL.begin()) in printArgList()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 992 ArgStringList ASL; in ParseCodeGenArgs() local 993 A->render(Args, ASL); in ParseCodeGenArgs() 994 for (const auto &arg : ASL) { in ParseCodeGenArgs()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 233 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 1985 ArgStringList ASL; in DumpCompilationDatabase() local 1986 A->render(Args, ASL); in DumpCompilationDatabase() 1987 for (auto &it: ASL) in DumpCompilationDatabase()
|
| /freebsd-12.1/contrib/openbsm/ |
| H A D | NEWS | 158 - For Mac OS X, we use ASL(3) instead of syslog(3) for logging.
|