Home
last modified time | relevance | path

Searched defs:softPromoteHalfType (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h764 bool softPromoteHalfType() const override { return true; } softPromoteHalfType() function
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h532 bool softPromoteHalfType() const override { return true; } softPromoteHalfType() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1353 bool softPromoteHalfType() const override { return true; } softPromoteHalfType() function
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1527 bool softPromoteHalfType() const override { return true; } softPromoteHalfType() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h515 virtual bool softPromoteHalfType() const { return false; } softPromoteHalfType() function