Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Option/
H A 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()
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt2264 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 Dfastmath_dlib_asm.S121 mantexpa = ASL(lmant, k)
256 mantexpa = ASL(lmant, k)
H A Dfastmath2_dlib_asm.S108 mantexpa = ASL(lmant, k)
209 mantexpa = ASL(lmant, k)
H A Dfastmath2_ldlib_asm.S104 lmant = ASL(lmant, k)
H A Ddfdiv.S168 DIV_ITER1B(ASL,14,15,)
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dintel122 # 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 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1230 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 DCompilerInvocation.cpp1763 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 DARCInstrInfo.td271 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
/freebsd-13.1/contrib/openbsm/
H A DNEWS158 - 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 DClang.cpp2331 ArgStringList ASL; in DumpCompilationDatabase() local
2332 A->render(Args, ASL); in DumpCompilationDatabase()
2333 for (auto &it: ASL) in DumpCompilationDatabase()