Searched refs:buildInsert (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 271 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 D | MachineIRBuilder.cpp | 577 buildInsert(ResOut, ResIn, Ops[i], Indices[i]); in buildSequence() 696 MachineInstrBuilder MachineIRBuilder::buildInsert(const DstOp &Res, in buildInsert() function in MachineIRBuilder
|
| H A D | LegalizerHelper.cpp | 1403 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 D | MachineIRBuilder.h | 1007 MachineInstrBuilder buildInsert(const DstOp &Res, const SrcOp &Src,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 1196 auto Ins0 = B.buildInsert(LoadTy, Undef, Load0, 0); in applyMappingLoad() 1197 B.buildInsert(MI.getOperand(0), Ins0, Load1, 64); in applyMappingLoad()
|
| H A D | AMDGPULegalizerInfo.cpp | 2234 B.buildInsert(Dst, Vec, Ins, IdxVal * EltTy.getSizeInBits()); in legalizeInsertVectorElt()
|