Home
last modified time | relevance | path

Searched refs:buildInsert (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp271 auto buildInsert = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in insertValueDescriptor() local
279 buildInsert}; in insertValueDescriptor()
291 auto buildInsert = [](ArrayRef<Value *> Srcs, Instruction *Inst) { in insertElementDescriptor() local
297 buildInsert}; in insertElementDescriptor()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp577 buildInsert(ResOut, ResIn, Ops[i], Indices[i]); in buildSequence()
696 MachineInstrBuilder MachineIRBuilder::buildInsert(const DstOp &Res, in buildInsert() function in MachineIRBuilder
H A DLegalizerHelper.cpp1403 MIRBuilder.buildInsert(MoreReg, ImpDef, MO.getReg(), 0); in moreElementsVectorSrc()
5411 MIRBuilder.buildInsert(DstReg, SrcReg, SegReg, InsertOffset); in narrowScalarInsert()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h1007 MachineInstrBuilder buildInsert(const DstOp &Res, const SrcOp &Src,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1196 auto Ins0 = B.buildInsert(LoadTy, Undef, Load0, 0); in applyMappingLoad()
1197 B.buildInsert(MI.getOperand(0), Ins0, Load1, 64); in applyMappingLoad()
H A DAMDGPULegalizerInfo.cpp2234 B.buildInsert(Dst, Vec, Ins, IdxVal * EltTy.getSizeInBits()); in legalizeInsertVectorElt()