Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp182 assert(Triple.isRISCV() && "Unexpected triple"); in getRISCVABI()
244 assert(Triple.isRISCV() && "Unexpected triple"); in getRISCVArch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp171 arch.GetTriple().isRISCV() || arch.GetTriple().isLoongArch()) in SetupSoftwareSingleStepping()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp156 if (!Triple.isRISCV()) in isRISCVBareMetal()
477 if (TC.getTriple().isRISCV()) in ConstructJob()
H A DNetBSD.cpp243 if (Triple.isRISCV()) in ConstructJob()
H A DLinux.cpp261 const bool IsRISCV = Triple.isRISCV(); in Linux()
H A DGnu.cpp426 if (Triple.isRISCV()) in ConstructJob()
2875 } else if (TargetTriple.isRISCV()) { in ScanGCCForMultilibs()
H A DClang.cpp5383 Triple.isAArch64() || Triple.isRISCV() || Triple.isX86(); in ConstructJob()
5773 } else if (Triple.isRISCV()) { in ConstructJob()
6517 if (!Triple.isAArch64() && !Triple.isLoongArch() && !Triple.isRISCV() && in ConstructJob()
H A DCommonArgs.cpp741 if (Triple.isRISCV()) { in isTLSDESCEnabled()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp210 if (MachineTriple.isRISCV()) in PrintSupportedExtensions()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp162 if (!getAssembler().getContext().getTargetTriple().isRISCV()) in emitAbsoluteSymbolDiff()
170 if (!getAssembler().getContext().getTargetTriple().isRISCV()) in emitAbsoluteSymbolDiffAsULEB128()
H A DMCExpr.cpp635 !(Asm->getContext().getTargetTriple().isRISCV() || in AttemptToFoldSymbolOffsetDifference()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp433 return getTriple().isRISCV() ? 4 : 5; in GetDefaultDwarfVersion()
1322 getTriple().isAArch64() || getTriple().isRISCV() || in getSupportedSanitizers()
1326 getTriple().isAArch64(64) || getTriple().isRISCV()) in getSupportedSanitizers()
H A DDriver.cpp670 if (Target.isRISCV()) { in computeTargetTriple()
4331 !C.getDefaultToolChain().getTriple().isRISCV() && in BuildActions()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1282 bool isRISCV = config->emachine == EM_RISCV; in handleTlsRelocation() local
1290 if (!isRISCV || type == R_RISCV_TLSDESC_HI20) in handleTlsRelocation()
1305 !(isRISCV && expr != R_TLSDESC_PC && expr != R_TLSDESC_CALL) && in handleTlsRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h967 bool isRISCV() const { return isRISCV32() || isRISCV64(); } in isRISCV() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp626 TargetTriple.isAArch64(64) || TargetTriple.isRISCV()) in addKCFIPass()
H A DCodeGenModule.cpp1351 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.cpp564 if (getTargetInfo().getTriple().isRISCV()) { in initializePragmaHandlers()
698 if (getTargetInfo().getTriple().isRISCV()) { in resetPragmaHandlers()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1777 return arch.GetTriple().isRISCV(); in SupportsThisArch()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2380 if (triple.isMIPS() || triple.isPPC64() || triple.isRISCV() || in GetWatchpointReportedAfter()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3470 if (Context.getTargetInfo().getTriple().isRISCV() && in checkTargetAttr()
5931 bool IsRISCV = S.Context.getTargetInfo().getTriple().isRISCV(); in handleBuiltinAliasAttr()