Home
last modified time | relevance | path

Searched refs:DestSrcRatio (Results 1 – 15 of 15) sorted by relevance

/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18538 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local
18539 if ((NVT.getVectorNumElements() % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
18540 unsigned NewExtNumElts = NVT.getVectorNumElements() / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
18543 if ((N->getConstantOperandVal(1) % DestSrcRatio) == 0 && in visitEXTRACT_SUBVECTOR()
18545 unsigned IndexValScaled = N->getConstantOperandVal(1) / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18533 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local
18534 if ((NVT.getVectorNumElements() % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
18535 unsigned NewExtNumElts = NVT.getVectorNumElements() / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
18538 if ((N->getConstantOperandVal(1) % DestSrcRatio) == 0 && in visitEXTRACT_SUBVECTOR()
18540 unsigned IndexValScaled = N->getConstantOperandVal(1) / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18538 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local
18539 if ((NVT.getVectorNumElements() % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
18540 unsigned NewExtNumElts = NVT.getVectorNumElements() / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
18543 if ((N->getConstantOperandVal(1) % DestSrcRatio) == 0 && in visitEXTRACT_SUBVECTOR()
18545 unsigned IndexValScaled = N->getConstantOperandVal(1) / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19644 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local
19645 if (NVT.getVectorElementCount().isKnownMultipleOf(DestSrcRatio)) { in visitEXTRACT_SUBVECTOR()
19647 NVT.getVectorElementCount().divideCoefficientBy(DestSrcRatio); in visitEXTRACT_SUBVECTOR()
19649 if ((ExtIdx % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
19651 unsigned IndexValScaled = ExtIdx / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19547 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local
19548 if ((NVT.getVectorMinNumElements() % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
19549 ElementCount NewExtEC = NVT.getVectorElementCount() / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
19551 if ((ExtIdx % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
19553 unsigned IndexValScaled = ExtIdx / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20450 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local
20451 if (NVT.getVectorElementCount().isKnownMultipleOf(DestSrcRatio)) { in visitEXTRACT_SUBVECTOR()
20453 NVT.getVectorElementCount().divideCoefficientBy(DestSrcRatio); in visitEXTRACT_SUBVECTOR()
20455 if ((ExtIdx % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
20457 unsigned IndexValScaled = ExtIdx / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19916 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local
19917 if (NVT.getVectorElementCount().isKnownMultipleOf(DestSrcRatio)) { in visitEXTRACT_SUBVECTOR()
19919 NVT.getVectorElementCount().divideCoefficientBy(DestSrcRatio); in visitEXTRACT_SUBVECTOR()
19921 if ((ExtIdx % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
19923 unsigned IndexValScaled = ExtIdx / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19390 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local
19391 if ((NVT.getVectorMinNumElements() % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
19392 ElementCount NewExtEC = NVT.getVectorElementCount() / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
19394 if ((ExtIdx % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
19396 unsigned IndexValScaled = ExtIdx / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20450 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local
20451 if (NVT.getVectorElementCount().isKnownMultipleOf(DestSrcRatio)) { in visitEXTRACT_SUBVECTOR()
20453 NVT.getVectorElementCount().divideCoefficientBy(DestSrcRatio); in visitEXTRACT_SUBVECTOR()
20455 if ((ExtIdx % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
20457 unsigned IndexValScaled = ExtIdx / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20450 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local
20451 if (NVT.getVectorElementCount().isKnownMultipleOf(DestSrcRatio)) { in visitEXTRACT_SUBVECTOR()
20453 NVT.getVectorElementCount().divideCoefficientBy(DestSrcRatio); in visitEXTRACT_SUBVECTOR()
20455 if ((ExtIdx % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
20457 unsigned IndexValScaled = ExtIdx / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19916 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local
19917 if (NVT.getVectorElementCount().isKnownMultipleOf(DestSrcRatio)) { in visitEXTRACT_SUBVECTOR()
19919 NVT.getVectorElementCount().divideCoefficientBy(DestSrcRatio); in visitEXTRACT_SUBVECTOR()
19921 if ((ExtIdx % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
19923 unsigned IndexValScaled = ExtIdx / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20450 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local
20451 if (NVT.getVectorElementCount().isKnownMultipleOf(DestSrcRatio)) { in visitEXTRACT_SUBVECTOR()
20453 NVT.getVectorElementCount().divideCoefficientBy(DestSrcRatio); in visitEXTRACT_SUBVECTOR()
20455 if ((ExtIdx % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
20457 unsigned IndexValScaled = ExtIdx / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20450 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local
20451 if (NVT.getVectorElementCount().isKnownMultipleOf(DestSrcRatio)) { in visitEXTRACT_SUBVECTOR()
20453 NVT.getVectorElementCount().divideCoefficientBy(DestSrcRatio); in visitEXTRACT_SUBVECTOR()
20455 if ((ExtIdx % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
20457 unsigned IndexValScaled = ExtIdx / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20569 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in visitEXTRACT_SUBVECTOR() local
20570 if (NVT.getVectorElementCount().isKnownMultipleOf(DestSrcRatio)) { in visitEXTRACT_SUBVECTOR()
20572 NVT.getVectorElementCount().divideCoefficientBy(DestSrcRatio); in visitEXTRACT_SUBVECTOR()
20574 if ((ExtIdx % DestSrcRatio) == 0) { in visitEXTRACT_SUBVECTOR()
20576 unsigned IndexValScaled = ExtIdx / DestSrcRatio; in visitEXTRACT_SUBVECTOR()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp44023 unsigned DestSrcRatio = DestNumElts / SrcNumElts; in combineExtractSubvector() local
44024 if ((VT.getVectorNumElements() % DestSrcRatio) == 0) { in combineExtractSubvector()
44025 unsigned NewExtNumElts = VT.getVectorNumElements() / DestSrcRatio; in combineExtractSubvector()
44028 if ((N->getConstantOperandVal(1) % DestSrcRatio) == 0 && in combineExtractSubvector()
44030 unsigned IndexValScaled = N->getConstantOperandVal(1) / DestSrcRatio; in combineExtractSubvector()