Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1488 case CASE_VFMA_SPLATS(FMADD): in findCommutedOpIndices()
1489 case CASE_VFMA_SPLATS(FMSUB): in findCommutedOpIndices()
1490 case CASE_VFMA_SPLATS(FMACC): in findCommutedOpIndices()
1491 case CASE_VFMA_SPLATS(FMSAC): in findCommutedOpIndices()
1492 case CASE_VFMA_SPLATS(FNMADD): in findCommutedOpIndices()
1493 case CASE_VFMA_SPLATS(FNMSUB): in findCommutedOpIndices()
1633 case CASE_VFMA_SPLATS(FMACC): in commuteInstructionImpl()
1634 case CASE_VFMA_SPLATS(FMADD): in commuteInstructionImpl()
1635 case CASE_VFMA_SPLATS(FMSAC): in commuteInstructionImpl()
1636 case CASE_VFMA_SPLATS(FMSUB): in commuteInstructionImpl()
[all …]