Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/mlir-tblgen/
Dllvm-intrinsics.td45 …s -I %S/../../../llvm/include/ --llvmir-intrinsics-filter=ptrmask -dialect-opclass-base My_OpBase \
/external/wpa_supplicant_8/src/common/
Ddpp.c227 int opclass = -1, channel, freq; in dpp_parse_uri_chan_list() local
234 opclass = atoi(pos); in dpp_parse_uri_chan_list()
237 if (opclass <= 0) in dpp_parse_uri_chan_list()
244 freq = ieee80211_chan_to_freq(NULL, opclass, channel); in dpp_parse_uri_chan_list()
247 opclass, channel, freq); in dpp_parse_uri_chan_list()
252 opclass, channel); in dpp_parse_uri_chan_list()
2025 int *opclass = NULL; in dpp_conf_req_rx() local
2043 int_array_add_unique(&opclass, token->number); in dpp_conf_req_rx()
2051 for (i = 0; opclass && opclass[i]; i++) { in dpp_conf_req_rx()
2053 pos == txt ? "" : ",", opclass[i]); in dpp_conf_req_rx()
[all …]
/external/llvm-project/llvm/docs/CommandGuide/
Dtblgen.rst618 .. option:: -dialect-opclass-base
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td208 class SplatPatLeaf<Operand opclass, dag frag, code pred = [{}],
211 Operand OpClass = opclass;
214 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
218 Operand OpClass = opclass;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td238 class SplatPatLeaf<Operand opclass, dag frag, code pred = [{}],
241 Operand OpClass = opclass;
244 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
248 Operand OpClass = opclass;
/external/llvm-project/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td238 class SplatPatLeaf<Operand opclass, dag frag, code pred = [{}],
241 Operand OpClass = opclass;
244 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
248 Operand OpClass = opclass;
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c9477 u8 chan, opclass; in wpas_p2p_move_go_csa() local
9482 &opclass, &chan) == in wpas_p2p_move_go_csa()
9491 NULL, opclass, in wpas_p2p_move_go_csa()
9496 NULL, opclass, in wpas_p2p_move_go_csa()