Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h412 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h370 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h74 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h791 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h381 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h876 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1614 bool softPromoteHalfType() const override { return true; } in softPromoteHalfType() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1447 bool SoftPromoteHalfType = softPromoteHalfType(); in computeRegisterProperties()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h546 virtual bool softPromoteHalfType() const { return false; } in softPromoteHalfType() function