Home
last modified time | relevance | path

Searched refs:Conditional (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c589 ACPI_PARSE_OBJECT *Conditional = NULL; in TrDoSwitch() local
658 Conditional = CaseOp; in TrDoSwitch()
716 NewOp2->Asl.Parent = Conditional; in TrDoSwitch()
720 Conditional->Asl.Child = NewOp2; in TrDoSwitch()
741 NewOp2->Asl.Parent = Conditional; in TrDoSwitch()
751 Conditional->Asl.Child = Predicate; in TrDoSwitch()
764 Conditional->Asl.Next = NULL; in TrDoSwitch()
963 Conditional = StartNode->Asl.Child; in TrDoSwitch()
964 while (Conditional->Asl.Next) in TrDoSwitch()
966 Conditional = Conditional->Asl.Next; in TrDoSwitch()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOperatorPrecedence.h31 Conditional = 3, // ? enumerator
H A DOperatorKinds.def104 OVERLOADED_OPERATOR_MULTI(Conditional , "?" , false, true , false)
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterBanks.td19 /// Conditional register: NZCV.
H A DAArch64SchedCyclone.td135 // 7.8.2-7.8.5. Arithmetic and Logical, Comparison, Conditional,
145 // Conditional operations.
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DOperatorPrecedence.cpp54 case tok::question: return prec::Conditional; in getBinOpPrecedence()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrCMovSetCC.td1 //===-- X86InstrCMovSetCC.td - Conditional Move and SetCC --*- tablegen -*-===//
61 // Conditional Moves.
H A DX86InstrControl.td73 // Conditional Branches.
294 // Conditional tail calls are similar to the above, but they are branches
399 // Conditional tail calls are similar to the above, but they are branches
H A DX86ScheduleBtVer2.td217 defm : JWriteResIntPair<WriteCMOV, [JALU01], 1>; // Conditional move.
218 defm : JWriteResIntPair<WriteCMOV2, [JALU01], 1>; // Conditional (CF + ZF flag) move.
H A DX86Schedule.td160 defm WriteCMOV : X86SchedWritePair; // Conditional move.
161 defm WriteCMOV2 : X86SchedWritePair; // Conditional (CF + ZF flag) move.
H A DX86ScheduleBdVer2.td448 defm : PdWriteResExPair<WriteCMOV, [PdEX01]>; // Conditional move.
449 defm : PdWriteResExPair<WriteCMOV2, [PdEX01], 1, [], 1, 1>; // Conditional (CF + ZF flag) move.
H A DX86SchedSandyBridge.td161 defm : SBWriteResPair<WriteCMOV, [SBPort05,SBPort015], 2, [1,1], 2>; // Conditional move.
162 defm : SBWriteResPair<WriteCMOV2, [SBPort05,SBPort015], 3, [2,1], 3>; // Conditional (CF + ZF flag)…
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsCondMov.td1 //===-- MipsCondMov.td - Describe Mips Conditional Moves --*- tablegen -*--===//
10 // This is the Conditional Moves implementation.
14 // Conditional moves:
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiInstrFormats.td286 // Conditional Branch (BR)
344 // Conditional Branch Relative (BRR)
377 // Conditional Set (SCC)
/freebsd-12.1/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake82 # Conditional expression is constant.
84 # (Conditional expression is constant). In our code, we disable that
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp206 ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::Conditional)); in ParseConstantExpressionInExprEvalContext()
224 ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::Conditional)); in ParseCaseExpression()
258 return Level > prec::Unknown && Level != prec::Conditional && in isFoldOperator()
333 if (NextTokPrec == prec::Conditional) { in ParseRHSOfBinaryExpression()
420 } else if (getLangOpts().CPlusPlus && NextTokPrec <= prec::Conditional) in ParseRHSOfBinaryExpression()
441 bool isRightAssoc = ThisPrec == prec::Conditional || in ParseRHSOfBinaryExpression()
H A DParseOpenMP.cpp1457 ExprResult Val(ParseRHSOfBinaryExpression(LHS, prec::Conditional)); in ParseOpenMPParensExpr()
1713 Val = ParseRHSOfBinaryExpression(LHS, prec::Conditional); in ParseOpenMPSingleExprWithArgClause()
/freebsd-12.1/contrib/googletest/googletest/docs/
H A DPumpManual.md129 | `$if exp [[ code ]] else_branch` | Conditional. …
/freebsd-12.1/contrib/gcc/config/mips/
H A Dsr71k.md42 ;; Conditional move of integer registers (based on floating point condition
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp1715 if (Precedence == prec::Conditional) { in parse()
1750 (CurrentPrecedence == prec::Conditional && in parse()
1795 return prec::Conditional; in getCurrentPrecedence()
1876 addFakeParenthesis(Start, prec::Conditional); in parseConditionalExpr()
2382 return prec::Conditional; in splitPenalty()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430InstrFormats.td424 // MSP430 Conditional Jumps Instructions
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCInstrInfo.td41 // Conditional Branch
330 // Conditional branch.
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRInstrFormats.td425 // Conditional Branching instructions: <|1111|0fkk|kkkk|ksss|>
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp113 bool Conditional = false; member in __anona929754a0111::NVPTXActionTy
119 bool Conditional = false) in NVPTXActionTy() argument
121 ExitArgs(ExitArgs), Conditional(Conditional) {} in NVPTXActionTy()
124 if (Conditional) { in Enter()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp547 const bool CondValue = EvaluateDirectiveExpression(IfNDefMacro).Conditional; in SkipExcludedConditionalBlock()
2796 const bool ConditionalTrue = DER.Conditional; in HandleIfDirective()

1234