Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h299 STRICT_FCEIL, STRICT_FFLOOR, STRICT_FROUND, STRICT_FTRUNC, enumerator
H A DSelectionDAGNodes.h679 case ISD::STRICT_FROUND:
H A DTargetLowering.h866 case ISD::STRICT_FROUND: EqOpc = ISD::FROUND; break; in getStrictFPOperationAction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp330 case ISD::STRICT_FROUND: in LegalizeOp()
808 case ISD::STRICT_FROUND: in Expand()
H A DSelectionDAGDumper.cpp206 case ISD::STRICT_FROUND: return "strict_fround"; in getOperationName()
H A DLegalizeVectorTypes.cpp171 case ISD::STRICT_FROUND: in ScalarizeVectorResult()
858 case ISD::STRICT_FROUND: in SplitVectorResult()
2470 case ISD::STRICT_FROUND: in WidenVectorResult()
H A DLegalizeDAG.cpp1115 case ISD::STRICT_FROUND: in LegalizeOp()
3960 case ISD::STRICT_FROUND: in ConvertNodeToLibcall()
H A DSelectionDAG.cpp7662 case ISD::STRICT_FROUND: NewOpc = ISD::FROUND; IsUnary = true; break; in mutateStrictFPToFP()
H A DSelectionDAGBuilder.cpp6454 Opcode = ISD::STRICT_FROUND; in visitConstrainedFPIntrinsic()