Searched refs:riscv32 (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/TargetInfo/
H A DRISCVTargetInfo.cpp24 RegisterTarget<Triple::riscv32> X(getTheRISCV32Target(), "riscv32",
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp450 assert((Triple.getArch() == llvm::Triple::riscv32 ||
508 if (Triple.getArch() == llvm::Triple::riscv32) {
523 assert((Triple.getArch() == llvm::Triple::riscv32 ||
571 if (Triple.getArch() == llvm::Triple::riscv32) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp55 case riscv32: return "riscv32";
146 case riscv32:
288 .Case("riscv32", riscv32)
421 .Case("riscv32", Triple::riscv32)
695 case Triple::riscv32:
1258 case llvm::Triple::riscv32:
1341 case Triple::riscv32
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h68 riscv32, // RISC-V (32-bit): riscv32 enumerator in enum:llvm::Triple::ArchType
731 return getArch() == Triple::riscv32 || getArch() == Triple::riscv64;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp205 if (Triple.getArch() == llvm::Triple::riscv32)
605 case llvm::Triple::riscv32: {
608 Loader = ("ld-linux-riscv32-" + ABIName + ".so.1").str();
H A DFreeBSD.cpp215 case llvm::Triple::riscv32:
H A DGnu.cpp278 case llvm::Triple::riscv32:
709 case llvm::Triple::riscv32:
1553 "/../../../../riscv32-unknown-elf/lib" + M.gccSuffix()});
2088 static const char *const RISCV32Triples[] = {"riscv32-unknown-linux-gnu",
2089 "riscv32-linux-gnu",
2090 "riscv32-unknown-elf"};
2327 case llvm::Triple::riscv32:
2650 case llvm::Triple::riscv32:
H A DClang.cpp337 case llvm::Triple::riscv32:
539 case llvm::Triple::riscv32:
1399 case llvm::Triple::riscv32:
1633 case llvm::Triple::riscv32:
6761 case llvm::Triple::riscv32:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp596 case Triple::riscv32:
/freebsd-11-stable/contrib/file/
H A Dconfig.sub1231 | riscv | riscv32 | riscv64 \
H A Dconfig.guess1055 riscv32:Linux:*:* | riscv64:Linux:*:*)
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.sub628 | riscv | riscv32 | riscv64 \
755 | riscv-* | riscv32-* | riscv64-* \
H A Dconfig.guess1027 riscv32:Linux:*:* | riscv64:Linux:*:*)
/freebsd-11-stable/contrib/tcpdump/
H A Dconfig.sub628 | riscv | riscv32 | riscv64 \
755 | riscv-* | riscv32-* | riscv64-* \
H A Dconfig.guess1027 riscv32:Linux:*:* | riscv64:Linux:*:*)
/freebsd-11-stable/contrib/unbound/
H A Dconfig.sub1233 | riscv | riscv32 | riscv32be | riscv64 | riscv64be \
/freebsd-11-stable/contrib/byacc/
H A Dconfig.sub306 | riscv32 | riscv64 \
434 | riscv32-* | riscv64-* \
H A Dconfig.guess1038 riscv32:Linux:*:* | riscv64:Linux:*:*)
/freebsd-11-stable/crypto/openssh/
H A Dconfig.sub305 | riscv32 | riscv64 \
432 | riscv32-* | riscv64-* \
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.sub303 | riscv32 | riscv64 \
431 | riscv32-* | riscv64-* \
H A Dconfig.guess1027 riscv32:Linux:*:* | riscv64:Linux:*:*)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp370 case llvm::Triple::riscv32:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp225 case Triple::riscv32:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1158 return Triple::riscv32;
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1391 case Triple::riscv32:

Completed in 272 milliseconds

12