Home
last modified time | relevance | path

Searched refs:selectTrunc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp188 bool selectTrunc(const Instruction *I);
980 bool WebAssemblyFastISel::selectTrunc(const Instruction *I) { in selectTrunc() function in WebAssemblyFastISel
1411 return selectTrunc(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp166 bool selectTrunc(const Instruction *I);
1771 bool MipsFastISel::selectTrunc(const Instruction *I) { in selectTrunc() function in MipsFastISel
2065 return selectTrunc(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp194 bool selectTrunc(Register ResVReg, const SPIRVType *ResType,
528 return selectTrunc(ResVReg, ResType, I); in spvSelect()
1743 bool SPIRVInstructionSelector::selectTrunc(Register ResVReg, in selectTrunc() function in SPIRVInstructionSelector
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp174 bool selectTrunc(const Instruction *I);
3949 bool AArch64FastISel::selectTrunc(const Instruction *I) { in selectTrunc() function in AArch64FastISel
5157 return selectTrunc(I); in fastSelectInstruction()