Home
last modified time | relevance | path

Searched refs:constant_true (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dllvm.amdgcn.ballot.i32.ll19 define amdgpu_cs i32 @constant_true() {
20 ; CHECK-LABEL: constant_true:
Dllvm.amdgcn.ballot.i64.ll20 define amdgpu_cs i64 @constant_true() {
21 ; CHECK-LABEL: constant_true:
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.ballot.i32.ll19 define amdgpu_cs i32 @constant_true() {
20 ; CHECK-LABEL: constant_true:
Dllvm.amdgcn.ballot.i64.ll20 define amdgpu_cs i64 @constant_true() {
21 ; CHECK-LABEL: constant_true:
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_merge_function_returns.cpp204 uint32_t constant_true = fuzzerutil::MaybeGetBoolConstant( in Apply() local
276 std::pair<uint32_t, uint32_t>(ret_val_id, constant_true)); in Apply()
518 {SPV_OPERAND_TYPE_ID, {constant_true}}, in Apply()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_merge_function_returns.cpp204 uint32_t constant_true = fuzzerutil::MaybeGetBoolConstant( in Apply() local
276 std::pair<uint32_t, uint32_t>(ret_val_id, constant_true)); in Apply()
518 {SPV_OPERAND_TYPE_ID, {constant_true}}, in Apply()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc1168 Output constant_true = ops::Const(root.WithOpName("const_true"), true); in TEST() local
1170 ops::Switch sw(root.WithOpName("switch"), value, constant_true); in TEST()