Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2189 #define VPERM_CASES_BROADCAST(Suffix) \ in isCommutableVPERMV3Instruction() macro
2208 VPERM_CASES_BROADCAST(D) in isCommutableVPERMV3Instruction()
2209 VPERM_CASES_BROADCAST(PD) in isCommutableVPERMV3Instruction()
2210 VPERM_CASES_BROADCAST(PS) in isCommutableVPERMV3Instruction()
2211 VPERM_CASES_BROADCAST(Q) in isCommutableVPERMV3Instruction()
2215 #undef VPERM_CASES_BROADCAST in isCommutableVPERMV3Instruction()
2248 #define VPERM_CASES_BROADCAST(Orig, New) \ in getCommutedVPERMV3Opcode() macro
2265 VPERM_CASES_BROADCAST(VPERMI2D, VPERMT2D) in getCommutedVPERMV3Opcode()
2266 VPERM_CASES_BROADCAST(VPERMI2PD, VPERMT2PD) in getCommutedVPERMV3Opcode()
2267 VPERM_CASES_BROADCAST(VPERMI2PS, VPERMT2PS) in getCommutedVPERMV3Opcode()
[all …]