Home
last modified time | relevance | path

Searched refs:nmex (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Drmsmove.cpp46 fixup_nme(int nmex, int msize, int offset, int iter) in fixup_nme() argument
58 if (nmex <= 0 || NME_TYPE(nmex) != NT_VAR || NME_SYM(nmex) <= 0) in fixup_nme()
59 return nmex; in fixup_nme()
76 sym = NME_SYM(nmex); in fixup_nme()
82 assert(name != NULL, "Fail to malloc a buffer", nmex, ERR_Fatal); in fixup_nme()
92 new_nme = addnme(NT_MEM, SPTR_NULL, nmex, 0); in fixup_nme()
H A Dexpreg.cpp48 exp_rcand(int ilix, int nmex) in exp_rcand() argument
52 if (NME_TYPE(nmex) == NT_VAR /* var names only */ in exp_rcand()
53 && TY_ISSCALAR(DTY(DTYPEG(sym = NME_SYM(nmex)))) /* scalars only */ in exp_rcand()
65 if (NME_RAT(nmex) && in exp_rcand()
67 RCAND_IGNORE(NME_RAT(nmex)) = 1; in exp_rcand()
H A Dexpand.cpp2413 int nmex = 0; in create_ref() local
2444 nmex = NME_UNK; in create_ref()
2461 nmex = addnme(NT_VAR, sym, 0, 0); in create_ref()
2580 *pnmex = nmex; in create_ref()
2611 nmex = NME_UNK; in create_ref()
2645 nmex = NME_VOL; in create_ref()
2666 ili1 = ad2ili(IL_LDA, ili1, nmex); in create_ref()
2677 nmex = addnme(NT_IND, SPTR_NULL, nmex, (INT)0); in create_ref()
2701 nmex = addnme(NT_IND, 0, nmex, (INT)0); in create_ref()
2746 nmex = update_local_nme(nmex, sym); in create_ref()
[all …]
H A Dexpreg.h24 void exp_rcand(int ilix, int nmex);
H A Dexp_ftn.h30 int create_array_ref(int nmex, SPTR sptr, DTYPE dtype, int nsubs, int *subs,
H A Dexputil.h38 int add_reg_arg_ili(int arglist, int argili, int nmex, DTYPE dtype);
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dflow_util.c111 use_hash_insert(int usex, bool high_bit, bool use_match_ili, int ilix, int nmex, int iltx) in use_hash_insert() argument
113 hash_key_t key = use_hash_key(high_bit, use_match_ili, ilix, nmex, iltx); in use_hash_insert()
128 use_hash_lookup(bool high_bit, bool use_match_ili, int ilix, int nmex, int iltx) in use_hash_lookup() argument
131 hash_key_t key = use_hash_key(high_bit, use_match_ili, ilix, nmex, iltx); in use_hash_lookup()
H A Dflow_util.h50 void use_hash_insert(int usex, bool high_bit, bool use_match_ili, int ilix, int nmex, int iltx);
56 int use_hash_lookup(bool high_bit, bool use_match_ili, int ilix, int nmex, int iltx);
/dports/math/libpgmath/flang-d07daf3/tools/shared/
H A Dnmeutil.c138 find_parent_member(int nmex, DTYPE dt, int sym) in find_parent_member() argument
150 newnmex = add_arrnme(NT_MEM, mem, nmex, 0, 0, 0); in find_parent_member()
1688 int h, s, t, nmex; in PrintTopNMEHash() local
1698 for (nmex = nmehsh[h]; nmex > 0; nmex = NME_HSHLNK(nmex)) in PrintTopNMEHash()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/Tcov/
H A Dgrbcover.m28 nmex = length (mexfunctions) ; variable
29 for k = nmex:-1:1

12