/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1_main.cpp | 149 if (MachineTriple.isRISCV()) in PrintSupportedExtensions() 195 else if (MachineTriple.isRISCV()) { in PrintEnabledExtensions()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | RISCV.cpp | 217 assert(Triple.isRISCV() && "Unexpected triple"); in getRISCVABI() 279 assert(Triple.isRISCV() && "Unexpected triple"); in getRISCVArch()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | BareMetal.cpp | 154 if (!Triple.isRISCV()) in isRISCVBareMetal() 478 if (TC.getTriple().isRISCV() && Args.hasArg(options::OPT_mno_relax)) in ConstructJob() 521 if (TC.getTriple().isRISCV()) in ConstructJob()
|
H A D | NetBSD.cpp | 243 if (Triple.isRISCV()) { in ConstructJob()
|
H A D | Linux.cpp | 272 const bool IsRISCV = Triple.isRISCV(); in Linux()
|
H A D | CommonArgs.cpp | 790 if (Triple.isLoongArch() || Triple.isRISCV()) { in isTLSDESCEnabled() 2872 } else if (Triple.isRISCV()) { in addMCModel()
|
H A D | Gnu.cpp | 427 if (Triple.isRISCV()) { in ConstructJob() 2880 } else if (TargetTriple.isRISCV()) { in ScanGCCForMultilibs()
|
H A D | Clang.cpp | 5638 Triple.isAArch64() || Triple.isRISCV() || Triple.isX86(); in ConstructJob() 6732 if (!Triple.isAArch64() && !Triple.isLoongArch() && !Triple.isRISCV() && in ConstructJob()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | NativeProcessSoftwareSingleStep.cpp | 107 arch.GetTriple().isRISCV() || arch.GetTriple().isLoongArch()) in GetSoftwareBreakpointSize()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCObjectStreamer.cpp | 107 if (!getAssembler().getContext().getTargetTriple().isRISCV()) in emitAbsoluteSymbolDiff() 115 if (!getAssembler().getContext().getTargetTriple().isRISCV()) in emitAbsoluteSymbolDiffAsULEB128()
|
H A D | MCExpr.cpp | 630 !(Asm->getContext().getTargetTriple().isRISCV() || in AttemptToFoldSymbolOffsetDifference()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.cpp | 1322 bool isRISCV = config->emachine == EM_RISCV; in handleTlsRelocation() local 1330 if (!isRISCV || type == R_RISCV_TLSDESC_HI20) in handleTlsRelocation() 1345 !(isRISCV && expr != R_TLSDESC_PC && expr != R_TLSDESC_CALL) && in handleTlsRelocation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 1001 bool isRISCV() const { return isRISCV32() || isRISCV64(); } in isRISCV() function
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 1385 getTriple().isAArch64() || getTriple().isRISCV() || in getSupportedSanitizers() 1389 getTriple().isAArch64(64) || getTriple().isRISCV()) in getSupportedSanitizers()
|
H A D | Driver.cpp | 684 if (Target.isRISCV()) { in computeTargetTriple() 4373 !C.getDefaultToolChain().getTriple().isRISCV() && in BuildActions() 4381 !C.getDefaultToolChain().getTriple().isRISCV() && in BuildActions()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 641 TargetTriple.isAArch64(64) || TargetTriple.isRISCV()) in addKCFIPass()
|
H A D | CodeGenModule.cpp | 1098 if (T.isRISCV()) { in Release() 1450 if (getTriple().isRISCV()) { in EmitBackendOptionsMetadata()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 1563 if (triple.isRISCV()) { in DisassemblerLLVMC()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 567 if (getTargetInfo().getTriple().isRISCV()) { in initializePragmaHandlers() 701 if (getTargetInfo().getTriple().isRISCV()) { in resetPragmaHandlers()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 1792 return arch.GetTriple().isRISCV(); in SupportsThisArch()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 2978 if (Context.getTargetInfo().getTriple().isRISCV() && in checkTargetAttr() 5277 bool IsRISCV = S.Context.getTargetInfo().getTriple().isRISCV(); in handleBuiltinAliasAttr()
|
H A D | SemaDecl.cpp | 11709 if (NewTA && T.isRISCV()) in CheckMultiVersionFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 2535 if (triple.isMIPS() || triple.isPPC64() || triple.isRISCV() || in GetWatchpointReportedAfter()
|