Home
last modified time | relevance | path

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

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2577 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
2578 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
2585 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
2600 Type *IntStepTy = IntegerType::get(ScalarIVTy->getContext(), in buildScalarSteps()
2601 ScalarIVTy->getScalarSizeInBits()); in buildScalarSteps()
2605 VecIVTy = VectorType::get(ScalarIVTy, VF); in buildScalarSteps()
2618 if (ScalarIVTy->isFloatingPointTy()) in buildScalarSteps()
2630 if (ScalarIVTy->isFloatingPointTy()) in buildScalarSteps()
2631 StartIdx0 = Builder.CreateSIToFP(StartIdx0, ScalarIVTy); in buildScalarSteps()
2635 AddOp, StartIdx0, getSignedIntOrFpConstant(ScalarIVTy, Lane)); in buildScalarSteps()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2577 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
2578 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
2585 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
2600 Type *IntStepTy = IntegerType::get(ScalarIVTy->getContext(), in buildScalarSteps()
2601 ScalarIVTy->getScalarSizeInBits()); in buildScalarSteps()
2605 VecIVTy = VectorType::get(ScalarIVTy, VF); in buildScalarSteps()
2618 if (ScalarIVTy->isFloatingPointTy()) in buildScalarSteps()
2630 if (ScalarIVTy->isFloatingPointTy()) in buildScalarSteps()
2631 StartIdx0 = Builder.CreateSIToFP(StartIdx0, ScalarIVTy); in buildScalarSteps()
2635 AddOp, StartIdx0, getSignedIntOrFpConstant(ScalarIVTy, Lane)); in buildScalarSteps()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2577 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
2578 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
2585 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
2600 Type *IntStepTy = IntegerType::get(ScalarIVTy->getContext(), in buildScalarSteps()
2601 ScalarIVTy->getScalarSizeInBits()); in buildScalarSteps()
2605 VecIVTy = VectorType::get(ScalarIVTy, VF); in buildScalarSteps()
2618 if (ScalarIVTy->isFloatingPointTy()) in buildScalarSteps()
2630 if (ScalarIVTy->isFloatingPointTy()) in buildScalarSteps()
2631 StartIdx0 = Builder.CreateSIToFP(StartIdx0, ScalarIVTy); in buildScalarSteps()
2635 AddOp, StartIdx0, getSignedIntOrFpConstant(ScalarIVTy, Lane)); in buildScalarSteps()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2573 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
2574 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
2581 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
2596 Type *IntStepTy = IntegerType::get(ScalarIVTy->getContext(), in buildScalarSteps()
2597 ScalarIVTy->getScalarSizeInBits()); in buildScalarSteps()
2601 VecIVTy = VectorType::get(ScalarIVTy, VF); in buildScalarSteps()
2614 if (ScalarIVTy->isFloatingPointTy()) in buildScalarSteps()
2626 if (ScalarIVTy->isFloatingPointTy()) in buildScalarSteps()
2627 StartIdx0 = Builder.CreateSIToFP(StartIdx0, ScalarIVTy); in buildScalarSteps()
2631 AddOp, StartIdx0, getSignedIntOrFpConstant(ScalarIVTy, Lane)); in buildScalarSteps()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2577 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
2578 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
2585 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
2600 Type *IntStepTy = IntegerType::get(ScalarIVTy->getContext(), in buildScalarSteps()
2601 ScalarIVTy->getScalarSizeInBits()); in buildScalarSteps()
2605 VecIVTy = VectorType::get(ScalarIVTy, VF); in buildScalarSteps()
2618 if (ScalarIVTy->isFloatingPointTy()) in buildScalarSteps()
2630 if (ScalarIVTy->isFloatingPointTy()) in buildScalarSteps()
2631 StartIdx0 = Builder.CreateSIToFP(StartIdx0, ScalarIVTy); in buildScalarSteps()
2635 AddOp, StartIdx0, getSignedIntOrFpConstant(ScalarIVTy, Lane)); in buildScalarSteps()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2577 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
2578 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
2585 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
2600 Type *IntStepTy = IntegerType::get(ScalarIVTy->getContext(), in buildScalarSteps()
2601 ScalarIVTy->getScalarSizeInBits()); in buildScalarSteps()
2605 VecIVTy = VectorType::get(ScalarIVTy, VF); in buildScalarSteps()
2618 if (ScalarIVTy->isFloatingPointTy()) in buildScalarSteps()
2630 if (ScalarIVTy->isFloatingPointTy()) in buildScalarSteps()
2631 StartIdx0 = Builder.CreateSIToFP(StartIdx0, ScalarIVTy); in buildScalarSteps()
2635 AddOp, StartIdx0, getSignedIntOrFpConstant(ScalarIVTy, Lane)); in buildScalarSteps()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2318 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
2319 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
2326 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
2346 auto *IntStepTy = IntegerType::get(ScalarIVTy->getContext(), in buildScalarSteps()
2347 ScalarIVTy->getScalarSizeInBits()); in buildScalarSteps()
2350 if (ScalarIVTy->isFloatingPointTy()) in buildScalarSteps()
2351 StartIdx = Builder.CreateSIToFP(StartIdx, ScalarIVTy); in buildScalarSteps()
2353 AddOp, StartIdx, getSignedIntOrFpConstant(ScalarIVTy, Lane))); in buildScalarSteps()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2318 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
2319 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
2326 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
2346 auto *IntStepTy = IntegerType::get(ScalarIVTy->getContext(), in buildScalarSteps()
2347 ScalarIVTy->getScalarSizeInBits()); in buildScalarSteps()
2350 if (ScalarIVTy->isFloatingPointTy()) in buildScalarSteps()
2351 StartIdx = Builder.CreateSIToFP(StartIdx, ScalarIVTy); in buildScalarSteps()
2353 AddOp, StartIdx, getSignedIntOrFpConstant(ScalarIVTy, Lane))); in buildScalarSteps()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1847 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
1848 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
1855 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
1872 auto *StartIdx = getSignedIntOrFpConstant(ScalarIVTy, VF * Part + Lane); in buildScalarSteps()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1790 Type *ScalarIVTy = ScalarIV->getType()->getScalarType();
1791 assert(ScalarIVTy == Step->getType() &&
1798 if (ScalarIVTy->isIntegerTy()) {
1815 auto *StartIdx = getSignedIntOrFpConstant(ScalarIVTy, VF * Part + Lane);
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2053 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
2054 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
2061 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
2078 auto *StartIdx = getSignedIntOrFpConstant(ScalarIVTy, VF * Part + Lane); in buildScalarSteps()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1965 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
1966 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
1973 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
1990 auto *StartIdx = getSignedIntOrFpConstant(ScalarIVTy, VF * Part + Lane); in buildScalarSteps()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1989 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
1990 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
1997 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
2014 auto *StartIdx = getSignedIntOrFpConstant(ScalarIVTy, VF * Part + Lane); in buildScalarSteps()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1965 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
1966 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
1973 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
1990 auto *StartIdx = getSignedIntOrFpConstant(ScalarIVTy, VF * Part + Lane); in buildScalarSteps()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1989 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
1990 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
1997 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
2014 auto *StartIdx = getSignedIntOrFpConstant(ScalarIVTy, VF * Part + Lane); in buildScalarSteps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1965 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
1966 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
1973 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
1990 auto *StartIdx = getSignedIntOrFpConstant(ScalarIVTy, VF * Part + Lane); in buildScalarSteps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2114 Type *ScalarIVTy = ScalarIV->getType()->getScalarType(); in buildScalarSteps() local
2115 assert(ScalarIVTy == Step->getType() && in buildScalarSteps()
2122 if (ScalarIVTy->isIntegerTy()) { in buildScalarSteps()
2141 ScalarIVTy, VF.getKnownMinValue() * Part + Lane); in buildScalarSteps()