Home
last modified time | relevance | path

Searched refs:Clause (Results 1 – 25 of 3106) sorted by relevance

12345678910>>...125

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp80 Clause C{R}; in GenerateEnumClauseVal()
312 Clause C{R}; in GenerateGetKindClauseVal()
541 Clause Clause{C}; in GenerateFlangClauseParserClass() local
544 if (Clause.isValueOptional() && Clause.isValueList()) { in GenerateFlangClauseParserClass()
568 Clause Clause{C}; in GenerateFlangClauseParserClassList() local
581 Clause Clause{C}; in GenerateFlangClauseDump() local
597 Clause Clause{C}; in GenerateFlangClauseUnparse() local
648 Clause Clause{C}; in GenerateFlangClauseCheckPrototypes() local
663 Clause Clause{C}; in GenerateFlangClauseParserKindMap() local
678 Clause C1{R1}; in compareClauseName()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/
H A DACC.td35 def ACCC_Async : Clause<"async"> {
41 def ACCC_Auto : Clause<"auto"> {}
49 def ACCC_Bind : Clause<"bind"> {
63 def ACCC_Copy : Clause<"copy"> {
150 def ACCC_Gang : Clause<"gang"> {
156 def ACCC_Host : Clause<"host"> {
161 def ACCC_If : Clause <"if"> {
172 def ACCC_Link : Clause<"link"> {
224 def ACCC_Self : Clause<"self"> {
230 def ACCC_Seq : Clause<"seq"> {}
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp349 auto *Clause = in Create() local
355 return Clause; in Create()
366 return Clause; in CreateEmpty()
407 auto *Clause = in Create() local
412 return Clause; in Create()
424 return Clause; in CreateEmpty()
443 return Clause; in Create()
476 return Clause; in Create()
528 return Clause; in Create()
546 return Clause; in Create()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td38 def OMPC_If : Clause<"if"> {
42 def OMPC_Final : Clause<"final"> {
70 def OMPC_Sizes: Clause<"sizes"> {
75 def OMPC_Full: Clause<"full"> {
231 def OMPC_Map : Clause<"map"> {
276 def OMPC_Hint : Clause<"hint"> {
289 def OMPC_To : Clause<"to"> {
296 def OMPC_From : Clause<"from"> {
336 def OMPC_At : Clause<"at"> {
366 def OMPC_Init : Clause<"init"> {
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h128 class Clause : public BaseRecord {
130 explicit Clause(const llvm::Record *Def) : BaseRecord(Def) {} in Clause() function
201 Clause getClause() const { return Clause{Def->getValueAsDef("clause")}; } in getClause()
/freebsd-14.2/sys/dev/mdio/
H A Dmdio_if.m94 * @param devad The MDIO IEEE 802.3 Clause 45 device address, or
95 * MDIO_DEVADDR_NONE to request Clause 22 register addressing.
111 * @param devad The MDIO IEEE 802.3 Clause 45 device address, or
112 * MDIO_DEVADDR_NONE to request Clause 22 register addressing.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp439 const DebugLoc &DL, ClauseFile &Clause, in EmitFetchClause() argument
441 CounterPropagateAddr(*Clause.first, CfCount); in EmitFetchClause()
442 MachineBasicBlock *BB = Clause.first->getParent(); in EmitFetchClause()
444 for (MachineInstr *MI : Clause.second) in EmitFetchClause()
446 CfCount += 2 * Clause.second.size(); in EmitFetchClause()
450 ClauseFile &Clause, unsigned &CfCount) { in EmitALUClause() argument
451 Clause.first->getOperand(0).setImm(0); in EmitALUClause()
452 CounterPropagateAddr(*Clause.first, CfCount); in EmitALUClause()
453 MachineBasicBlock *BB = Clause.first->getParent(); in EmitALUClause()
455 for (MachineInstr *MI : Clause.second) in EmitALUClause()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dcortina.txt8 devices make use of registers that are not compatible with Clause 45 or
9 Clause 22, therefore they need to be described using the
H A Dbrcm,mdio-mux-iproc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
15 C-45 Clause. When child bus is selected, one needs to select these two
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td32 // Optional prefix used for the generation of the enumerator in the Clause
70 class Clause<string c> {
119 class VersionedClause<Clause c, int min = 1, int max = 0x7FFFFFFF> {
121 Clause clause = c;
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp607 OMPClause *Clause = in ParseOpenMPDeclareMapperDirective() local
609 if (Clause) in ParseOpenMPDeclareMapperDirective()
610 Clauses.push_back(Clause); in ParseOpenMPDeclareMapperDirective()
1651 if (Clause != nullptr) in ParseOpenMPClauses()
1652 Clauses.push_back(Clause); in ParseOpenMPClauses()
2118 if (Clause != nullptr) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2159 if (Clause != nullptr) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2160 Clauses.push_back(Clause); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2719 if (Clause != nullptr) in ParseOpenMPDeclarativeOrExecutableDirective()
2917 if (Clause) { in ParseOpenMPDeclarativeOrExecutableDirective()
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dstm32h750.dtsi1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
H A Dstm32mp135.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
H A Dstm32f769-pinctrl.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
H A Dstm32f746-pinctrl.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1250 for (ClrClause &Clause : Clauses) { in emitCLRExceptionTable()
1300 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()
1301 const MCExpr *ClauseEnd = getOffsetPlusOne(Clause.EndLabel, FuncBeginSym); in emitCLRExceptionTable()
1303 const ClrEHUnwindMapEntry &Entry = FuncInfo.ClrEHUnwindMap[Clause.State]; in emitCLRExceptionTable()
1307 MCSymbol *EndSym = EndSymbolMap[Clause.State]; in emitCLRExceptionTable()
1325 if (Clause.EnclosingState != MinClauseMap[Clause.State]) { in emitCLRExceptionTable()
1328 assert(Clause.EnclosingState > MinClauseMap[Clause.State]); in emitCLRExceptionTable()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp702 llvm::ArrayRef<Literal> Clause = CNF.clauseLiterals(LitWatcher); in watchedByUnitClause() local
709 assert(Clause.front() == Lit); in watchedByUnitClause()
711 if (isUnit(Clause)) in watchedByUnitClause()
718 bool isUnit(llvm::ArrayRef<Literal> Clause) const { in isUnit()
719 return llvm::all_of(Clause.drop_front(), in isUnit()
/freebsd-14.2/sys/contrib/device-tree/src/arm64/realtek/
H A Drtd1619.dtsi1 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
/freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7280-herobrine-pro-sku.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
H A Dmsm8996-pmi8996-sony-xperia-tone-kagura.dts1 // SPDX-License-Identifier: BSD-3-Clause
H A Dmsm8996-pmi8996-sony-xperia-tone-keyaki.dts1 // SPDX-License-Identifier: BSD-3-Clause
H A Dmsm8996-pmi8996-sony-xperia-tone-dora.dts1 // SPDX-License-Identifier: BSD-3-Clause
H A Dsdm630-sony-xperia-nile-pioneer.dts1 // SPDX-License-Identifier: BSD-3-Clause
H A Dsm8150-sony-xperia-kumano-griffin.dts1 // SPDX-License-Identifier: BSD-3-Clause
/freebsd-14.2/sys/contrib/device-tree/src/mips/realtek/
H A Drtl838x.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause

12345678910>>...125