Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
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()
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVBaseInfo.cpp42 bool IsRV64 = TT.isArch64Bit(); in computeTargetABI() local
112 parseFeatureBits(bool IsRV64, const FeatureBitset &FeatureBits) { in parseFeatureBits()
DRISCVMatInt.cpp51 bool IsRV64 = ActiveFeatures[RISCV::Feature64Bit]; in generateInstSeqImpl() local
372 bool IsRV64 = ActiveFeatures[RISCV::Feature64Bit]; in getIntMatCost() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp66 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit); in emitSCSPrologue() local
116 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit); in emitSCSEpilogue() 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp281 bool IsRV64; member