/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
InstCombineMulDivRem.cpp | 167 if (Instruction *R = FoldOpIntoSelect(I, SI)) 279 if (Instruction *R = FoldOpIntoSelect(I, SI)) 398 if (Instruction *R = FoldOpIntoSelect(I, SI)) 597 if (Instruction *R = FoldOpIntoSelect(I, SI))
|
InstCombine.h | 207 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
|
InstCombineAddSub.cpp | 258 if (Instruction *R = FoldOpIntoSelect(I, SI)) 578 if (Instruction *R = FoldOpIntoSelect(I, SI))
|
InstCombineShifts.cpp | 33 if (Instruction *R = FoldOpIntoSelect(I, SI)) 352 if (Instruction *R = FoldOpIntoSelect(I, SI))
|
InstCombineAndOrXor.cpp | [all...] |
InstCombineCasts.cpp | 300 if (Instruction *NV = FoldOpIntoSelect(CI, SI)) [all...] |
InstructionCombining.cpp | 551 // FoldOpIntoSelect - Given an instruction with a select as one operand and a 555 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) { [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineMulDivRem.cpp | 272 if (Instruction *R = FoldOpIntoSelect(I, SI)) 557 if (Instruction *R = FoldOpIntoSelect(I, SI)) 888 if (Instruction *R = FoldOpIntoSelect(I, SI)) [all...] |
InstCombineAddSub.cpp | [all...] |
InstCombineShifts.cpp | 35 if (Instruction *R = FoldOpIntoSelect(I, SI)) 364 if (Instruction *R = FoldOpIntoSelect(I, SI)) [all...] |
InstCombineInternal.h | 356 Instruction *FoldOpIntoSelect(Instruction &Op, SelectInst *SI);
|
InstCombineAndOrXor.cpp | [all...] |
InstCombineCasts.cpp | 304 if (Instruction *NV = FoldOpIntoSelect(CI, SI)) [all...] |
InstructionCombining.cpp | 736 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) { [all...] |