Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1300 bool AllUndef = true; in getVectorShuffle() local
1304 if (MaskVec[i] >= 0) AllUndef = false; in getVectorShuffle()
1308 if (AllUndef) in getVectorShuffle()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13369 bool AllUndef = true, NoUndef = true; in partitionShuffleOfConcats() local
13372 AllUndef = false; in partitionShuffleOfConcats()
13391 } else if (AllUndef) { in partitionShuffleOfConcats()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16560 bool AllUndef = true, NoUndef = true; in partitionShuffleOfConcats() local
16563 AllUndef = false; in partitionShuffleOfConcats()
16582 } else if (AllUndef) { in partitionShuffleOfConcats()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp5142 bool AllUndef = true; in setTargetShuffleZeroElements() local
5146 AllUndef &= Op.isUndef(); in setTargetShuffleZeroElements()
5149 if (AllUndef) in setTargetShuffleZeroElements()