Home
last modified time | relevance | path

Searched refs:ElemSizeInBits (Results 1 – 18 of 18) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DDataLayout.cpp941 unsigned ElemSizeInBits = getTypeSizeInBits(ElemTy).getFixedSize(); in getGEPIndicesForOffset() local
943 if (ElemSizeInBits % 8 != 0) in getGEPIndicesForOffset()
946 addElementIndex(Indices, TypeSize::Fixed(ElemSizeInBits / 8), Offset); in getGEPIndicesForOffset()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8222 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
8223 if (C2 > ElemSizeInBits) in tryLowerToSLI()
8226 APInt C1AsAPInt(ElemSizeInBits, C1); in tryLowerToSLI()
8227 APInt RequiredC1 = IsShiftRight ? APInt::getHighBitsSet(ElemSizeInBits, C2) in tryLowerToSLI()
8228 : APInt::getLowBitsSet(ElemSizeInBits, C2); in tryLowerToSLI()
8911 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in LowerTRUNCATE() local
8912 APInt CAsAPInt(ElemSizeInBits, C); in LowerTRUNCATE()
8913 if (CAsAPInt != APInt::getAllOnesValue(ElemSizeInBits)) in LowerTRUNCATE()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8243 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
8244 if (C2 > ElemSizeInBits) in tryLowerToSLI()
8247 APInt C1AsAPInt(ElemSizeInBits, C1); in tryLowerToSLI()
8248 APInt RequiredC1 = IsShiftRight ? APInt::getHighBitsSet(ElemSizeInBits, C2) in tryLowerToSLI()
8249 : APInt::getLowBitsSet(ElemSizeInBits, C2); in tryLowerToSLI()
8942 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in LowerTRUNCATE() local
8943 APInt CAsAPInt(ElemSizeInBits, C); in LowerTRUNCATE()
8944 if (CAsAPInt != APInt::getAllOnesValue(ElemSizeInBits)) in LowerTRUNCATE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8943 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
8944 if (C2 > ElemSizeInBits) in tryLowerToSLI()
8947 APInt C1AsAPInt(ElemSizeInBits, C1); in tryLowerToSLI()
8948 APInt RequiredC1 = IsShiftRight ? APInt::getHighBitsSet(ElemSizeInBits, C2) in tryLowerToSLI()
8949 : APInt::getLowBitsSet(ElemSizeInBits, C2); in tryLowerToSLI()
12074 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in performVectorTruncateCombine() local
12075 APInt CAsAPInt(ElemSizeInBits, C); in performVectorTruncateCombine()
12076 if (CAsAPInt != APInt::getAllOnesValue(ElemSizeInBits)) in performVectorTruncateCombine()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9358 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
9359 if (C2 > ElemSizeInBits) in tryLowerToSLI()
9362 APInt C1AsAPInt(ElemSizeInBits, C1); in tryLowerToSLI()
9363 APInt RequiredC1 = IsShiftRight ? APInt::getHighBitsSet(ElemSizeInBits, C2) in tryLowerToSLI()
9364 : APInt::getLowBitsSet(ElemSizeInBits, C2); in tryLowerToSLI()
12646 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in performVectorTruncateCombine() local
12647 APInt CAsAPInt(ElemSizeInBits, C); in performVectorTruncateCombine()
12648 if (CAsAPInt != APInt::getAllOnesValue(ElemSizeInBits)) in performVectorTruncateCombine()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9358 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
9359 if (C2 > ElemSizeInBits) in tryLowerToSLI()
9362 APInt C1AsAPInt(ElemSizeInBits, C1); in tryLowerToSLI()
9363 APInt RequiredC1 = IsShiftRight ? APInt::getHighBitsSet(ElemSizeInBits, C2) in tryLowerToSLI()
9364 : APInt::getLowBitsSet(ElemSizeInBits, C2); in tryLowerToSLI()
12646 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in performVectorTruncateCombine() local
12647 APInt CAsAPInt(ElemSizeInBits, C); in performVectorTruncateCombine()
12648 if (CAsAPInt != APInt::getAllOnesValue(ElemSizeInBits)) in performVectorTruncateCombine()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9920 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
9921 if (C2 > ElemSizeInBits) in tryLowerToSLI()
9924 APInt C1AsAPInt(ElemSizeInBits, C1); in tryLowerToSLI()
9925 APInt RequiredC1 = IsShiftRight ? APInt::getHighBitsSet(ElemSizeInBits, C2) in tryLowerToSLI()
9926 : APInt::getLowBitsSet(ElemSizeInBits, C2); in tryLowerToSLI()
13360 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in performVectorTruncateCombine() local
13361 APInt CAsAPInt(ElemSizeInBits, C); in performVectorTruncateCombine()
13362 if (CAsAPInt != APInt::getAllOnesValue(ElemSizeInBits)) in performVectorTruncateCombine()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9920 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
9921 if (C2 > ElemSizeInBits) in tryLowerToSLI()
9924 APInt C1AsAPInt(ElemSizeInBits, C1); in tryLowerToSLI()
9925 APInt RequiredC1 = IsShiftRight ? APInt::getHighBitsSet(ElemSizeInBits, C2) in tryLowerToSLI()
9926 : APInt::getLowBitsSet(ElemSizeInBits, C2); in tryLowerToSLI()
13360 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in performVectorTruncateCombine() local
13361 APInt CAsAPInt(ElemSizeInBits, C); in performVectorTruncateCombine()
13362 if (CAsAPInt != APInt::getAllOnesValue(ElemSizeInBits)) in performVectorTruncateCombine()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9920 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
9921 if (C2 > ElemSizeInBits) in tryLowerToSLI()
9924 APInt C1AsAPInt(ElemSizeInBits, C1); in tryLowerToSLI()
9925 APInt RequiredC1 = IsShiftRight ? APInt::getHighBitsSet(ElemSizeInBits, C2) in tryLowerToSLI()
9926 : APInt::getLowBitsSet(ElemSizeInBits, C2); in tryLowerToSLI()
13360 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in performVectorTruncateCombine() local
13361 APInt CAsAPInt(ElemSizeInBits, C); in performVectorTruncateCombine()
13362 if (CAsAPInt != APInt::getAllOnesValue(ElemSizeInBits)) in performVectorTruncateCombine()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10116 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
10117 if (C2 > ElemSizeInBits) in tryLowerToSLI()
10120 APInt C1AsAPInt(ElemSizeInBits, C1); in tryLowerToSLI()
10121 APInt RequiredC1 = IsShiftRight ? APInt::getHighBitsSet(ElemSizeInBits, C2) in tryLowerToSLI()
10122 : APInt::getLowBitsSet(ElemSizeInBits, C2); in tryLowerToSLI()
13617 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in performVectorTruncateCombine() local
13618 APInt CAsAPInt(ElemSizeInBits, C); in performVectorTruncateCombine()
13619 if (CAsAPInt != APInt::getAllOnes(ElemSizeInBits)) in performVectorTruncateCombine()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9920 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
9921 if (C2 > ElemSizeInBits) in tryLowerToSLI()
9924 APInt C1AsAPInt(ElemSizeInBits, C1); in tryLowerToSLI()
9925 APInt RequiredC1 = IsShiftRight ? APInt::getHighBitsSet(ElemSizeInBits, C2) in tryLowerToSLI()
9926 : APInt::getLowBitsSet(ElemSizeInBits, C2); in tryLowerToSLI()
13360 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in performVectorTruncateCombine() local
13361 APInt CAsAPInt(ElemSizeInBits, C); in performVectorTruncateCombine()
13362 if (CAsAPInt != APInt::getAllOnesValue(ElemSizeInBits)) in performVectorTruncateCombine()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9920 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
9921 if (C2 > ElemSizeInBits) in tryLowerToSLI()
9924 APInt C1AsAPInt(ElemSizeInBits, C1); in tryLowerToSLI()
9925 APInt RequiredC1 = IsShiftRight ? APInt::getHighBitsSet(ElemSizeInBits, C2) in tryLowerToSLI()
9926 : APInt::getLowBitsSet(ElemSizeInBits, C2); in tryLowerToSLI()
13360 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in performVectorTruncateCombine() local
13361 APInt CAsAPInt(ElemSizeInBits, C); in performVectorTruncateCombine()
13362 if (CAsAPInt != APInt::getAllOnesValue(ElemSizeInBits)) in performVectorTruncateCombine()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7092 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
7093 if (C2 > ElemSizeInBits) in tryLowerToSLI()
7095 unsigned ElemMask = (1 << ElemSizeInBits) - 1; in tryLowerToSLI()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7062 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
7063 if (C2 > ElemSizeInBits) in tryLowerToSLI()
7065 unsigned ElemMask = (1 << ElemSizeInBits) - 1; in tryLowerToSLI()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6841 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
6842 if (C2 > ElemSizeInBits) in tryLowerToSLI()
6844 unsigned ElemMask = (1 << ElemSizeInBits) - 1; in tryLowerToSLI()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7724 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
7725 if (C2 > ElemSizeInBits) in tryLowerToSLI()
7727 unsigned ElemMask = (1 << ElemSizeInBits) - 1; in tryLowerToSLI()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7724 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
7725 if (C2 > ElemSizeInBits) in tryLowerToSLI()
7727 unsigned ElemMask = (1 << ElemSizeInBits) - 1; in tryLowerToSLI()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7724 unsigned ElemSizeInBits = VT.getScalarSizeInBits(); in tryLowerToSLI() local
7725 if (C2 > ElemSizeInBits) in tryLowerToSLI()
7727 unsigned ElemMask = (1 << ElemSizeInBits) - 1; in tryLowerToSLI()