Searched defs:softPromoteHalfType (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMISelLowering.h | 764 bool softPromoteHalfType() const override { return true; } softPromoteHalfType() function |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.h | 532 bool softPromoteHalfType() const override { return true; } softPromoteHalfType() function |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.h | 1353 bool softPromoteHalfType() const override { return true; } softPromoteHalfType() function |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.h | 1527 bool softPromoteHalfType() const override { return true; } softPromoteHalfType() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 515 virtual bool softPromoteHalfType() const { return false; } softPromoteHalfType() function |