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.cpp8587 Register LastWriteVal; in lowerVECTOR_COMPRESS() local
8592 LastWriteVal = in lowerVECTOR_COMPRESS()
8601 LastWriteVal = in lowerVECTOR_COMPRESS()
8631 LastWriteVal = in lowerVECTOR_COMPRESS()
8632 MIRBuilder.buildSelect(ValTy, AllLanesSelected, Val, LastWriteVal) in lowerVECTOR_COMPRESS()
8634 MIRBuilder.buildStore(LastWriteVal, ElmtPtr, ValPtrInfo, ValAlign); in lowerVECTOR_COMPRESS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11957 SDValue LastWriteVal; in expandVECTOR_COMPRESS() local
11966 LastWriteVal = DAG.getConstant(PassthruSplatVal, DL, ScalarVT); in expandVECTOR_COMPRESS()
11980 LastWriteVal = DAG.getLoad( in expandVECTOR_COMPRESS()
11983 Chain = LastWriteVal.getValue(1); in expandVECTOR_COMPRESS()
12014 LastWriteVal = DAG.getSelect(DL, ScalarVT, AllLanesSelected, ValI, in expandVECTOR_COMPRESS()
12015 LastWriteVal, SDNodeFlags::Unpredictable); in expandVECTOR_COMPRESS()
12017 Chain, DL, LastWriteVal, OutPtr, in expandVECTOR_COMPRESS()