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.cpp7667 std::optional<APInt> PassthruSplatVal = in lowerVECTOR_COMPRESS() local
7670 if (PassthruSplatVal.has_value()) { in lowerVECTOR_COMPRESS()
7672 MIRBuilder.buildConstant(ValTy, PassthruSplatVal.value()).getReg(0); in lowerVECTOR_COMPRESS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11468 APInt PassthruSplatVal; in expandVECTOR_COMPRESS() local
11470 ISD::isConstantSplatVector(Passthru.getNode(), PassthruSplatVal); in expandVECTOR_COMPRESS()
11476 LastWriteVal = DAG.getConstant(PassthruSplatVal, DL, ScalarVT); in expandVECTOR_COMPRESS()