Searched refs:ASL (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 2264 of existing ASL files to ASL+ (ASL 2.0). Erik Schmauss. 3878 2) Overview of symbolic operator support for ASL (ASL+) 3905 ASL+ Syntax Legacy ASL Equivalent 3954 Legacy ASL: 3982 Legacy ASL: 7098 ASL 10085 ASL 12025 ASL 12217 ASL 13278 ASL [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| H A D | fastmath_dlib_asm.S | 121 mantexpa = ASL(lmant, k) 256 mantexpa = ASL(lmant, k)
|
| H A D | fastmath2_dlib_asm.S | 108 mantexpa = ASL(lmant, k) 209 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,)
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | intel | 122 # vendor ID for the ASL Compiler like: INTL MSFT ... 124 # revision number of the ASL Compiler like: 20051117 20140724 20190703 20200110 ...
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 694 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 1230 llvm::opt::ArgStringList ASL; in printArgList() local 1232 A->render(Args, ASL); in printArgList() 1234 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) { in printArgList() 1235 if (I != ASL.begin()) in printArgList()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1763 ArgStringList ASL; in ParseCodeGenArgs() local 1764 A->render(Args, ASL); in ParseCodeGenArgs() 1765 for (const auto &arg : ASL) { in ParseCodeGenArgs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 271 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
|
| /freebsd-13.1/contrib/openbsm/ |
| H A D | NEWS | 158 - For Mac OS X, we use ASL(3) instead of syslog(3) for logging.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2331 ArgStringList ASL; in DumpCompilationDatabase() local 2332 A->render(Args, ASL); in DumpCompilationDatabase() 2333 for (auto &it: ASL) in DumpCompilationDatabase()
|