Home
last modified time | relevance | path

Searched refs:getIConstantSplatSExtVal (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h413 std::optional<int64_t> getIConstantSplatSExtVal(const Register Reg,
418 std::optional<int64_t> getIConstantSplatSExtVal(const MachineInstr &MI,
H A DMIPatternMatch.h113 return getIConstantSplatSExtVal(Reg, MRI); in matchConstantSplat()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1281 llvm::getIConstantSplatSExtVal(const Register Reg, in getIConstantSplatSExtVal() function in llvm
1290 llvm::getIConstantSplatSExtVal(const MachineInstr &MI, in getIConstantSplatSExtVal() function in llvm
1292 return getIConstantSplatSExtVal(MI.getOperand(0).getReg(), MRI); in getIConstantSplatSExtVal()
1320 if (auto Splat = getIConstantSplatSExtVal(MI, MRI)) in getVectorSplat()
1391 auto MaybeCst = getIConstantSplatSExtVal(MI, MRI); in isConstantOrConstantSplatVector()
H A DCombinerHelper.cpp3311 auto MaybeCst = getIConstantSplatSExtVal(*CstDef, MRI); in matchNotCmp()