Searched refs:selectTrunc (Results 1 – 4 of 4) sorted by relevance
182 bool selectTrunc(const Instruction *I);986 bool WebAssemblyFastISel::selectTrunc(const Instruction *I) { in selectTrunc() function in WebAssemblyFastISel1420 return selectTrunc(I); in fastSelectInstruction()
164 bool selectTrunc(const Instruction *I);1783 bool MipsFastISel::selectTrunc(const Instruction *I) { in selectTrunc() function in MipsFastISel2080 return selectTrunc(I); in fastSelectInstruction()
169 bool selectTrunc(const Instruction *I);3947 bool AArch64FastISel::selectTrunc(const Instruction *I) { in selectTrunc() function in AArch64FastISel5163 return selectTrunc(I); in fastSelectInstruction()
230 bool selectTrunc(Register ResVReg, const SPIRVType *ResType,809 return selectTrunc(ResVReg, ResType, I); in spvSelect()2700 bool SPIRVInstructionSelector::selectTrunc(Register ResVReg, in selectTrunc() function in SPIRVInstructionSelector