Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp184 bool selectTrunc(const Instruction *I);
973 bool WebAssemblyFastISel::selectTrunc(const Instruction *I) { in selectTrunc() function in WebAssemblyFastISel
1403 return selectTrunc(I); in fastSelectInstruction()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp137 bool selectTrunc(Register ResVReg, const SPIRVType *ResType,
420 return selectTrunc(ResVReg, ResType, I); in spvSelect()
1165 bool SPIRVInstructionSelector::selectTrunc(Register ResVReg, in selectTrunc() function in SPIRVInstructionSelector
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp172 bool selectTrunc(const Instruction *I);
3899 bool AArch64FastISel::selectTrunc(const Instruction *I) { in selectTrunc() function in AArch64FastISel
5109 return selectTrunc(I); in fastSelectInstruction()