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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp180 bool selectTrunc(const Instruction *I);
937 bool WebAssemblyFastISel::selectTrunc(const Instruction *I) { function in class:WebAssemblyFastISel
1362 return selectTrunc(I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp166 bool selectTrunc(const Instruction *I);
1778 bool MipsFastISel::selectTrunc(const Instruction *I) { function in class:MipsFastISel
2072 return selectTrunc(I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp171 bool selectTrunc(const Instruction *I);
3946 bool AArch64FastISel::selectTrunc(const Instruction *I) { function in class:AArch64FastISel
5204 return selectTrunc(I);

Completed in 88 milliseconds