| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | asltransform.c | 589 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 D | OperatorPrecedence.h | 31 Conditional = 3, // ? enumerator
|
| H A D | OperatorKinds.def | 104 OVERLOADED_OPERATOR_MULTI(Conditional , "?" , false, true , false)
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterBanks.td | 19 /// Conditional register: NZCV.
|
| H A D | AArch64SchedCyclone.td | 135 // 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 D | OperatorPrecedence.cpp | 54 case tok::question: return prec::Conditional; in getBinOpPrecedence()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrCMovSetCC.td | 1 //===-- X86InstrCMovSetCC.td - Conditional Move and SetCC --*- tablegen -*-===// 61 // Conditional Moves.
|
| H A D | X86InstrControl.td | 73 // 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 D | X86ScheduleBtVer2.td | 217 defm : JWriteResIntPair<WriteCMOV, [JALU01], 1>; // Conditional move. 218 defm : JWriteResIntPair<WriteCMOV2, [JALU01], 1>; // Conditional (CF + ZF flag) move.
|
| H A D | X86Schedule.td | 160 defm WriteCMOV : X86SchedWritePair; // Conditional move. 161 defm WriteCMOV2 : X86SchedWritePair; // Conditional (CF + ZF flag) move.
|
| H A D | X86ScheduleBdVer2.td | 448 defm : PdWriteResExPair<WriteCMOV, [PdEX01]>; // Conditional move. 449 defm : PdWriteResExPair<WriteCMOV2, [PdEX01], 1, [], 1, 1>; // Conditional (CF + ZF flag) move.
|
| H A D | X86SchedSandyBridge.td | 161 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 D | MipsCondMov.td | 1 //===-- 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 D | LanaiInstrFormats.td | 286 // Conditional Branch (BR) 344 // Conditional Branch Relative (BRR) 377 // Conditional Set (SCC)
|
| /freebsd-12.1/contrib/googletest/googletest/cmake/ |
| H A D | internal_utils.cmake | 82 # 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 D | ParseExpr.cpp | 206 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 D | ParseOpenMP.cpp | 1457 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 D | PumpManual.md | 129 | `$if exp [[ code ]] else_branch` | Conditional. …
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | sr71k.md | 42 ;; Conditional move of integer registers (based on floating point condition
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | TokenAnnotator.cpp | 1715 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 D | MSP430InstrFormats.td | 424 // MSP430 Conditional Jumps Instructions
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 41 // Conditional Branch 330 // Conditional branch.
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRInstrFormats.td | 425 // Conditional Branching instructions: <|1111|0fkk|kkkk|ksss|>
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeNVPTX.cpp | 113 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 D | PPDirectives.cpp | 547 const bool CondValue = EvaluateDirectiveExpression(IfNDefMacro).Conditional; in SkipExcludedConditionalBlock() 2796 const bool ConditionalTrue = DER.Conditional; in HandleIfDirective()
|