Searched refs:DivPrecisionLevel (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.h | 46 NVPTX::DivPrecisionLevel getDivF32Level(const SDNode *N) const;
|
| H A D | NVPTX.h | 251 enum class DivPrecisionLevel : unsigned { enum
|
| H A D | NVPTXISelLowering.h | 205 NVPTX::DivPrecisionLevel getDivF32Level(const MachineFunction &MF,
|
| H A D | NVPTXISelLowering.cpp | 90 static cl::opt<NVPTX::DivPrecisionLevel> UsePrecDivF32( 95 clEnumValN(NVPTX::DivPrecisionLevel::Approx, "0", "Use div.approx"), 96 clEnumValN(NVPTX::DivPrecisionLevel::Full, "1", "Use div.full"), 97 clEnumValN(NVPTX::DivPrecisionLevel::IEEE754, "2", 99 clEnumValN(NVPTX::DivPrecisionLevel::IEEE754_NoFTZ, "3", 101 cl::init(NVPTX::DivPrecisionLevel::IEEE754)); 121 NVPTX::DivPrecisionLevel 130 return NVPTX::DivPrecisionLevel::Approx; in getDivF32Level() 134 return NVPTX::DivPrecisionLevel::Approx; in getDivF32Level() 136 return NVPTX::DivPrecisionLevel::IEEE754; in getDivF32Level()
|
| H A D | NVPTXInstrInfo.td | 1102 return getDivF32Level(N) == NVPTX::DivPrecisionLevel::Approx; 1136 return getDivF32Level(N) == NVPTX::DivPrecisionLevel::Full; 1164 return getDivF32Level(N) == NVPTX::DivPrecisionLevel::IEEE754;
|
| H A D | NVPTXISelDAGToDAG.cpp | 69 NVPTX::DivPrecisionLevel
|