Searched refs:LegalInHWReg (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp148 // When LegalInHWReg, we can load better from the constant pool.
165 // When LegalInHWReg, FABS can be implemented as native bitwise operations.
231 // When LegalInHWReg, FCOPYSIGN can be implemented as native bitwise operations.
418 // When LegalInHWReg, FNEG can be implemented as native bitwise operations.
611 bool LegalInHWReg = isLegalInHWReg(N->getValueType(ResNo)); local
642 if (LegalInHWReg)

Completed in 45 milliseconds