Home
last modified time | relevance | path

Searched refs:AllLanesSelected (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7704 auto AllLanesSelected = MIRBuilder.buildICmp( in lowerVECTOR_COMPRESS() local
7711 MIRBuilder.buildSelect(ValTy, AllLanesSelected, Val, LastWriteVal) in lowerVECTOR_COMPRESS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11517 SDValue AllLanesSelected = in expandVECTOR_COMPRESS() local
11525 DAG.getSelect(DL, ScalarVT, AllLanesSelected, ValI, LastWriteVal); in expandVECTOR_COMPRESS()