Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7666 Register LastWriteVal; in lowerVECTOR_COMPRESS() local
7671 LastWriteVal = in lowerVECTOR_COMPRESS()
7680 LastWriteVal = in lowerVECTOR_COMPRESS()
7710 LastWriteVal = in lowerVECTOR_COMPRESS()
7711 MIRBuilder.buildSelect(ValTy, AllLanesSelected, Val, LastWriteVal) in lowerVECTOR_COMPRESS()
7713 MIRBuilder.buildStore(LastWriteVal, ElmtPtr, ValPtrInfo, ValAlign); in lowerVECTOR_COMPRESS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11467 SDValue LastWriteVal; in expandVECTOR_COMPRESS() local
11476 LastWriteVal = DAG.getConstant(PassthruSplatVal, DL, ScalarVT); in expandVECTOR_COMPRESS()
11488 LastWriteVal = DAG.getLoad( in expandVECTOR_COMPRESS()
11491 Chain = LastWriteVal.getValue(1); in expandVECTOR_COMPRESS()
11524 LastWriteVal = in expandVECTOR_COMPRESS()
11525 DAG.getSelect(DL, ScalarVT, AllLanesSelected, ValI, LastWriteVal); in expandVECTOR_COMPRESS()
11527 Chain, DL, LastWriteVal, OutPtr, in expandVECTOR_COMPRESS()