Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVMCInstLower.cpp137 const RISCVVPseudosTable::PseudoInfo *RVV = in lowerRISCVVMachineInstrToMCInst() local
139 if (!RVV) in lowerRISCVVMachineInstrToMCInst()
142 OutMI.setOpcode(RVV->BaseInstr); in lowerRISCVVMachineInstrToMCInst()
DRISCVInsertVSETVLI.cpp71 const RISCVVPseudosTable::PseudoInfo *RVV = in getRVVMCOpcode() local
73 if (!RVV) in getRVVMCOpcode()
75 return RVV->BaseInstr; in getRVVMCOpcode()
DRISCVInstrInfoVSDPatterns.td1 //===- RISCVInstrInfoVSDPatterns.td - RVV SDNode patterns --*- tablegen -*-===//
15 /// Note: the patterns for RVV intrinsics are found in
DRISCVInstrInfoVVLPatterns.td1 //===- RISCVInstrInfoVVLPatterns.td - RVV VL patterns ------*- tablegen -*-===//
15 /// Note: the patterns for RVV intrinsics are found in
/openbsd/src/gnu/llvm/clang/docs/
DReleaseNotes.rst1069 - Note that the RISC-V Vector C intrinsics are still under development. The RVV
1072 - Clang now supports `v0.11 RVV intrinsics <https://github.com/riscv-non-isa/rvv-intrinsic-doc/tree…
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
Driscv_vector.td73 // will yield an RVV vector type (assume LMUL=1), so __rvv_int32m1_t.
1531 // Define vread_csr&vwrite_csr described in RVV intrinsics doc.