Home
last modified time | relevance | path

Searched refs:buildSplatVector (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp253 return buildSplatVector(Res, buildConstant(Ty.getElementType(), Val)); in buildConstant()
280 return buildSplatVector(Res, buildFConstant(Ty.getElementType(), Val)); in buildFConstant()
H A DMachineIRBuilder.cpp266 return buildSplatVector(Res, Const); in buildConstant()
300 return buildSplatVector(Res, Const); in buildFConstant()
641 MachineInstrBuilder MachineIRBuilder::buildSplatVector(const DstOp &Res, in buildSplatVector() function in MachineIRBuilder
H A DIRTranslator.cpp1490 .buildSplatVector(LLT::fixed_vector(VectorWidth, PtrTy), BaseReg) in translateGetElementPtr()
1527 IdxReg = MIRBuilder.buildSplatVector( in translateGetElementPtr()
H A DCombinerHelper.cpp1206 Val = MIB.buildSplatVector(Ty, Val).getReg(0); in getMemsetValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h957 MachineInstrBuilder buildSplatVector(const DstOp &Res,