Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h764 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h533 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1527 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1358 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1348 bool SoftPromoteHalfType = softPromoteHalfType(); in computeRegisterProperties()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h516 virtual bool softPromoteHalfType() const { return false; } in softPromoteHalfType() function