Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1167 case CASE_VFMA_SPLATS(FMADD): in findCommutedOpIndices()
1168 case CASE_VFMA_SPLATS(FMSUB): in findCommutedOpIndices()
1169 case CASE_VFMA_SPLATS(FMACC): in findCommutedOpIndices()
1170 case CASE_VFMA_SPLATS(FMSAC): in findCommutedOpIndices()
1171 case CASE_VFMA_SPLATS(FNMADD): in findCommutedOpIndices()
1172 case CASE_VFMA_SPLATS(FNMSUB): in findCommutedOpIndices()
1293 case CASE_VFMA_SPLATS(FMACC): in commuteInstructionImpl()
1294 case CASE_VFMA_SPLATS(FMADD): in commuteInstructionImpl()
1295 case CASE_VFMA_SPLATS(FMSAC): in commuteInstructionImpl()
1296 case CASE_VFMA_SPLATS(FMSUB): in commuteInstructionImpl()
[all …]