Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp36 bool checkCPUKind(CPUKind Kind, bool IsRV64) { in checkCPUKind()
42 bool checkTuneCPUKind(CPUKind Kind, bool IsRV64) { in checkTuneCPUKind()
59 CPUKind parseTuneCPUKind(StringRef TuneCPU, bool IsRV64) { in parseTuneCPUKind()
72 void fillValidCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidCPUArchList()
79 void fillValidTuneCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidTuneCPUArchList()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp42 bool IsRV64 = TT.isArch64Bit(); in computeTargetABI() local
112 parseFeatureBits(bool IsRV64, const FeatureBitset &FeatureBits) { in parseFeatureBits()
H A DRISCVMatInt.cpp51 bool IsRV64 = ActiveFeatures[RISCV::Feature64Bit]; in generateInstSeqImpl() local
372 bool IsRV64 = ActiveFeatures[RISCV::Feature64Bit]; in getIntMatCost() local
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.cpp159 bool IsRV64 = ToolChain.getArch() == llvm::Triple::riscv64; in ConstructJob() local
H A DGnu.cpp1759 bool IsRV64 = TargetTriple.getArch() == llvm::Triple::riscv64; in findRISCVMultilibs() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp66 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit); in emitSCSPrologue() local
116 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit); in emitSCSEpilogue() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp281 bool IsRV64; member