Searched refs:FoldOpIntoSelect (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 167 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitMul() 279 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFMul() 398 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIDivTransforms() 597 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIRemTransforms()
|
D | InstCombineAddSub.cpp | 258 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitAdd() 578 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub()
|
D | InstCombineShifts.cpp | 33 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms() 352 if (Instruction *R = FoldOpIntoSelect(I, SI)) in FoldShiftByConstant()
|
D | InstCombine.h | 207 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
|
D | InstCombineAndOrXor.cpp | 1146 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitAnd() 1795 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitOr() 2191 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitXor()
|
D | InstCombineCasts.cpp | 300 if (Instruction *NV = FoldOpIntoSelect(CI, SI)) in commonCastTransforms()
|
D | InstructionCombining.cpp | 555 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) { in FoldOpIntoSelect() function in InstCombiner
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 272 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitMul() 557 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFMul() 888 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIDivTransforms() 1255 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv() 1263 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitFDiv() 1393 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonIRemTransforms()
|
D | InstCombineAddSub.cpp | 1178 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitAdd() 1312 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFAdd() 1518 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitSub() 1691 if (Instruction *NV = FoldOpIntoSelect(I, SI)) in visitFSub()
|
D | InstCombineShifts.cpp | 35 if (Instruction *R = FoldOpIntoSelect(I, SI)) in commonShiftTransforms() 364 if (Instruction *R = FoldOpIntoSelect(I, SI)) in FoldShiftByConstant()
|
D | InstCombineInternal.h | 356 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
|
D | InstCombineAndOrXor.cpp | 1431 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitAnd() 2168 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitOr() 2630 if (Instruction *R = FoldOpIntoSelect(I, SI)) in visitXor()
|
D | InstCombineCasts.cpp | 304 if (Instruction *NV = FoldOpIntoSelect(CI, SI)) in commonCastTransforms()
|
D | InstructionCombining.cpp | 736 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) { in FoldOpIntoSelect() function in InstCombiner
|