Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/test/Semantics/
H A Dstructconst02.f9011 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 Drv64zkne-only-invalid.s2 # RUN: not llvm-mc -triple=riscv64 -mattr=+zk < %s 2>&1 \
H A Drv32zkne-only-invalid.s2 # RUN: not llvm-mc -triple=riscv32 -mattr=+zk < %s 2>&1 \
H A Drv32zknd-only-invalid.s2 # RUN: not llvm-mc -triple=riscv32 -mattr=+zk < %s 2>&1 \
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dnumbers.s54 # ERR5: malformed number: 1zk
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp234 [&](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 Dattributes.ll37 ; 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 Dvmcore-i386-minidump.bz21minidump FreeBSD/
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCV.td337 : SubtargetFeature<"zk", "HasStdExtZk", "true",