Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp418 VectorParts &Entry, IntegerType *TruncType);
1874 const InductionDescriptor &II, VectorParts &Entry, IntegerType *TruncType) { in createVectorIntInductionPHI() argument
1882 if (TruncType) { in createVectorIntInductionPHI()
1883 Step = ConstantInt::getSigned(TruncType, Step->getSExtValue()); in createVectorIntInductionPHI()
1884 Start = Builder.CreateCast(Instruction::Trunc, Start, TruncType); in createVectorIntInductionPHI()
1917 auto *TruncType = Trunc ? cast<IntegerType>(Trunc->getType()) : nullptr; in widenIntInduction() local
1932 return createVectorIntInductionPHI(ID, Entry, TruncType); in widenIntInduction()
1941 if (TruncType) { in widenIntInduction()
1944 ScalarIV = Builder.CreateCast(Instruction::Trunc, Induction, TruncType); in widenIntInduction()
1945 Step = ConstantInt::getSigned(TruncType, StepInt); in widenIntInduction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
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()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10208 EVT TruncType = LS.Inst->getValueType(0); in Cost() local
10210 if (TruncType != LoadedType && in Cost()
10211 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType)) in Cost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
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()