Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h384 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1446 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1368 if (softPromoteHalfType()) { in computeRegisterProperties()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h475 virtual bool softPromoteHalfType() const { return false; } in softPromoteHalfType() function