Home
last modified time | relevance | path

Searched refs:LaneC (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7244 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in LowerVECTOR_SHUFFLE() argument
7261 LaneC += ExtIdxInBits / CastedEltBitWidth; in LowerVECTOR_SHUFFLE()
11507 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
11508 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7244 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in LowerVECTOR_SHUFFLE() argument
7261 LaneC += ExtIdxInBits / CastedEltBitWidth; in LowerVECTOR_SHUFFLE()
11507 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
11508 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7244 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in LowerVECTOR_SHUFFLE() argument
7261 LaneC += ExtIdxInBits / CastedEltBitWidth; in LowerVECTOR_SHUFFLE()
11507 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
11508 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7659 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in LowerVECTOR_SHUFFLE() argument
7676 LaneC += ExtIdxInBits / CastedEltBitWidth; in LowerVECTOR_SHUFFLE()
12586 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
12587 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7680 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in LowerVECTOR_SHUFFLE() argument
7697 LaneC += ExtIdxInBits / CastedEltBitWidth; in LowerVECTOR_SHUFFLE()
12621 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
12622 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8323 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup() argument
8340 LaneC += ExtIdxInBits / CastedEltBitWidth; in constructDup()
13715 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
13716 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8738 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup() argument
8755 LaneC += ExtIdxInBits / CastedEltBitWidth; in constructDup()
14287 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
14288 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8738 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup() argument
8755 LaneC += ExtIdxInBits / CastedEltBitWidth; in constructDup()
14287 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
14288 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10537 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
10538 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10356 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
10357 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10101 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
10102 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9287 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup() argument
9304 LaneC += ExtIdxInBits / CastedEltBitWidth; in constructDup()
15131 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
15132 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9287 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup() argument
9304 LaneC += ExtIdxInBits / CastedEltBitWidth; in constructDup()
15131 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
15132 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9287 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup() argument
9304 LaneC += ExtIdxInBits / CastedEltBitWidth; in constructDup()
15131 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
15132 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9482 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup() argument
9499 LaneC += ExtIdxInBits / CastedEltBitWidth; in constructDup()
15432 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
15433 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9287 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup() argument
9304 LaneC += ExtIdxInBits / CastedEltBitWidth; in constructDup()
15131 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
15132 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9287 auto getScaledOffsetDup = [](SDValue BitCast, int &LaneC, MVT &CastVT) { in constructDup() argument
9304 LaneC += ExtIdxInBits / CastedEltBitWidth; in constructDup()
15131 auto *LaneC = dyn_cast<ConstantSDNode>(Lane); in performPostLD1Combine() local
15132 if (!LaneC || LaneC->getZExtValue() >= VT.getVectorNumElements()) in performPostLD1Combine()