Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp182 bool selectTrunc(const Instruction *I);
931 bool WebAssemblyFastISel::selectTrunc(const Instruction *I) { in selectTrunc() function in WebAssemblyFastISel
1370 return selectTrunc(I); in fastSelectInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp167 bool selectTrunc(const Instruction *I);
1775 bool MipsFastISel::selectTrunc(const Instruction *I) { in selectTrunc() function in MipsFastISel
2069 return selectTrunc(I); in fastSelectInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp172 bool selectTrunc(const Instruction *I);
3889 bool AArch64FastISel::selectTrunc(const Instruction *I) { in selectTrunc() function in AArch64FastISel
5144 return selectTrunc(I); in fastSelectInstruction()