/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | NodeType.h | 24 Ternary, enumerator 88 nodeType = NodeType::Ternary; in visitTernary()
|
D | IntermRebuild.cpp | 360 case NodeType::Ternary: in traversePre() 423 case NodeType::Ternary: in traverseChildren() 491 case NodeType::Ternary: in traversePost()
|
/external/llvm-project/clang/test/Sema/ |
D | ext-int.c | 5 void Ternary(_ExtInt(30) s30, EI31 s31a, _ExtInt(31) s31b,
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | SimplifyBooleanExprCheck.cpp | 559 else if (const auto *Ternary = in check() local 561 replaceWithCondition(Result, Ternary); in check() 615 const MatchFinder::MatchResult &Result, const ConditionalOperator *Ternary, in replaceWithCondition() argument 618 replacementExpression(Result, Negated, Ternary->getCond()); in replaceWithCondition() 619 issueDiag(Result, Ternary->getTrueExpr()->getBeginLoc(), in replaceWithCondition() 621 Ternary->getSourceRange(), Replacement); in replaceWithCondition()
|
D | SimplifyBooleanExprCheck.h | 62 const ConditionalOperator *Ternary,
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | tfl_legalize_patterns.td | 46 // Ternary ops patterns.
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | UniformBlockToStructuredBufferTranslation.md | 51 | Ternary operator | ?: | 66 | Ternary operator ?: | // Angle don’t support it, too. |
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCV.td | 117 "'Zbt' (Ternary 'B' Instructions)">; 120 "'Zbt' (Ternary 'B' Instructions)">;
|
/external/googletest/googlemock/test/ |
D | gmock-more-actions_test.cc | 89 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function 148 int Ternary(int x, bool y, char z) { return value_ + x + y*z; } in Ternary() function in testing::gmock_more_actions_test::Foo 212 TEST(InvokeTest, Ternary) { in TEST() argument 213 Action<int(int, char, short)> a = Invoke(Ternary); // NOLINT in TEST() 349 TEST(InvokeMethodTest, Ternary) { in TEST() argument 351 Action<int(int, bool, char)> a = Invoke(&foo, &Foo::Ternary); // NOLINT in TEST()
|
D | gmock-actions_test.cc | 969 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function 1134 WithArgs<0, 1, 2>(Invoke(Ternary)); in TEST() 1156 WithArgs<0, 1, 3>(Invoke(Ternary)); in TEST()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | ext-int.cpp | 280 void Ternary(_ExtInt(30) s30, _ExtInt(31) s31a, _ExtInt(31) s31b,
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
D | constant-bus-restriction.ll | 36 ; Ternary operation with 3 different SGPRs 54 ; Ternary operation with 3 identical SGPRs
|
/external/llvm-project/llvm/test/Transforms/Scalarizer/ |
D | intrinsics.ll | 12 ; Ternary fp
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | legalize_hlo_patterns.td | 154 // Ternary op patterns.
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | atomic-mem-consistency.ll | 143 ; Ternary RMW instruction: cmpxchg
|
/external/clang/test/SemaObjC/ |
D | parameterized_classes_subst.m | 377 // Ternary operator
|
/external/llvm-project/clang/test/SemaObjC/ |
D | parameterized_classes_subst.m | 385 // Ternary operator
|
/external/clang/test/SemaObjCXX/ |
D | parameterized_classes_subst.mm | 325 // Ternary operator
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | parameterized_classes_subst.mm | 325 // Ternary operator
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | optimize_patterns.td | 45 // Ternary ops patterns.
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis_test.cc | 504 TEST(DeadnessAnalysisTest, Ternary) { in TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 1960 // Ternary: 4373 // Ternary operation where the assembler mnemonic has an extra operand to
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 2014 // Ternary: 4441 // Ternary operation where the assembler mnemonic has an extra operand to
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 1008 // Ternary:
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | user.pod | 8870 =head2 Ternary Operations
|