Home
last modified time | relevance | path

Searched refs:CL (Results 1 – 25 of 105) sorted by relevance

12345

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clock_gettime.c92 #define CL(x) \ in check_timecounter() macro
100 CL(clock_gettime(CLOCK_REALTIME, &tsa)); in check_timecounter()
103 CL(time(&endlimit)); in check_timecounter()
109 CL(clock_gettime(CLOCK_REALTIME, &tsb)); in check_timecounter()
148 #undef CL in check_timecounter()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h175 void setConditionalLevels(ArrayRef<PPConditionalInfo> CL) { in setConditionalLevels() argument
177 ConditionalStack.append(CL.begin(), CL.end()); in setConditionalLevels()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp36 namespace CL = SPIRV::OpenCLExtInst;
173 MachineInstr &I, CL::OpenCLExtInst CLInst,
352 return selectExtInst(ResVReg, ResType, I, CL::fma, GL::Fma); in spvSelect()
355 return selectExtInst(ResVReg, ResType, I, CL::pow, GL::Pow); in spvSelect()
357 return selectExtInst(ResVReg, ResType, I, CL::pown); in spvSelect()
384 return selectExtInst(ResVReg, ResType, I, CL::copysign); in spvSelect()
401 return selectExtInst(ResVReg, ResType, I, CL::ctz); in spvSelect()
404 return selectExtInst(ResVReg, ResType, I, CL::clz); in spvSelect()
417 return selectExtInst(ResVReg, ResType, I, CL::s_mul_hi); in spvSelect()
419 return selectExtInst(ResVReg, ResType, I, CL::u_mul_hi); in spvSelect()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclOpenMP.cpp59 ArrayRef<OMPClause *> CL) { in Create() argument
61 C, DC, CL, VL.size(), L); in Create()
87 ArrayRef<OMPClause *> CL) { in Create() argument
88 return OMPDeclarativeDirective::createDirective<OMPRequiresDecl>(C, DC, CL, 0, in Create()
H A DStmtCXX.cpp52 SourceLocation CAL, SourceLocation CL, in CXXForRangeStmt() argument
54 : Stmt(CXXForRangeStmtClass), ForLoc(FL), CoawaitLoc(CAL), ColonLoc(CL), in CXXForRangeStmt()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp507 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local
514 CL = CH = Cond; in SplitRes_Select()
517 std::tie(CL, CH) = DAG.SplitVector(Res, dl); in SplitRes_Select()
522 GetSplitVector(Cond, CL, CH); in SplitRes_Select()
533 std::tie(CL, CH) = DAG.SplitVector(Cond, dl); in SplitRes_Select()
535 SplitVecRes_SETCC(Cond.getNode(), CL, CH); in SplitRes_Select()
537 std::tie(CL, CH) = DAG.SplitVector(Cond, dl); in SplitRes_Select()
541 Lo = DAG.getNode(Opcode, dl, LL.getValueType(), CL, LL, RL); in SplitRes_Select()
550 Lo = DAG.getNode(Opcode, dl, LL.getValueType(), CL, LL, RL, EVLLo); in SplitRes_Select()
/freebsd/usr.bin/tip/tip/
H A Dremote.c191 if (cgetnum(bp, "cl", &CL) == -1) in getremcap()
192 CL = 0; in getremcap()
H A Dvars.c97 "cdelay", (char *)&CL },
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrCompiler.td1794 def : Pat<(frag GR8:$src1, (shiftMask32 CL)),
1796 def : Pat<(frag GR16:$src1, (shiftMask32 CL)),
1798 def : Pat<(frag GR32:$src1, (shiftMask32 CL)),
1800 def : Pat<(frag GR64:$src1, (shiftMask64 CL)),
1804 def : Pat<(frag GR8:$src1, (shiftMask32 CL)),
1806 def : Pat<(frag GR16:$src1, (shiftMask32 CL)),
1808 def : Pat<(frag GR32:$src1, (shiftMask32 CL)),
1810 def : Pat<(frag GR64:$src1, (shiftMask64 CL)),
1848 def : Pat<(frag GR8:$src1, (shiftMask8 CL)),
1850 def : Pat<(frag GR16:$src1, (shiftMask16 CL)),
[all …]
H A DX86InstrShiftRotate.td106 let Uses = !listconcat([CL], uses), Defs = [EFLAGS] in {
203 let Uses = [CL] in {
360 let Uses = [CL];
363 [(set t.RegClass:$dst, (node t.RegClass:$src1, t.RegClass:$src2, CL))],
364 [(set t.RegClass:$dst, (node t.RegClass:$src2, t.RegClass:$src1, CL))]);
381 let Uses = [CL];
385 [(store (node (t.LoadNode addr:$src1), t.RegClass:$src2, CL), addr:$src1)],
386 [(store (node t.RegClass:$src2, (t.LoadNode addr:$src1), CL), addr:$src1)]);
402 let Uses = [CL];
405 [(set t.RegClass:$dst, (node (t.LoadNode addr:$src1), t.RegClass:$src2, CL))],
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h139 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral() argument
141 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC)); in getLValueCompoundLiteral()
H A DMemRegion.h898 const CompoundLiteralExpr *CL; variable
902 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) { in CompoundLiteralRegion()
909 const CompoundLiteralExpr *CL,
913 QualType getValueType() const override { return CL->getType(); } in getValueType()
915 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable()
922 const CompoundLiteralExpr *getLiteralExpr() const { return CL; } in getLiteralExpr()
1467 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp78 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName() local
81 << SM.getExpansionLineNumber(CL->getBeginLoc()) << " returned to caller"; in genName()
82 range = CL->getSourceRange(); in genName()
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dspi-clps711x.txt1 Serial Peripheral Interface on Cirrus Logic CL-PS71xx, EP72xx, EP73xx
/freebsd/libexec/getty/
H A Dmain.c296 if (CL && *CL) in main()
297 putpad(CL); in main()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp538 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() argument
546 const Expr *Init = CL->getInitializer(); in VisitCompoundLiteralExpr()
547 SVal V = State->getSVal(CL->getInitializer(), LCtx); in VisitCompoundLiteralExpr()
553 Loc CLLoc = State->getLValue(CL, LCtx); in VisitCompoundLiteralExpr()
556 if (CL->isGLValue()) in VisitCompoundLiteralExpr()
560 B.generateNode(CL, Pred, State->BindExpr(CL, LCtx, V)); in VisitCompoundLiteralExpr()
H A DMemRegion.cpp268 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()
272 const CompoundLiteralExpr *CL, in ProfileRegion() argument
275 ID.AddPointer(CL); in ProfileRegion()
503 os << "{ S" << CL->getID(getContext()) << " }"; in dumpToStream()
1135 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion() argument
1139 if (CL->isFileScope()) in getCompoundLiteralRegion()
1147 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dholly.dts2 * Device Tree Source for IBM Holly (PPC 750CL with TSI controller)
24 PowerPC,750CL@0 {
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx7d-cl-som-imx7.dts2 * Support for CompuLab CL-SOM-iMX7 System-on-Module
18 model = "CompuLab CL-SOM-iMX7";
/freebsd/sys/i386/i386/
H A Ddb_disasm.c65 #define CL 12 /* cl, for shifts */ macro
323 /*a5*/ { "shld", true, LONG, op3(CL,R,E), 0 },
332 /*ad*/ { "shrd", true, LONG, op3(CL,R,E), 0 },
814 /*d2*/ { "", true, BYTE, op2(CL, E), db_Grp2 },
815 /*d3*/ { "", true, LONG, op2(CL, E), db_Grp2 },
1392 case CL: in db_disasm()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddffma.S23 #define CL r4 macro
236 #undef CL
507 #define CL r4 macro
/freebsd/sys/amd64/amd64/
H A Ddb_disasm.c78 #define CL 12 /* cl, for shifts */ macro
417 /*a5*/ { "shld", true, LONG, op3(CL,R,E), 0 },
426 /*ad*/ { "shrd", true, LONG, op3(CL,R,E), 0 },
919 /*d2*/ { "", true, BYTE, op2(CL, E), db_Grp2 },
920 /*d3*/ { "", true, LONG, op2(CL, E), db_Grp2 },
1627 case CL: in db_disasm()
/freebsd/stand/efi/libefi/
H A Defi_console.c61 static void CL(int);
658 CL(0); /* clear current line from cursor to end */ in CD()
661 CL(0); in CD()
693 CL(int direction) in CL() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp655 #define HANDLE_BOOL_ATTR(CL, AttrName) \ argument
657 if (CL->getNumOccurrences() > 0 && !F.hasFnAttribute(AttrName)) \
658 renderBoolStringAttr(NewAttrs, AttrName, *CL); \
/freebsd/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h184 ISO_RRIP_CLINK CL; member

12345