Home
last modified time | relevance | path

Searched refs:TruncType (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/
H A DSPIRVReader.cpp2692 auto *TruncType = isa<VectorType>(pVal->getType()) ? in truncBool() local
2698 return ConstantExpr::getTruncOrBitCast(C, TruncType); in truncBool()
2709 Cast = CastInst::CreateTruncOrBitCast(Arg, TruncType, "i1trunc", BB); in truncBool()
2720 Cast = CastInst::CreateTruncOrBitCast(Arg, TruncType, "i1trunc", BB); in truncBool()
2722 Cast = CastInst::CreateTruncOrBitCast(Arg, TruncType, "i1trunc", &(*IP)); in truncBool()
2728 auto *Cast = CastInst::CreateTruncOrBitCast(pInst, TruncType, "i1trunc"); in truncBool()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1579 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
1580 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
1581 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
1751 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
1754 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
1755 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1522 auto *TruncType = cast<IntegerType>(EntryVal->getType());
1523 Step = Builder.CreateTrunc(Step, TruncType);
1524 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType);
1694 auto *TruncType = cast<IntegerType>(Trunc->getType());
1697 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType);
1698 Step = Builder.CreateTrunc(Step, TruncType);
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1785 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
1786 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
1787 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
1957 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
1960 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
1961 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1697 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
1698 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
1699 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
1869 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
1872 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
1873 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1710 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
1711 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
1712 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
1863 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
1866 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
1867 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1697 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
1698 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
1699 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
1869 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
1872 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
1873 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1710 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
1711 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
1712 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
1863 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
1866 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
1867 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1697 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
1698 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
1699 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
1869 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
1872 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
1873 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1831 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
1832 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
1833 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
1985 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
1988 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
1989 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2036 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
2037 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
2038 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
2191 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
2194 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
2195 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2036 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
2037 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
2038 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
2191 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
2194 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
2195 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2288 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
2289 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
2290 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
2450 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
2453 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
2454 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2288 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
2289 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
2290 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
2450 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
2453 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
2454 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2288 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
2289 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
2290 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
2450 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
2453 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
2454 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2284 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
2285 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
2286 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
2446 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
2449 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
2450 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2288 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
2289 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
2290 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
2450 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
2453 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
2454 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2288 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in createVectorIntOrFpInductionPHI() local
2289 Step = Builder.CreateTrunc(Step, TruncType); in createVectorIntOrFpInductionPHI()
2290 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntOrFpInductionPHI()
2450 auto *TruncType = cast<IntegerType>(Trunc->getType()); in widenIntOrFpInduction() local
2453 ScalarIV = Builder.CreateTrunc(ScalarIV, TruncType); in widenIntOrFpInduction()
2454 Step = Builder.CreateTrunc(Step, TruncType); in widenIntOrFpInduction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13263 EVT TruncType = LS.Inst->getValueType(0); in Cost() local
13265 if (TruncType != LoadedType && in Cost()
13266 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12739 EVT TruncType = LS.Inst->getValueType(0); in Cost() local
12741 if (TruncType != LoadedType && in Cost()
12742 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14449 EVT TruncType = LS.Inst->getValueType(0); in Cost() local
14451 if (TruncType != LoadedType && in Cost()
14452 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14444 EVT TruncType = LS.Inst->getValueType(0); in Cost() local
14446 if (TruncType != LoadedType && in Cost()
14447 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14449 EVT TruncType = LS.Inst->getValueType(0); in Cost() local
14451 if (TruncType != LoadedType && in Cost()
14452 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14258 EVT TruncType = LS.Inst->getValueType(0); in Cost() local
14260 if (TruncType != LoadedType && in Cost()
14261 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15219 EVT TruncType = LS.Inst->getValueType(0); in Cost() local
15221 if (TruncType != LoadedType && in Cost()
15222 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()

12