Home
last modified time | relevance | path

Searched refs:softPromoteHalfType (Results 1 – 4 of 4) sorted by relevance

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