Searched defs:shouldKeepZExtForFP16Conv (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCISelLowering.h | 1096 bool shouldKeepZExtForFP16Conv() const override { return true; } shouldKeepZExtForFP16Conv() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 3271 virtual bool shouldKeepZExtForFP16Conv() const { return false; } shouldKeepZExtForFP16Conv() function |