Home
last modified time | relevance | path

Searched defs:IsRV64 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp63 bool parseCPU(StringRef CPU, bool IsRV64) { in parseCPU()
71 bool parseTuneCPU(StringRef TuneCPU, bool IsRV64) { in parseTuneCPU()
92 void fillValidCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidCPUArchList()
99 void fillValidTuneCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidTuneCPUArchList()
H A DRISCVISAInfo.cpp119 bool IsRV64, std::set<StringRef> &EnabledFeatureNames, in printEnabledExtensions()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp41 bool IsRV64 = TT.isArch64Bit(); in computeTargetABI() local
122 parseFeatureBits(bool IsRV64, const FeatureBitset &FeatureBits) { in parseFeatureBits()
H A DRISCVMatInt.cpp51 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit); in generateInstSeqImpl() local
503 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit); in getIntMatCost() local
H A DRISCVBaseInfo.h542 inline static unsigned getStackAdjBase(unsigned RlistVal, bool IsRV64) { in getStackAdjBase()
591 int64_t StackAdjustment, bool IsRV64) { in getSpimm()
H A DRISCVInstPrinter.cpp283 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit); in printStackAdj() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.cpp167 bool IsRV64 = ToolChain.getArch() == llvm::Triple::riscv64; in ConstructJob() local
H A DGnu.cpp1928 bool IsRV64 = TargetTriple.getArch() == llvm::Triple::riscv64; in findRISCVMultilibs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp83 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit); in emitSCSPrologue() local
143 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit); in emitSCSEpilogue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp354 bool IsRV64; member