Searched refs:L1 (Results 51 - 75 of 92) sorted by relevance

1234

/freebsd-11-stable/stand/ficl/
H A Dvm.c175 L1,
210 case L1:
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp232 SourceLocation L1 = local
238 Fixits.push_back(FixItHint::CreateRemoval({L1, L2}));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp58 std::istringstream L1(Line);
60 L1 >> NumFiles;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp70 SourceLocation L1 = R1.getBeginLoc(); local
73 unsigned C1 = SM.getPresumedColumnNumber(L1, &Invalid);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm75 je .L1
79 .L1:
H A Dsol2-gc1.asm78 je .L1
82 .L1:
/freebsd-11-stable/lib/msun/ld80/
H A Ds_expl.c237 r1 = x - fn * L1;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.c111 LUALIB_API void luaL_traceback (lua_State *L, lua_State *L1, argument
115 int numlevels = countlevels(L1);
119 while (lua_getstack(L1, level++, &ar)) {
125 lua_getinfo(L1, "Slnt", &ar);
H A Dlauxlib.h84 LUALIB_API void (luaL_traceback) (lua_State *L, lua_State *L1,
H A Dlgc.c698 static void sweepthread (lua_State *L, lua_State *L1) { argument
699 if (L1->stack == NULL) return; /* stack not completely built yet */
700 sweepwholelist(L, &L1->openupval); /* sweep open upvalues */
701 luaE_freeCI(L1); /* free extra CallInfo slots */
704 luaD_shrinkstack(L1);
/freebsd-11-stable/libexec/getty/
H A Dgettytab.h126 #define L1 gettynums[20].value macro
H A Dsubr.c257 tmode.c_lflag = L1;
/freebsd-11-stable/contrib/lua/src/
H A Dlauxlib.c125 LUALIB_API void luaL_traceback (lua_State *L, lua_State *L1, argument
129 int last = lastlevel(L1);
135 while (lua_getstack(L1, level++, &ar)) {
141 lua_getinfo(L1, "Slnt", &ar);
H A Dlauxlib.h103 LUALIB_API void (luaL_traceback) (lua_State *L, lua_State *L1,
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1927 uint32_t L1, L2, L3, L4; local
1931 L1 = 0;
1936 gv->loTrig = L1;
1940 L1 = 0;
1942 L3 = L1;
1945 gv->loTrig = L1 + DYN_ADJ_LO_MARGIN;
1950 return !((g >= L1 && g<= L2) || (g >= L3 && g <= L4));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp990 llvm::APInt L1 = IntLiteral->getValue();
992 if ((BitOp->getOpcode() == BO_And && (L2 & L1) != L1) ||
993 (BitOp->getOpcode() == BO_Or && (L2 | L1) != L1)) {
1078 llvm::APSInt L1 = L1Result.Val.getInt();
1082 if (L1.isSigned() != L2.isSigned() || L1.getBitWidth() != L2.getBitWidth())
1089 llvm::APSInt::getMinValue(L1.getBitWidth(), L1
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm252 bl L1.16
337 L1.16:
599 bl L1.16
682 L1.16:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp68 [](const Loop *L1, const Loop *L2) {
69 return L1->getLoopDepth() < L2->getLoopDepth();
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsparc-stub.c112 L0, L1, L2, L3, L4, L5, L6, L7, enumerator in enum:regnames
/freebsd-11-stable/lib/msun/ld128/
H A Ds_expl.c278 r1 = x - fn * L1;
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmips-opc.c108 #define L1 INSN_4010 macro
475 {"flushi", "", 0xbc010000, 0xffffffff, 0, 0, L1 },
476 {"flushd", "", 0xbc020000, 0xffffffff, 0, 0, L1 },
477 {"flushid", "", 0xbc030000, 0xffffffff, 0, 0, L1 },
478 {"wb", "o(b)", 0xbc040000, 0xfc1f0000, SM|RD_b, 0, L1 },
783 {"madd", "s,t", 0x0000001c, 0xfc00ffff, RD_s|RD_t|WR_HILO, 0, L1 },
789 {"maddu", "s,t", 0x0000001d, 0xfc00ffff, RD_s|RD_t|WR_HILO, 0, L1 },
851 {"ffc", "d,v", 0x0000000b, 0xfc1f07ff, WR_d|RD_s, 0, L1 },
864 {"ffs", "d,v", 0x0000000a, 0xfc1f07ff, WR_d|RD_s, 0, L1 },
879 {"msub", "s,t", 0x0000001e, 0xfc00ffff, RD_s|RD_t|WR_HILO, 0, L1 },
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp543 Instruction *L1; local
547 if (!match(V, m_Select(m_Cmp(Pred, m_Instruction(L1), m_Instruction(L2)),
550 LoadTy = L1->getType();
551 return (match(L1, m_Load(m_Specific(LHS))) &&
553 (match(L1, m_Load(m_Specific(RHS))) &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp2152 WeightedLeaf L1 = Leaves.findMULbyConst(); local
2153 if (!L1.Value.getNode())
2154 L1 = Leaves.pop();
2156 assert(L0.Weight <= L1.Weight && "Priority queue is broken!");
2160 SDValue V1 = L1.Value;
2161 int V1Weight = L1.Weight;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp871 bool accessDiffIsPositive(const Loop &L0, const Loop &L1, Instruction &I0, argument
879 const SCEV *SCEVPtr1 = SE.getSCEVAtScope(Ptr1, &L1);
885 AddRecLoopReplacer Rewriter(SE, L0, L1);
923 /// @p L1) allow loop fusion of @p L0 and @p L1. The dependence analyses
1224 // The pre-header of L1 is not necessary anymore.
1318 // Delete the now empty loop L1.
1476 // The pre-header of L1 is not necessary anymore.
1581 // Delete the now empty loop L1.
/freebsd-11-stable/sys/arm/arm/
H A Dcpufunc_asm_armv7.S317 mcr CP15_CSSELR(r0) @ set cache level to L1

Completed in 427 milliseconds

1234