Home
last modified time | relevance | path

Searched defs:softPromoteHalfType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h295 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1385 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h447 virtual bool softPromoteHalfType() const { return false; } in softPromoteHalfType() function