Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Option/
H A DArg.cpp73 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 Dchanges.txt1222 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 Dfastmath2_dlib_asm.S109 mantexpa = ASL(lmant, k)
210 mantexpa = ASL(lmant, k)
H A Dfastmath_dlib_asm.S122 mantexpa = ASL(lmant, k)
257 mantexpa = ASL(lmant, k)
H A Dfastmath2_ldlib_asm.S105 lmant = ASL(lmant, k)
H A Ddfdiv.S169 DIV_ITER1B(ASL,14,15,)
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp663 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 DDriver.cpp1109 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 DCompilerInvocation.cpp992 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 DARCInstrInfo.td233 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp1985 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 DNEWS158 - For Mac OS X, we use ASL(3) instead of syslog(3) for logging.