Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8588 std::optional<APInt> PassthruSplatVal = in lowerVECTOR_COMPRESS() local
8591 if (PassthruSplatVal.has_value()) { in lowerVECTOR_COMPRESS()
8593 MIRBuilder.buildConstant(ValTy, PassthruSplatVal.value()).getReg(0); in lowerVECTOR_COMPRESS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11958 APInt PassthruSplatVal; in expandVECTOR_COMPRESS() local
11960 ISD::isConstantSplatVector(Passthru.getNode(), PassthruSplatVal); in expandVECTOR_COMPRESS()
11966 LastWriteVal = DAG.getConstant(PassthruSplatVal, DL, ScalarVT); in expandVECTOR_COMPRESS()