/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/ |
H A D | InstCombineVectorOps.cpp | 674 static Instruction* hoistInsEltConst(InsertElementInst& InsElt2, in hoistInsEltConst() argument 676 auto* InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 686 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 687 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 661 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 663 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 673 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 674 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 738 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 740 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 750 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 751 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 778 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 780 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 790 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 791 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 925 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 927 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 937 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 938 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 906 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 908 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 918 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 919 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1223 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 1225 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 1235 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 1236 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 925 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 927 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 937 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 938 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 906 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 908 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 918 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 919 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 906 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 908 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 918 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 919 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1223 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 1225 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 1235 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 1236 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1223 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 1225 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 1235 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 1236 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1283 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 1285 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 1295 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 1296 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1283 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 1285 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 1295 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 1296 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1283 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 1285 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 1295 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 1296 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1312 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 1314 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 1324 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 1325 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1283 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 1285 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 1295 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 1296 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1283 static Instruction *hoistInsEltConst(InsertElementInst &InsElt2, in hoistInsEltConst() argument 1285 auto *InsElt1 = dyn_cast<InsertElementInst>(InsElt2.getOperand(0)); in hoistInsEltConst() 1295 match(InsElt2.getOperand(1), m_Constant(ScalarC)) && in hoistInsEltConst() 1296 match(InsElt2.getOperand(2), m_ConstantInt(IdxC2)) && IdxC1 != IdxC2) { in hoistInsEltConst()
|