Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h442 getIConstantSplatSExtVal(const Register Reg, const MachineRegisterInfo &MRI);
447 getIConstantSplatSExtVal(const MachineInstr &MI,
H A DMIPatternMatch.h122 return getIConstantSplatSExtVal(Reg, MRI); in matchConstantSplat()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1430 llvm::getIConstantSplatSExtVal(const Register Reg, in getIConstantSplatSExtVal() function in llvm
1439 llvm::getIConstantSplatSExtVal(const MachineInstr &MI, in getIConstantSplatSExtVal() function in llvm
1441 return getIConstantSplatSExtVal(MI.getOperand(0).getReg(), MRI); in getIConstantSplatSExtVal()
1469 if (auto Splat = getIConstantSplatSExtVal(MI, MRI)) in getVectorSplat()
1540 auto MaybeCst = getIConstantSplatSExtVal(MI, MRI); in isConstantOrConstantSplatVector()
H A DCombinerHelper.cpp3606 auto MaybeCst = getIConstantSplatSExtVal(*CstDef, MRI); in matchNotCmp()