Searched refs:RVV (Results 1 – 11 of 11) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/ |
| HD | RISCVCustomBehaviour.cpp | 250 const RISCVVInversePseudosTable::PseudoInfo *RVV = nullptr; in getSchedClassID() local 254 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, EMUL, EEW); in getSchedClassID() 257 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, LMUL, SEW); in getSchedClassID() 259 if (!RVV) in getSchedClassID() 260 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, LMUL, 0); in getSchedClassID() 264 if (!RVV) { in getSchedClassID() 280 << " with " << MCII.getName(RVV->Pseudo) << '\n'); in getSchedClassID() 281 return MCII.get(RVV->Pseudo).getSchedClass(); in getSchedClassID()
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | RISCVIntrinsicManager.h | 27 enum class IntrinsicKind : uint8_t { RVV, SIFIVE_VECTOR }; enumerator
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVAsmPrinter.cpp | 939 const RISCVVPseudosTable::PseudoInfo *RVV = in lowerRISCVVMachineInstrToMCInst() local 941 if (!RVV) in lowerRISCVVMachineInstrToMCInst() 944 OutMI.setOpcode(RVV->BaseInstr); in lowerRISCVVMachineInstrToMCInst()
|
| HD | RISCVInstrInfo.cpp | 3998 const RISCVVPseudosTable::PseudoInfo *RVV = in getRVVMCOpcode() local 4000 if (!RVV) in getRVVMCOpcode() 4002 return RVV->BaseInstr; in getRVVMCOpcode()
|
| HD | RISCVInstrInfoVSDPatterns.td | 1 //===- RISCVInstrInfoVSDPatterns.td - RVV SDNode patterns --*- tablegen -*-===// 15 /// Note: the patterns for RVV intrinsics are found in
|
| HD | RISCVInstrInfoVVLPatterns.td | 1 //===- RISCVInstrInfoVVLPatterns.td - RVV VL patterns ------*- tablegen -*-===// 15 /// Note: the patterns for RVV intrinsics are found in
|
| /freebsd-head/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaRISCV.cpp | 85 case IntrinsicKind::RVV: in ProtoSeq2ArrayRef() 358 ConstructRVVIntrinsics(RVVIntrinsicRecords, IntrinsicKind::RVV); in InitIntrinsicList()
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | riscv_vector_common.td | 9 // This file defines RVV builtin base class for RISC-V V-extension. 73 // will yield an RVV vector type (assume LMUL=1), so __rvv_int32m1_t.
|
| HD | DiagnosticSemaKinds.td | 3243 "invalid RVV vector size '%0', expected size is '%1' based on LMUL of type " 3246 "%0 attribute applied to non-RVV type %1">; 3365 "cannot combine fixed-length and sizeless %select{SVE|RVV}0 vectors " 3368 …"cannot combine GNU and %select{SVE|RVV}0 vectors in expression, result is ambiguous (%1 and %2)">;
|
| HD | AttrDocs.td | 2461 The attribute can be attached to a single RVV vector (such as ``vint8m1_t``).
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/Driver/ |
| HD | Options.td | 4857 HelpText<"Specify the size in bits of an RVV vector register">,
|