Home
last modified time | relevance | path

Searched refs:selectInsertElt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp149 bool selectInsertElt(Register ResVReg, const SPIRVType *ResType,
1099 bool SPIRVInstructionSelector::selectInsertElt(Register ResVReg, in selectInsertElt() function in SPIRVInstructionSelector
1168 return selectInsertElt(ResVReg, ResType, I); in selectIntrinsic()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp167 bool selectInsertElt(MachineInstr &I, MachineRegisterInfo &MRI);
3463 return selectInsertElt(I, MRI); in select()
5302 bool AArch64InstructionSelector::selectInsertElt(MachineInstr &I, in selectInsertElt() function in AArch64InstructionSelector