Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.h392 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.h1498 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1388 if (softPromoteHalfType()) { in computeRegisterProperties()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLowering.h480 virtual bool softPromoteHalfType() const { return false; } in softPromoteHalfType() function