Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp141 bool selectIntrinsic(Register ResVReg, const SPIRVType *ResType,
265 return selectIntrinsic(ResVReg, ResType, I); in spvSelect()
1147 bool SPIRVInstructionSelector::selectIntrinsic(Register ResVReg, in selectIntrinsic() function in SPIRVInstructionSelector
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp191 bool selectIntrinsic(MachineInstr &I, MachineRegisterInfo &MRI);
3396 return selectIntrinsic(I, MRI); in select()
5745 bool AArch64InstructionSelector::selectIntrinsic(MachineInstr &I, in selectIntrinsic() function in AArch64InstructionSelector