Searched defs:IsRV64 (Results 1 – 9 of 9) sorted by relevance
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/ |
| D | RISCVTargetParser.cpp | 36 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/ |
| D | RISCVMatInt.cpp | 19 void generateInstSeq(int64_t Val, bool IsRV64, InstSeq &Res) { in generateInstSeq() 78 int getIntMatCost(const APInt &Val, unsigned Size, bool IsRV64) { in getIntMatCost()
|
| D | RISCVBaseInfo.cpp | 16 bool IsRV64 = TT.isArch64Bit(); in computeTargetABI() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVBaseInfo.cpp | 42 bool IsRV64 = TT.isArch64Bit(); in computeTargetABI() local 112 parseFeatureBits(bool IsRV64, const FeatureBitset &FeatureBits) { in parseFeatureBits()
|
| D | RISCVMatInt.cpp | 51 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/ |
| D | RISCVFrameLowering.cpp | 66 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/ |
| D | RISCVInstrInfo.cpp | 170 bool IsRV64 = MF->getSubtarget<RISCVSubtarget>().is64Bit(); in movImm() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/ |
| D | RISCVAsmParser.cpp | 224 bool IsRV64; member
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/AsmParser/ |
| D | RISCVAsmParser.cpp | 281 bool IsRV64; member
|