Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2171 #define VPERM_CASES(Suffix) \ in isCommutableVPERMV3Instruction() macro
2198 VPERM_CASES(Suffix) \ in isCommutableVPERMV3Instruction()
2215 VPERM_CASES(B) in isCommutableVPERMV3Instruction()
2220 VPERM_CASES(W) in isCommutableVPERMV3Instruction()
2224 #undef VPERM_CASES in isCommutableVPERMV3Instruction()
2230 #define VPERM_CASES(Orig, New) \ in getCommutedVPERMV3Opcode() macro
2257 VPERM_CASES(Orig, New) \ in getCommutedVPERMV3Opcode()
2272 VPERM_CASES(VPERMI2B, VPERMT2B) in getCommutedVPERMV3Opcode()
2277 VPERM_CASES(VPERMI2W, VPERMT2W) in getCommutedVPERMV3Opcode()
2278 VPERM_CASES(VPERMT2B, VPERMI2B) in getCommutedVPERMV3Opcode()
[all …]