/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrShiftRotate.td | 106 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...] |
H A D | X86InstrCompiler.td | 1842 def : Pat<(frag GR8:$src1, (shiftMask32 CL)), 1844 def : Pat<(frag GR16:$src1, (shiftMask32 CL)), 1846 def : Pat<(frag GR32:$src1, (shiftMask32 CL)), 1848 def : Pat<(frag GR64:$src1, (shiftMask64 CL)), 1852 def : Pat<(frag GR8:$src1, (shiftMask32 CL)), 1854 def : Pat<(frag GR16:$src1, (shiftMask32 CL)), 1856 def : Pat<(frag GR32:$src1, (shiftMask32 CL)), 1858 def : Pat<(frag GR64:$src1, (shiftMask64 CL)), 1862 def : Pat<(store (frag (loadi8 addr:$dst), (shiftMask32 CL)), addr:$dst), 1864 def : Pat<(store (frag (loadi16 addr:$dst), (shiftMask32 CL)), addr:$dst), [all …]
|
H A D | X86CallingConv.td | 53 let GPR_8 = [AL, CL, DL, DIL, SIL]; 67 let GPR_8 = [CL, DL, DIL, SIL]; 87 let GPR_8 = [AL, CL, DL, DIL, SIL, R8B, R9B, R10B, R11B, R12B, R14B, R15B]; 99 let GPR_8 = [AL, CL, DL, DIL, SIL, R8B, R9B, R11B, R12B, R14B, R15B]; 106 let GPR_8 = [AL, CL, DL, DIL, SIL, R8B, R9B, R12B, R13B, R14B, R15B]; 256 CCIfType<[i8] , CCAssignToReg<[AL, DL, CL]>>, 325 CCIfType<[i8], CCAssignToReg<[AL, DL, CL]>>, 429 CCIfType<[i8] , CCAssignToReg<[AL, DL, CL, R8B]>>, 683 CCIfType<[i8 ], CCAssignToRegWithShadow<[CL , DL , R8B , R9B ], 928 CCIfInReg<CCIfType<[ i8], CCAssignToReg<[ CL, DL]>>>,
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_clock_gettime.c | 92 #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/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 60 namespace CL = SPIRV::OpenCLExtInst; 229 MachineInstr &I, CL::OpenCLExtInst CLInst) const; 231 MachineInstr &I, CL::OpenCLExtInst CLInst, 420 return selectExtInst(ResVReg, ResType, I, CL::s_min, GL::SMin); in spvSelect() 422 return selectExtInst(ResVReg, ResType, I, CL::u_min, GL::UMin); in spvSelect() 425 return selectExtInst(ResVReg, ResType, I, CL::s_max, GL::SMax); in spvSelect() 427 return selectExtInst(ResVReg, ResType, I, CL::u_max, GL::UMax); in spvSelect() 430 return selectExtInst(ResVReg, ResType, I, CL::fma, GL::Fma); in spvSelect() 433 return selectExtInst(ResVReg, ResType, I, CL::pow, GL::Pow); in spvSelect() 435 return selectExtInst(ResVReg, ResType, I, CL::pown); in spvSelect() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclOpenMP.cpp | 59 ArrayRef<OMPClause *> CL) { in Create() argument 61 C, DC, CL, VL.size(), L); in Create() 88 ArrayRef<OMPClause *> CL) { in Create() argument 89 return OMPDeclarativeDirective::createDirective<OMPRequiresDecl>(C, DC, CL, 0, in Create()
|
H A D | StmtCXX.cpp | 52 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 D | LegalizeTypesGeneric.cpp | 507 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 D | remote.c | 191 if (cgetnum(bp, "cl", &CL) == -1) in getremcap() 192 CL = 0; in getremcap()
|
H A D | vars.c | 97 "cdelay", (char *)&CL },
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 139 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral() argument 141 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC)); in getLValueCompoundLiteral()
|
H A D | MemRegion.h | 903 const CompoundLiteralExpr *CL; variable 907 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) { in CompoundLiteralRegion() 914 const CompoundLiteralExpr *CL, 918 QualType getValueType() const override { return CL->getType(); } in getValueType() 920 bool isBoundable() const override { return !CL->isFileScope(); } in isBoundable() 927 const CompoundLiteralExpr *getLiteralExpr() const { return CL; } in getLiteralExpr() 1472 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 540 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() argument 548 const Expr *Init = CL->getInitializer(); in VisitCompoundLiteralExpr() 549 SVal V = State->getSVal(CL->getInitializer(), LCtx); in VisitCompoundLiteralExpr() 555 Loc CLLoc = State->getLValue(CL, LCtx); in VisitCompoundLiteralExpr() 558 if (CL->isGLValue()) in VisitCompoundLiteralExpr() 562 B.generateNode(CL, Pred, State->BindExpr(CL, LCtx, V)); in VisitCompoundLiteralExpr()
|
H A D | MemRegion.cpp | 268 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() 1154 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion() argument 1158 if (CL->isFileScope()) in getCompoundLiteralRegion() 1166 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
|
/freebsd/libexec/getty/ |
H A D | main.c | 296 if (CL && *CL) in main() 297 putpad(CL); in main()
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | holly.dts | 2 * Device Tree Source for IBM Holly (PPC 750CL with TSI controller) 24 PowerPC,750CL@0 {
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | spi-clps711x.txt | 1 Serial Peripheral Interface on Cirrus Logic CL-PS71xx, EP72xx, EP73xx
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx7d-cl-som-imx7.dts | 2 * Support for CompuLab CL-SOM-iMX7 System-on-Module 18 model = "CompuLab CL-SOM-iMX7";
|
/freebsd/sys/i386/i386/ |
H A D | db_disasm.c | 65 #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 D | dffma.S | 23 #define CL r4 macro 236 #undef CL 507 #define CL r4 macro
|
/freebsd/sys/amd64/amd64/ |
H A D | db_disasm.c | 78 #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 D | efi_console.c | 61 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/usr.sbin/makefs/cd9660/ |
H A D | iso9660_rrip.h | 184 ISO_RRIP_CLINK CL; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CommandFlags.cpp | 658 #define HANDLE_BOOL_ATTR(CL, AttrName) \ argument 660 if (CL->getNumOccurrences() > 0 && !F.hasFnAttribute(AttrName)) \ 661 renderBoolStringAttr(NewAttrs, AttrName, *CL); \
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am57xx-cl-som-am57x.dts | 3 * Support for CompuLab CL-SOM-AM57x System-on-Module 16 model = "CompuLab CL-SOM-AM57x"; 53 simple-audio-card,name = "CL-SOM-AM57x-Sound-Card";
|