Home
last modified time | relevance | path

Searched refs:nxv32i1 (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/AArch64/
Dsve-split-int-pred-reduce.ll19 %res = call i1 @llvm.vector.reduce.and.nxv32i1(<vscale x 32 x i1> %a)
56 %res = call i1 @llvm.vector.reduce.or.nxv32i1(<vscale x 32 x i1> %a)
70 %res = call i1 @llvm.vector.reduce.xor.nxv32i1(<vscale x 32 x i1> %a)
85 %res = call i1 @llvm.vector.reduce.smax.nxv32i1(<vscale x 32 x i1> %a)
99 %res = call i1 @llvm.vector.reduce.smin.nxv32i1(<vscale x 32 x i1> %a)
113 %res = call i1 @llvm.vector.reduce.umax.nxv32i1(<vscale x 32 x i1> %a)
128 %res = call i1 @llvm.vector.reduce.umin.nxv32i1(<vscale x 32 x i1> %a)
132 declare i1 @llvm.vector.reduce.and.nxv32i1(<vscale x 32 x i1>)
135 declare i1 @llvm.vector.reduce.or.nxv32i1(<vscale x 32 x i1>)
137 declare i1 @llvm.vector.reduce.xor.nxv32i1(<vscale x 32 x i1>)
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h155 nxv32i1 = 93, // n x 32 x i1 enumerator
444 case nxv32i1: return i1; in getVectorElementType()
580 case nxv32i1: in getVectorNumElements()
726 case nxv32i1: in getSizeInBits()
1028 if (NumElements == 32) return MVT::nxv32i1; in getScalableVectorVT()
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h174 nxv32i1 = 112, // n x 32 x i1 enumerator
511 case nxv32i1: in getVectorElementType()
687 case nxv32i1: in getVectorNumElements()
853 case nxv32i1: in getSizeInBits()
1235 if (NumElements == 32) return MVT::nxv32i1; in getScalableVectorVT()
/external/llvm-project/llvm/lib/Target/RISCV/Utils/
DRISCVBaseInfo.h324 constexpr MVT vbool2_t = MVT::nxv32i1;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.td121 def nxv32i1 : ValueType<32, 93>; // n x 32 x i1 vector value
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp243 case MVT::nxv32i1: in getTypeForEVT()
/external/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.td141 def nxv32i1 : ValueType<32, 112>; // n x 32 x i1 vector value
/external/llvm-project/llvm/lib/CodeGen/
DValueTypes.cpp392 case MVT::nxv32i1: in getTypeForEVT()
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.td329 defvar vbool2_t = nxv32i1;
/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.cpp178 case MVT::nxv32i1: return "MVT::nxv32i1"; in getEnumName()