Searched defs:IsRV64 (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/lib/Support/ |
D | TargetParser.cpp | 254 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/ |
D | RISCVMatInt.cpp | 17 void generateInstSeq(int64_t Val, bool IsRV64, InstSeq &Res) { in generateInstSeq() 76 int getIntMatCost(const APInt &Val, unsigned Size, bool IsRV64) { in getIntMatCost()
|
D | RISCVBaseInfo.cpp | 29 bool IsRV64 = TT.isArch64Bit(); in computeTargetABI() local
|
/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/llvm-project/clang/lib/Driver/ToolChains/ |
D | RISCVToolchain.cpp | 152 bool IsRV64 = ToolChain.getArch() == llvm::Triple::riscv64; in ConstructJob() local
|
D | Gnu.cpp | 1644 bool IsRV64 = TargetTriple.getArch() == llvm::Triple::riscv64; in findRISCVMultilibs() local
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVFrameLowering.cpp | 62 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit); in emitSCSPrologue() local 110 bool IsRV64 = STI.hasFeature(RISCV::Feature64Bit); in emitSCSEpilogue() local
|
D | RISCVInstrInfo.cpp | 192 bool IsRV64 = MF->getSubtarget<RISCVSubtarget>().is64Bit(); in movImm() 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/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
D | RISCVAsmParser.cpp | 260 bool IsRV64; member
|