Searched refs:ASL (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/
H A DArg.cpp75 ArgStringList ASL; local
76 render(Args, ASL);
78 it = ASL.begin(), ie = ASL.end(); it != ie; ++it) {
79 if (it != ASL.begin())
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_dlib_asm.S108 mantexpa = ASL(lmant, k)
209 mantexpa = ASL(lmant, k)
H A Dfastmath_dlib_asm.S121 mantexpa = ASL(lmant, k)
256 mantexpa = ASL(lmant, k)
H A Dfastmath2_ldlib_asm.S104 lmant = ASL(lmant, k)
H A Ddfdiv.S168 DIV_ITER1B(ASL,14,15,)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp664 unsigned int ASL = GEPL->getPointerAddressSpace(); local
667 if (int Res = cmpNumbers(ASL, ASR))
673 unsigned BitWidth = DL.getPointerSizeInBits(ASL);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1152 llvm::opt::ArgStringList ASL; local
1154 A->render(Args, ASL);
1156 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) {
1157 if (I != ASL.begin())
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1068 ArgStringList ASL; local
1069 A->render(Args, ASL);
1070 for (const auto &arg : ASL) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2223 ArgStringList ASL; local
2224 A->render(Args, ASL);
2225 for (auto &it: ASL)

Completed in 258 milliseconds