Home
last modified time | relevance | path

Searched refs:RDef (Results 1 – 25 of 47) sorted by relevance

12

/dports/math/zimpl/zimpl-3.3.6/src/zimpl/
H A Drdefpar.h34 typedef struct read_definition RDef; typedef
39 extern void rdef_free(RDef* rdef);
41 extern bool rdef_is_valid(const RDef* rdef);
43 extern RDef* rdef_copy(const RDef* rdef);
45 extern void rdef_set_param(RDef* rdef, const RPar* rpar);
47 extern const char* rdef_get_filename(const RDef* rdef);
49 extern const char* rdef_get_pattern(const RDef* rdef);
51 extern const char* rdef_get_comment(const RDef* rdef);
53 extern const char* rdef_get_match(const RDef* rdef);
55 extern int rdef_get_use(const RDef* rdef);
[all …]
H A Drdefpar.c73 RDef* rdef = calloc(1, sizeof(*rdef)); in rdef_new()
94 void rdef_free(RDef* rdef) in rdef_free()
108 bool rdef_is_valid(const RDef* rdef) in rdef_is_valid()
117 RDef* rdef_copy(const RDef* source) in rdef_copy()
119 RDef* rdef = (RDef*)source; in rdef_copy()
153 const char* rdef_get_filename(const RDef* rdef) in rdef_get_filename()
160 const char* rdef_get_pattern(const RDef* rdef) in rdef_get_pattern()
167 const char* rdef_get_comment(const RDef* rdef) in rdef_get_comment()
174 const char* rdef_get_match(const RDef* rdef) in rdef_get_match()
181 int rdef_get_use(const RDef* rdef) in rdef_get_use()
[all …]
H A Dcode.h120 extern const RDef* code_get_rdef(CodeNode* node);
160 extern void code_value_rdef(CodeNode* node, RDef* rdef);
203 extern const RDef* code_eval_child_rdef(const CodeNode* node, int no);
H A Diread.c97 RDef* rdef; in i_read_param()
437 const RDef* rdef, in process_entry_stream()
492 const RDef* rdef, in process_tuple_stream()
547 const RDef* rdef, in process_line()
673 const RDef* rdef; in i_read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1226 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1227 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1237 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1238 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1226 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1227 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1237 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1238 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1226 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1227 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1237 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1238 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1227 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1228 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1238 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1239 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1227 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1228 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1238 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1239 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1227 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1228 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1238 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1239 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1226 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1227 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1237 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1238 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1227 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1228 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1238 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1239 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1226 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1227 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1237 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1238 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1227 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1228 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1238 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1239 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1227 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1228 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1238 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1239 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1227 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1228 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1238 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1239 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1226 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1227 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1237 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1238 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1225 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1226 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1236 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1237 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1226 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1227 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1237 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1238 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1233 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1234 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1244 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1245 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1227 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local
1228 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1238 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local
1239 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dexp_ch5.adb1315 RDef : Node_Id; variable
1586 RDef := Type_Definition (Declaration_Node (Full_View (R_Typ)));
1588 RDef := Type_Definition (Decl);
1591 if Nkind (RDef) = N_Derived_Type_Definition then
1592 RDef := Record_Extension_Part (RDef);
1595 if Nkind (RDef) = N_Record_Definition
1596 and then Present (Component_List (RDef))
1600 Make_Component_List_Assign (Component_List (RDef), True));
1603 (N, Make_Component_List_Assign (Component_List (RDef)));
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dexp_ch5.adb1311 RDef : Node_Id; variable
1582 RDef := Type_Definition (Declaration_Node (Full_View (R_Typ)));
1584 RDef := Type_Definition (Decl);
1587 if Nkind (RDef) = N_Derived_Type_Definition then
1588 RDef := Record_Extension_Part (RDef);
1591 if Nkind (RDef) = N_Record_Definition
1592 and then Present (Component_List (RDef))
1596 Make_Component_List_Assign (Component_List (RDef), True));
1599 (N, Make_Component_List_Assign (Component_List (RDef)));
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dexp_ch5.adb1315 RDef : Node_Id; variable
1586 RDef := Type_Definition (Declaration_Node (Full_View (R_Typ)));
1588 RDef := Type_Definition (Decl);
1591 if Nkind (RDef) = N_Derived_Type_Definition then
1592 RDef := Record_Extension_Part (RDef);
1595 if Nkind (RDef) = N_Record_Definition
1596 and then Present (Component_List (RDef))
1600 Make_Component_List_Assign (Component_List (RDef), True));
1603 (N, Make_Component_List_Assign (Component_List (RDef)));
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dexp_ch5.adb1234 RDef : Node_Id; variable
1505 RDef := Type_Definition (Declaration_Node (Full_View (R_Typ)));
1507 RDef := Type_Definition (Decl);
1510 if Nkind (RDef) = N_Derived_Type_Definition then
1511 RDef := Record_Extension_Part (RDef);
1514 if Nkind (RDef) = N_Record_Definition
1515 and then Present (Component_List (RDef))
1519 Make_Component_List_Assign (Component_List (RDef), True));
1522 (N, Make_Component_List_Assign (Component_List (RDef)));

12