Home
last modified time | relevance | path

Searched refs:EltSizeInBits (Results 1 – 25 of 95) sorted by relevance

1234

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/Mips/llvm-ir/
H A Dextractelement.ll6 ; Base + Index * (EltSizeInBits / 8)
7 ; and EltSizeInBits was 1. This caused the index to be forgotten.
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2715 Type *getMMXVectorTy(unsigned EltSizeInBits) { in getMMXVectorTy()
2717 assert(EltSizeInBits != 0 && (X86_MMXSizeInBits % EltSizeInBits) == 0 && in getMMXVectorTy()
2719 return VectorType::get(IntegerType::get(*MS.C, EltSizeInBits), in getMMXVectorTy()
2720 X86_MMXSizeInBits / EltSizeInBits); in getMMXVectorTy()
2761 void handleVectorPackIntrinsic(IntrinsicInst &I, unsigned EltSizeInBits = 0) { in handleVectorPackIntrinsic()
2772 Type *T = isX86_MMX ? getMMXVectorTy(EltSizeInBits) : S1->getType(); in handleVectorPackIntrinsic()
2818 unsigned EltSizeInBits = 0) { in handleVectorPmaddIntrinsic()
2820 Type *ResTy = isX86_MMX ? getMMXVectorTy(EltSizeInBits * 2) : I.getType(); in handleVectorPmaddIntrinsic()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1471 unsigned EltSizeInBits = VT.getScalarSizeInBits();
1520 unsigned Ofs = (i % Scale) * EltSizeInBits;
1521 SrcDemandedBits.setBits(Ofs, Ofs + EltSizeInBits);
1866 APInt DemandedBits = APInt::getAllOnesValue(EltSizeInBits);
4233 unsigned EltSizeInBits = VT.getScalarSizeInBits();
4238 SDValue BitWidthC = DAG.getConstant(EltSizeInBits, DL, ShVT);
4242 if (isPowerOf2_32(EltSizeInBits)) {
4243 SDValue Mask = DAG.getConstant(EltSizeInBits - 1, DL, ShVT);
4269 unsigned EltSizeInBits = VT.getScalarSizeInBits();
4276 SDValue BitWidthC = DAG.getConstant(EltSizeInBits, DL, ShVT);
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2727 Type *getMMXVectorTy(unsigned EltSizeInBits) { in getMMXVectorTy()
2729 assert(EltSizeInBits != 0 && (X86_MMXSizeInBits % EltSizeInBits) == 0 && in getMMXVectorTy()
2731 return VectorType::get(IntegerType::get(*MS.C, EltSizeInBits), in getMMXVectorTy()
2732 X86_MMXSizeInBits / EltSizeInBits); in getMMXVectorTy()
2773 void handleVectorPackIntrinsic(IntrinsicInst &I, unsigned EltSizeInBits = 0) { in handleVectorPackIntrinsic()
2784 Type *T = isX86_MMX ? getMMXVectorTy(EltSizeInBits) : S1->getType(); in handleVectorPackIntrinsic()
2830 unsigned EltSizeInBits = 0) { in handleVectorPmaddIntrinsic()
2832 Type *ResTy = isX86_MMX ? getMMXVectorTy(EltSizeInBits * 2) : I.getType(); in handleVectorPmaddIntrinsic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2727 Type *getMMXVectorTy(unsigned EltSizeInBits) { in getMMXVectorTy()
2729 assert(EltSizeInBits != 0 && (X86_MMXSizeInBits % EltSizeInBits) == 0 && in getMMXVectorTy()
2731 return VectorType::get(IntegerType::get(*MS.C, EltSizeInBits), in getMMXVectorTy()
2732 X86_MMXSizeInBits / EltSizeInBits); in getMMXVectorTy()
2773 void handleVectorPackIntrinsic(IntrinsicInst &I, unsigned EltSizeInBits = 0) { in handleVectorPackIntrinsic()
2784 Type *T = isX86_MMX ? getMMXVectorTy(EltSizeInBits) : S1->getType(); in handleVectorPackIntrinsic()
2830 unsigned EltSizeInBits = 0) { in handleVectorPmaddIntrinsic()
2832 Type *ResTy = isX86_MMX ? getMMXVectorTy(EltSizeInBits * 2) : I.getType(); in handleVectorPmaddIntrinsic()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2727 Type *getMMXVectorTy(unsigned EltSizeInBits) { in getMMXVectorTy()
2729 assert(EltSizeInBits != 0 && (X86_MMXSizeInBits % EltSizeInBits) == 0 && in getMMXVectorTy()
2731 return VectorType::get(IntegerType::get(*MS.C, EltSizeInBits), in getMMXVectorTy()
2732 X86_MMXSizeInBits / EltSizeInBits); in getMMXVectorTy()
2773 void handleVectorPackIntrinsic(IntrinsicInst &I, unsigned EltSizeInBits = 0) { in handleVectorPackIntrinsic()
2784 Type *T = isX86_MMX ? getMMXVectorTy(EltSizeInBits) : S1->getType(); in handleVectorPackIntrinsic()
2830 unsigned EltSizeInBits = 0) { in handleVectorPmaddIntrinsic()
2832 Type *ResTy = isX86_MMX ? getMMXVectorTy(EltSizeInBits * 2) : I.getType(); in handleVectorPmaddIntrinsic()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11812 unsigned MaxScale = 64 / EltSizeInBits; in matchShuffleAsVTRUNC()
11914 unsigned MaxScale = 64 / EltSizeInBits; in lowerShuffleWithVPMOV()
11958 unsigned MaxScale = 64 / EltSizeInBits; in lowerShuffleAsVTRUNC()
12830 int MaxSubElts = 64 / EltSizeInBits; in matchShuffleAsBitRotate()
12839 return RotateAmt * EltSizeInBits; in matchShuffleAsBitRotate()
29714 if (EltSizeInBits == 8 && !IsSplatAmt) { in LowerRotate()
29808 if (EltSizeInBits == 16) { in LowerRotate()
36502 if (AllowIntDomain && (EltSizeInBits == 64 || EltSizeInBits == 32) && in matchBinaryPermuteShuffle()
36510 if (EltSizeInBits == 64) in matchBinaryPermuteShuffle()
49474 if (NumElts > EltSizeInBits) { in combineToExtendBoolVectorInReg()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1844 unsigned EltSizeInBits = VT.getScalarSizeInBits(); in SimplifyDemandedVectorElts() local
1893 unsigned Ofs = (i % Scale) * EltSizeInBits; in SimplifyDemandedVectorElts()
1894 SrcDemandedBits.setBits(Ofs, Ofs + EltSizeInBits); in SimplifyDemandedVectorElts()
2273 APInt DemandedBits = APInt::getAllOnesValue(EltSizeInBits); in SimplifyDemandedVectorElts()
4790 unsigned EltSizeInBits = VT.getScalarSizeInBits(); in expandFunnelShift() local
4795 SDValue BitWidthC = DAG.getConstant(EltSizeInBits, DL, ShVT); in expandFunnelShift()
4799 if (isPowerOf2_32(EltSizeInBits)) { in expandFunnelShift()
4800 SDValue Mask = DAG.getConstant(EltSizeInBits - 1, DL, ShVT); in expandFunnelShift()
4826 unsigned EltSizeInBits = VT.getScalarSizeInBits(); in expandROT() local
4833 SDValue BitWidthC = DAG.getConstant(EltSizeInBits, DL, ShVT); in expandROT()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11578 unsigned MaxScale = 64 / EltSizeInBits; in matchShuffleAsVTRUNC()
11680 unsigned MaxScale = 64 / EltSizeInBits; in lowerShuffleWithVPMOV()
11724 unsigned MaxScale = 64 / EltSizeInBits; in lowerShuffleAsVTRUNC()
12551 int MaxSubElts = 64 / EltSizeInBits; in matchShuffleAsBitRotate()
12560 return RotateAmt * EltSizeInBits; in matchShuffleAsBitRotate()
29012 if (EltSizeInBits == 8 && !IsSplatAmt) { in LowerRotate()
29106 if (EltSizeInBits == 16) { in LowerRotate()
35594 if (AllowIntDomain && (EltSizeInBits == 64 || EltSizeInBits == 32) && in matchBinaryPermuteShuffle()
35602 if (EltSizeInBits == 64) in matchBinaryPermuteShuffle()
48175 if (NumElts > EltSizeInBits) { in combineToExtendBoolVectorInReg()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp11578 unsigned MaxScale = 64 / EltSizeInBits; in matchShuffleAsVTRUNC()
11680 unsigned MaxScale = 64 / EltSizeInBits; in lowerShuffleWithVPMOV()
11724 unsigned MaxScale = 64 / EltSizeInBits; in lowerShuffleAsVTRUNC()
12551 int MaxSubElts = 64 / EltSizeInBits; in matchShuffleAsBitRotate()
12560 return RotateAmt * EltSizeInBits; in matchShuffleAsBitRotate()
29012 if (EltSizeInBits == 8 && !IsSplatAmt) { in LowerRotate()
29106 if (EltSizeInBits == 16) { in LowerRotate()
35594 if (AllowIntDomain && (EltSizeInBits == 64 || EltSizeInBits == 32) && in matchBinaryPermuteShuffle()
35602 if (EltSizeInBits == 64) in matchBinaryPermuteShuffle()
48175 if (NumElts > EltSizeInBits) { in combineToExtendBoolVectorInReg()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11572 unsigned MaxScale = 64 / EltSizeInBits; in matchShuffleAsVTRUNC()
11674 unsigned MaxScale = 64 / EltSizeInBits; in lowerShuffleWithVPMOV()
11718 unsigned MaxScale = 64 / EltSizeInBits; in lowerShuffleAsVTRUNC()
12545 int MaxSubElts = 64 / EltSizeInBits; in matchShuffleAsBitRotate()
12554 return RotateAmt * EltSizeInBits; in matchShuffleAsBitRotate()
29006 if (EltSizeInBits == 8 && !IsSplatAmt) { in LowerRotate()
29100 if (EltSizeInBits == 16) { in LowerRotate()
35588 if (AllowIntDomain && (EltSizeInBits == 64 || EltSizeInBits == 32) && in matchBinaryPermuteShuffle()
35596 if (EltSizeInBits == 64) in matchBinaryPermuteShuffle()
48192 if (NumElts > EltSizeInBits) { in combineToExtendBoolVectorInReg()
[all …]

1234