Home
last modified time | relevance | path

Searched refs:VOTE (Results 1 – 8 of 8) sorted by relevance

/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_subgroup_non_uniform_vote.cpp23 template <typename T, NonUniformVoteOp operation> struct VOTE struct
264 int error = rft.run_impl<T, VOTE<T, NonUniformVoteOp::all_equal>>( in run_vote_all_equal_for_type()
296 error |= rft.run_impl<cl_int, VOTE<cl_int, NonUniformVoteOp::all>>( in test_subgroup_functions_non_uniform_vote()
298 error |= rft.run_impl<cl_int, VOTE<cl_int, NonUniformVoteOp::elect>>( in test_subgroup_functions_non_uniform_vote()
300 error |= rft.run_impl<cl_int, VOTE<cl_int, NonUniformVoteOp::any>>( in test_subgroup_functions_non_uniform_vote()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gv100.cpp201 OPINFO(VOTE , NONE, NONE, NONE, NONE, NONE, NONE);
Dnv50_ir_from_tgsi.cpp929 NV50_IR_OPCODE_CASE(VOTE_ALL, VOTE); in translateOpcode()
930 NV50_IR_OPCODE_CASE(VOTE_ANY, VOTE); in translateOpcode()
931 NV50_IR_OPCODE_CASE(VOTE_EQ, VOTE); in translateOpcode()
933 NV50_IR_OPCODE_CASE(BALLOT, VOTE); in translateOpcode()
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dtlds-alpha-by-domain.txt1289 VOTE
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td195 multiclass VOTE<NVPTXRegClass regclass, string mode, Intrinsic IntOp> {
202 defm VOTE_ALL : VOTE<Int1Regs, "all.pred", int_nvvm_vote_all>;
203 defm VOTE_ANY : VOTE<Int1Regs, "any.pred", int_nvvm_vote_any>;
204 defm VOTE_UNI : VOTE<Int1Regs, "uni.pred", int_nvvm_vote_uni>;
205 defm VOTE_BALLOT : VOTE<Int32Regs, "ballot.b32", int_nvvm_vote_ballot>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td195 multiclass VOTE<NVPTXRegClass regclass, string mode, Intrinsic IntOp> {
202 defm VOTE_ALL : VOTE<Int1Regs, "all.pred", int_nvvm_vote_all>;
203 defm VOTE_ANY : VOTE<Int1Regs, "any.pred", int_nvvm_vote_any>;
204 defm VOTE_UNI : VOTE<Int1Regs, "uni.pred", int_nvvm_vote_uni>;
205 defm VOTE_BALLOT : VOTE<Int32Regs, "ballot.b32", int_nvvm_vote_ballot>;
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsicsNVVM.td4023 // VOTE
4048 // VOTE.SYNC
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsNVVM.td4030 // VOTE
4055 // VOTE.SYNC