Searched refs:mblaze (Results 1 – 25 of 51) sorted by relevance
123
6 ; RUN: llc -O3 < %s -march=mblaze | FileCheck %s8 declare i32 @llvm.mblaze.fsl.get(i32 %port)9 declare i32 @llvm.mblaze.fsl.aget(i32 %port)10 declare i32 @llvm.mblaze.fsl.cget(i32 %port)11 declare i32 @llvm.mblaze.fsl.caget(i32 %port)12 declare i32 @llvm.mblaze.fsl.eget(i32 %port)13 declare i32 @llvm.mblaze.fsl.eaget(i32 %port)14 declare i32 @llvm.mblaze.fsl.ecget(i32 %port)15 declare i32 @llvm.mblaze.fsl.ecaget(i32 %port)16 declare i32 @llvm.mblaze.fsl.nget(i32 %port)[all …]
5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s6 ; RUN: llc < %s -march=mblaze -mattr=+mul,+mul64 | \
5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s6 ; RUN: llc < %s -march=mblaze -mattr=+mul | FileCheck -check-prefix=MUL %s
5 ; RUN: llc < %s -march=mblaze | FileCheck %s6 ; RUN: llc < %s -march=mblaze -mattr=+fpu | FileCheck -check-prefix=FPU %s
5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s6 ; RUN: llc < %s -march=mblaze -mattr=+fpu | FileCheck -check-prefix=FPU %s
1 ; Ensure that jump tables can be handled by the mblaze backend. The5 ; RUN: llc < %s -march=mblaze | FileCheck %s
5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s6 ; RUN: llc < %s -march=mblaze -mattr=+div | FileCheck -check-prefix=DIV %s
5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s6 ; RUN: llc < %s -march=mblaze -mattr=+barrel | FileCheck -check-prefix=SHT %s
4 ; RUN: llc < %s -march=mblaze | FileCheck %s
5 ; RUN: llc < %s -march=mblaze -mattr=+mul,+fpu,+barrel | FileCheck %s
1 ; RUN: llc -O0 -march=mblaze -asm-verbose < %s | FileCheck %s
40 case mblaze: return "mblaze"; in getArchTypeName()63 case mblaze: return "mblaze"; in getArchTypePrefix()160 .Case("mblaze", mblaze) in getArchTypeForLLVMName()240 .Case("mblaze", Triple::mblaze) in parseArch()684 case llvm::Triple::mblaze: in getArchPointerBitWidth()733 case Triple::mblaze: in get32BitArchVariant()766 case Triple::mblaze: in get64BitArchVariant()
18 RegisterTarget<Triple::mblaze> X(TheMBlazeTarget, "mblaze", "MBlaze"); in LLVMInitializeMBlazeTargetInfo()
1 # RUN: llvm-mc --disassemble %s -triple=mblaze-unknown-unknown | FileCheck %s
1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
53 def : Processor<"mblaze", NoItineraries, []>;