Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp177 bool selectBuildVector(Register ResVReg, const SPIRVType *ResType,
620 return selectBuildVector(ResVReg, ResType, I); in spvSelect()
2357 bool SPIRVInstructionSelector::selectBuildVector(Register ResVReg, in selectBuildVector() function in SPIRVInstructionSelector
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp199 bool selectBuildVector(MachineInstr &I, MachineRegisterInfo &MRI);
3671 return selectBuildVector(I, MRI); in select()
5915 bool AArch64InstructionSelector::selectBuildVector(MachineInstr &I, in selectBuildVector() function in AArch64InstructionSelector