Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h482 bool softPromoteHalfType() const override { return true; } softPromoteHalfType() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1521 bool softPromoteHalfType() const override { return true; } softPromoteHalfType() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h512 virtual bool softPromoteHalfType() const { return false; } softPromoteHalfType() function