Searched refs:CASE_VMSLT_VMNAND_VMSET_OPCODES (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.cpp | 1622 #define CASE_VMSLT_VMNAND_VMSET_OPCODES(lmulenum, suffix, suffix_b) \ in Select() macro 1629 CASE_VMSLT_VMNAND_VMSET_OPCODES(LMUL_F8, MF8, B1) in Select() 1630 CASE_VMSLT_VMNAND_VMSET_OPCODES(LMUL_F4, MF4, B2) in Select() 1631 CASE_VMSLT_VMNAND_VMSET_OPCODES(LMUL_F2, MF2, B4) in Select() 1632 CASE_VMSLT_VMNAND_VMSET_OPCODES(LMUL_1, M1, B8) in Select() 1633 CASE_VMSLT_VMNAND_VMSET_OPCODES(LMUL_2, M2, B16) in Select() 1634 CASE_VMSLT_VMNAND_VMSET_OPCODES(LMUL_4, M4, B32) in Select() 1635 CASE_VMSLT_VMNAND_VMSET_OPCODES(LMUL_8, M8, B64) in Select() 1636 #undef CASE_VMSLT_VMNAND_VMSET_OPCODES in Select()
|