Searched refs:zk (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | structconst02.f90 | 11 type :: scalar(ik,rk,zk,ck,lk,len) 12 integer, kind :: ik = 4, rk = 4, zk = 4, ck = 1, lk = 1 component 16 complex(kind=zk) :: zx = cmplx(0.,0.,kind=zk)
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | rv64zkne-only-invalid.s | 2 # RUN: not llvm-mc -triple=riscv64 -mattr=+zk < %s 2>&1 \
|
| H A D | rv32zkne-only-invalid.s | 2 # RUN: not llvm-mc -triple=riscv32 -mattr=+zk < %s 2>&1 \
|
| H A D | rv32zknd-only-invalid.s | 2 # RUN: not llvm-mc -triple=riscv32 -mattr=+zk < %s 2>&1 \
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | numbers.s | 54 # ERR5: malformed number: 1zk
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | tools.cpp | 234 [&](const auto &zk) { in GetComplexPart() argument 235 static constexpr int kind{ResultType<decltype(zk)>::kind}; in GetComplexPart() 236 return AsCategoryExpr(ComplexComponent<kind>{isImaginary, zk}); in GetComplexPart() 243 [&](auto &&zk) { in GetComplexPart() argument 244 static constexpr int kind{ResultType<decltype(zk)>::kind}; in GetComplexPart() 246 ComplexComponent<kind>{isImaginary, std::move(zk)}); in GetComplexPart()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | attributes.ll | 37 ; RUN: llc -mtriple=riscv32 -mattr=+zk %s -o - | FileCheck --check-prefix=RV32ZK %s 78 ; RUN: llc -mtriple=riscv64 -mattr=+zk %s -o - | FileCheck --check-prefix=RV64ZK %s
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/ |
| H A D | vmcore-i386-minidump.bz2 | 1minidump FreeBSD/ |
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCV.td | 337 : SubtargetFeature<"zk", "HasStdExtZk", "true",
|