Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Support/
DTargetParser.cpp254 bool checkCPUKind(CPUKind Kind, bool IsRV64) { in checkCPUKind()
260 bool checkTuneCPUKind(CPUKind Kind, bool IsRV64) { in checkTuneCPUKind()
273 StringRef resolveTuneCPUAlias(StringRef TuneCPU, bool IsRV64) { in resolveTuneCPUAlias()
280 CPUKind parseTuneCPUKind(StringRef TuneCPU, bool IsRV64) { in parseTuneCPUKind()
294 void fillValidCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidCPUArchList()
301 void fillValidTuneCPUArchList(SmallVectorImpl<StringRef> &Values, bool IsRV64) { in fillValidTuneCPUArchList()
/external/llvm-project/llvm/lib/Target/RISCV/Utils/
DRISCVMatInt.cpp17 void generateInstSeq(int64_t Val, bool IsRV64, InstSeq &Res) { in generateInstSeq()
76 int getIntMatCost(const APInt &Val, unsigned Size, bool IsRV64) { in getIntMatCost()
DRISCVBaseInfo.cpp29 bool IsRV64 = TT.isArch64Bit(); in computeTargetABI() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/
DRISCVMatInt.cpp19 void generateInstSeq(int64_t Val, bool IsRV64, InstSeq &Res) { in generateInstSeq()
78 int getIntMatCost(const APInt &Val, unsigned Size, bool IsRV64) { in getIntMatCost()
DRISCVBaseInfo.cpp16 bool IsRV64 = TT.isArch64Bit(); in computeTargetABI() local
/external/llvm-project/clang/lib/Driver/ToolChains/
DRISCVToolchain.cpp152 bool IsRV64 = ToolChain.getArch() == llvm::Triple::riscv64; in ConstructJob() local
DGnu.cpp1644 bool IsRV64 = TargetTriple.getArch() == llvm::Triple::riscv64; in findRISCVMultilibs() local
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp62 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit); in emitSCSPrologue() local
110 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit); in emitSCSEpilogue() local
DRISCVInstrInfo.cpp192 bool IsRV64 = MF->getSubtarget<RISCVSubtarget>().is64Bit(); in movImm() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp170 bool IsRV64 = MF->getSubtarget<RISCVSubtarget>().is64Bit(); in movImm() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp224 bool IsRV64; member
/external/llvm-project/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp260 bool IsRV64; member