Searched full:ifcvt (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 57 flags: [acc_write, acc_read, ifcvt] 65 flags: [acc_write, ifcvt] 73 flags: [acc_write, ifcvt] 81 flags: [acc_write, acc_read, ifcvt] 89 flags: [commutative, acc_write, acc_read, ifcvt] 97 flags: [acc_write, acc_read, ifcvt] 105 flags: [commutative, acc_write, acc_read, ifcvt] 136 flags: [commutative, ifcvt] 143 flags: [commutative, ifcvt] 150 flags: [acc_write, acc_read, ifcvt] [all …]
|
| D | inst.h | 1093 return GetFlag(inst_flags::IFCVT); in IsIfConvertable()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 54 flags: [acc_read, acc_write, ifcvt] 60 flags: [acc_read, acc_write, ifcvt] 66 flags: [acc_read, acc_write, ifcvt] 84 flags: [no_cse, ifcvt] 259 ifcvt: Instruction can be used in if-conversion
|
| D | inst.h | 892 return GetFlag(inst_flags::IFCVT); in IsIfConvertable()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | irtoc.md | 20 flags: [commutative, acc_write, acc_read, ifcvt]
|
| /arkcompiler/runtime_core/docs/ |
| D | irtoc.md | 20 flags: [commutative, acc_write, acc_read, ifcvt]
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | CMakeLists.txt | 164 panda_add_checked_test(FILE ${CMAKE_CURRENT_SOURCE_DIR}/ifcvt.pa)
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | CMakeLists.txt | 219 panda_add_checked_test(FILE ${CMAKE_CURRENT_SOURCE_DIR}/ifcvt.pa)
|