Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp149 if (MachineTriple.isRISCV()) in PrintSupportedExtensions()
195 else if (MachineTriple.isRISCV()) { in PrintEnabledExtensions()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp217 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 DBareMetal.cpp154 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 DNetBSD.cpp243 if (Triple.isRISCV()) { in ConstructJob()
H A DLinux.cpp272 const bool IsRISCV = Triple.isRISCV(); in Linux()
H A DCommonArgs.cpp790 if (Triple.isLoongArch() || Triple.isRISCV()) { in isTLSDESCEnabled()
2872 } else if (Triple.isRISCV()) { in addMCModel()
H A DGnu.cpp427 if (Triple.isRISCV()) { in ConstructJob()
2880 } else if (TargetTriple.isRISCV()) { in ScanGCCForMultilibs()
H A DClang.cpp5638 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 DNativeProcessSoftwareSingleStep.cpp107 arch.GetTriple().isRISCV() || arch.GetTriple().isLoongArch()) in GetSoftwareBreakpointSize()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp107 if (!getAssembler().getContext().getTargetTriple().isRISCV()) in emitAbsoluteSymbolDiff()
115 if (!getAssembler().getContext().getTargetTriple().isRISCV()) in emitAbsoluteSymbolDiffAsULEB128()
H A DMCExpr.cpp630 !(Asm->getContext().getTargetTriple().isRISCV() || in AttemptToFoldSymbolOffsetDifference()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1322 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 DTriple.h1001 bool isRISCV() const { return isRISCV32() || isRISCV64(); } in isRISCV() function
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1385 getTriple().isAArch64() || getTriple().isRISCV() || in getSupportedSanitizers()
1389 getTriple().isAArch64(64) || getTriple().isRISCV()) in getSupportedSanitizers()
H A DDriver.cpp684 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 DBackendUtil.cpp641 TargetTriple.isAArch64(64) || TargetTriple.isRISCV()) in addKCFIPass()
H A DCodeGenModule.cpp1098 if (T.isRISCV()) { in Release()
1450 if (getTriple().isRISCV()) { in EmitBackendOptionsMetadata()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1563 if (triple.isRISCV()) { in DisassemblerLLVMC()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp567 if (getTargetInfo().getTriple().isRISCV()) { in initializePragmaHandlers()
701 if (getTargetInfo().getTriple().isRISCV()) { in resetPragmaHandlers()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1792 return arch.GetTriple().isRISCV(); in SupportsThisArch()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2978 if (Context.getTargetInfo().getTriple().isRISCV() && in checkTargetAttr()
5277 bool IsRISCV = S.Context.getTargetInfo().getTriple().isRISCV(); in handleBuiltinAliasAttr()
H A DSemaDecl.cpp11709 if (NewTA && T.isRISCV()) in CheckMultiVersionFunction()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2535 if (triple.isMIPS() || triple.isPPC64() || triple.isRISCV() || in GetWatchpointReportedAfter()