Home
last modified time | relevance | path

Searched refs:isRISCV (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp36 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 DNetBSD.cpp243 if (Triple.isRISCV()) { in ConstructJob()
H A DLinux.cpp283 const bool IsRISCV = Triple.isRISCV(); in Linux()
H A DClang.cpp3553 !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 DGnu.cpp355 if (Triple.isLoongArch() || Triple.isRISCV()) { in ConstructJob()
2771 } else if (TargetTriple.isRISCV()) { in ScanGCCForMultilibs()
H A DCommonArgs.cpp924 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 DRISCV.cpp187 assert(Triple.isRISCV() && "Unexpected triple"); in getRISCVABI()
249 assert(Triple.isRISCV() && "Unexpected triple"); in getRISCVArch()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp153 if (MachineTriple.isRISCV()) in PrintSupportedExtensions()
201 else if (MachineTriple.isRISCV()) { in PrintEnabledExtensions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp51 } else if (TargetTriple.isRISCV() || TargetTriple.isAArch64() || in insertCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp301 MF.getTarget().getTargetTriple().isRISCV(); in run()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp489 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 DRelocations.cpp1343 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 DTriple.h1079 bool isRISCV() const { return isRISCV32() || isRISCV64(); } in isRISCV() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1609 getTriple().isAArch64() || getTriple().isRISCV() || in getSupportedSanitizers()
1613 getTriple().isAArch64(64) || getTriple().isRISCV()) in getSupportedSanitizers()
H A DDriver.cpp836 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 DTargetInfo.h1530 getTriple().isRISCV(); in supportsMultiVersioning()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td1987 def isRISCV : RuntimeLibcallPredicate<"TT.isRISCV()">;
1991 : SystemRuntimeLibrary<isRISCV,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp676 TargetTriple.isAArch64(64) || TargetTriple.isRISCV()) in addKCFIPass()
H A DCodeGenModule.cpp1207 if (T.isRISCV()) { in Release()
1607 if (getTriple().isRISCV()) { in EmitBackendOptionsMetadata()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3290 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 DSemaDecl.cpp11221 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 DParsePragma.cpp561 if (getTargetInfo().getTriple().isRISCV()) { in initializePragmaHandlers()
695 if (getTargetInfo().getTriple().isRISCV()) { in resetPragmaHandlers()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp2283 isRISCV() || isLoongArch()) in getDefaultExceptionHandling()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1778 return arch.GetTriple().isRISCV(); in SupportsThisArch()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2502 if (triple.isMIPS() || triple.isPPC64() || triple.isRISCV() || in GetWatchpointReportedAfter()

12