Home
last modified time | relevance | path

Searched refs:ConstantVec (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h118 ConstantVec.clear();
139 SmallVector<consthoist::ConstantInfo, 8> ConstantVec;
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DConstantHoisting.cpp567 ConstantVec.push_back(std::move(ConstInfo)); in findAndMakeBaseConstant()
710 for (auto const &ConstInfo : ConstantVec) { in emitBaseConstants()
797 if (ConstantVec.empty()) in runImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp403 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
406 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
409 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
412 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
H A DX86ISelLowering.cpp8626 SmallVector<Constant *, 32> ConstantVec; in getConstantVector() local
8639 ConstantVec.push_back(Const); in getConstantVector()
8641 return ConstantVector::get(ArrayRef<Constant *>(ConstantVec)); in getConstantVector()
36900 SmallVector<Constant *, 32> ConstantVec(NumElts, Zero); in combineTargetShuffle() local
36901 ConstantVec[0] = const_cast<ConstantInt *>(C->getConstantIntValue()); in combineTargetShuffle()
36905 SDValue CP = DAG.getConstantPool(ConstantVector::get(ConstantVec), PVT); in combineTargetShuffle()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp403 SmallVector<Constant *, 8> ConstantVec;
406 ConstantVec.push_back(UndefValue::get(SVT));
409 ConstantVec.push_back(ConstantInt::getNullValue(SVT));
412 return ConstantVector::get(ConstantVec);
H A DX86ISelLowering.cpp8808 SmallVector<Constant *, 32> ConstantVec; in getConstantVector() local
8821 ConstantVec.push_back(Const); in getConstantVector()
8823 return ConstantVector::get(ArrayRef<Constant *>(ConstantVec)); in getConstantVector()
37941 SmallVector<Constant *, 32> ConstantVec(NumElts, Zero); in combineTargetShuffle() local
37942 ConstantVec[0] = const_cast<ConstantInt *>(C->getConstantIntValue()); in combineTargetShuffle()
37946 SDValue CP = DAG.getConstantPool(ConstantVector::get(ConstantVec), PVT); in combineTargetShuffle()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp403 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
406 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
409 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
412 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp403 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
406 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
409 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
412 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp403 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
406 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
409 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
412 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp403 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
406 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
409 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
412 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp403 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
406 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
409 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
412 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp403 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
406 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
409 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
412 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp403 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
406 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
409 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
412 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/4.0/
H A DInstCombineCalls.cpp484 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
487 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
490 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
493 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineCalls.cpp475 SmallVector<Constant*, 8> ConstantVec; in simplifyX86varShift() local
478 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
482 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
485 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp469 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
472 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
475 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
478 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp515 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
518 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
521 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
524 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp515 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
518 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
521 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
524 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp515 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
518 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
521 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
524 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp510 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
513 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
516 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
519 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp491 SmallVector<Constant *, 8> ConstantVec;
494 ConstantVec.push_back(UndefValue::get(SVT));
497 ConstantVec.push_back(ConstantInt::getNullValue(SVT));
500 return ConstantVector::get(ConstantVec);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp594 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
597 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
600 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
603 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp578 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
581 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
584 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
587 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1664 SDValue ConstantVec = DAG.getBuildVector(ConstantVecTy, dl, Tmp); in LowerHvxBitcast() local
1668 I2V = DAG.getNode(ISD::AND, dl, ConstantVecTy, {I2V, ConstantVec}); in LowerHvxBitcast()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8589 SmallVector<Constant *, 32> ConstantVec; in getConstantVector() local
8602 ConstantVec.push_back(Const); in getConstantVector()
8604 return ConstantVector::get(ArrayRef<Constant *>(ConstantVec)); in getConstantVector()
36206 SmallVector<Constant *, 32> ConstantVec(NumElts, Zero); in combineTargetShuffle() local
36207 ConstantVec[0] = const_cast<ConstantInt *>(C->getConstantIntValue()); in combineTargetShuffle()
36211 SDValue CP = DAG.getConstantPool(ConstantVector::get(ConstantVec), PVT); in combineTargetShuffle()

12