Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.h314 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1385 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1375 if (softPromoteHalfType()) { in computeRegisterProperties()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h452 virtual bool softPromoteHalfType() const { return false; } in softPromoteHalfType() function