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

/freebsd-13-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-13-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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp687 unsigned int ASL = GEPL->getPointerAddressSpace(); local
690 if (int Res = cmpNumbers(ASL, ASR))
696 unsigned BitWidth = DL.getPointerSizeInBits(ASL);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1184 llvm::opt::ArgStringList ASL; local
1186 A->render(Args, ASL);
1188 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) {
1189 if (I != ASL.begin())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1091 ArgStringList ASL; local
1092 A->render(Args, ASL);
1093 for (const auto &arg : ASL) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2186 ArgStringList ASL; local
2187 A->render(Args, ASL);
2188 for (auto &it: ASL)

Completed in 116 milliseconds