| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | BareMetal.cpp | 36 if (!Triple.isRISCV()) in isRISCVBareMetal() 376 if (getTriple().isRISCV() && IsGCCInstallationValid) in GetDefaultCXXStdlibType() 382 if (getTriple().isRISCV() && IsGCCInstallationValid) in GetDefaultRuntimeLibType() 391 if (getTriple().isRISCV()) in GetUnwindLibType() 603 if (Triple.isRISCV()) { in ConstructJob()
|
| H A D | NetBSD.cpp | 243 if (Triple.isRISCV()) { in ConstructJob()
|
| H A D | Linux.cpp | 283 const bool IsRISCV = Triple.isRISCV(); in Linux()
|
| H A D | Clang.cpp | 3553 !EffectiveTriple.isRISCV() && !EffectiveTriple.isPPC()) in RenderSSPOptions() 3593 if (EffectiveTriple.isRISCV() || EffectiveTriple.isPPC()) { in RenderSSPOptions() 3614 !EffectiveTriple.isRISCV() && !EffectiveTriple.isPPC()) in RenderSSPOptions() 3634 !EffectiveTriple.isRISCV() && !EffectiveTriple.isPPC()) in RenderSSPOptions() 3646 if (EffectiveTriple.isRISCV() && Value != "tp") { in RenderSSPOptions() 3685 !EffectiveTriple.isRISCV()) in RenderSCPOptions() 5653 Triple.isAArch64() || Triple.isRISCV() || Triple.isX86(); in ConstructJob() 6760 if (!Triple.isAArch64() && !Triple.isLoongArch() && !Triple.isRISCV() && in ConstructJob()
|
| H A D | Gnu.cpp | 355 if (Triple.isLoongArch() || Triple.isRISCV()) { in ConstructJob() 2771 } else if (TargetTriple.isRISCV()) { in ScanGCCForMultilibs()
|
| H A D | CommonArgs.cpp | 924 if (Triple.isLoongArch() || Triple.isRISCV()) { in isTLSDESCEnabled() 3040 } else if (Triple.isRISCV()) { in addMCModel()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | RISCV.cpp | 187 assert(Triple.isRISCV() && "Unexpected triple"); in getRISCVABI() 249 assert(Triple.isRISCV() && "Unexpected triple"); in getRISCVArch()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 153 if (MachineTriple.isRISCV()) in PrintSupportedExtensions() 201 else if (MachineTriple.isRISCV()) { in PrintEnabledExtensions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | EntryExitInstrumenter.cpp | 51 } else if (TargetTriple.isRISCV() || TargetTriple.isAArch64() || in insertCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | XRayInstrumentation.cpp | 301 MF.getTarget().getTargetTriple().isRISCV(); in run()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 489 if (arch.GetTriple().isRISCV()) in Decode() 537 if (arch.GetTriple().isRISCV()) in Decode() 1576 if (triple.isRISCV() && !cpu_or_features_overriden) { in DisassemblerLLVMC()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.cpp | 1343 bool isRISCV = ctx.arg.emachine == EM_RISCV; in handleTlsRelocation() local 1353 else if (!isRISCV || type == R_RISCV_TLSDESC_HI20) in handleTlsRelocation() 1378 !(isRISCV && expr != R_TLSDESC_PC && expr != R_TLSDESC_CALL) && in handleTlsRelocation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 1079 bool isRISCV() const { return isRISCV32() || isRISCV64(); } in isRISCV() function
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 1609 getTriple().isAArch64() || getTriple().isRISCV() || in getSupportedSanitizers() 1613 getTriple().isAArch64(64) || getTriple().isRISCV()) in getSupportedSanitizers()
|
| H A D | Driver.cpp | 836 if (Target.isRISCV()) { in computeTargetTriple() 4662 !C.getDefaultToolChain().getTriple().isRISCV() && in BuildActions() 4670 !C.getDefaultToolChain().getTriple().isRISCV() && in BuildActions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1530 getTriple().isRISCV(); in supportsMultiVersioning()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.td | 1987 def isRISCV : RuntimeLibcallPredicate<"TT.isRISCV()">; 1991 : SystemRuntimeLibrary<isRISCV,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 676 TargetTriple.isAArch64(64) || TargetTriple.isRISCV()) in addKCFIPass()
|
| H A D | CodeGenModule.cpp | 1207 if (T.isRISCV()) { in Release() 1607 if (getTriple().isRISCV()) { in EmitBackendOptionsMetadata()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 3290 if (Context.getTargetInfo().getTriple().isRISCV()) { in checkTargetAttr() 3347 if (Context.getTargetInfo().getTriple().isRISCV()) { in checkTargetVersionAttr() 3500 } else if (TInfo.getTriple().isRISCV()) { in checkTargetClonesAttrString() 5994 bool IsRISCV = S.Context.getTargetInfo().getTriple().isRISCV(); in handleBuiltinAliasAttr()
|
| H A D | SemaDecl.cpp | 11221 if (S.getASTContext().getTargetInfo().getTriple().isRISCV()) { in CheckMultiVersionValue() 11515 !From->getASTContext().getTargetInfo().getTriple().isRISCV()) in patchDefaultTargetVersion() 11942 if (NewTA && TI.getTriple().isRISCV()) in CheckMultiVersionFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 561 if (getTargetInfo().getTriple().isRISCV()) { in initializePragmaHandlers() 695 if (getTargetInfo().getTriple().isRISCV()) { in resetPragmaHandlers()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 2283 isRISCV() || isLoongArch()) in getDefaultExceptionHandling()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.cpp | 1778 return arch.GetTriple().isRISCV(); in SupportsThisArch()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 2502 if (triple.isMIPS() || triple.isPPC64() || triple.isRISCV() || in GetWatchpointReportedAfter()
|