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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h311 STRICT_FCEIL, STRICT_FFLOOR, STRICT_FROUND, STRICT_FTRUNC, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp212 case ISD::STRICT_FROUND: return "strict_fround";
H A DLegalizeFloatTypes.cpp114 case ISD::STRICT_FROUND:
1171 case ISD::STRICT_FROUND:
H A DLegalizeDAG.cpp4034 case ISD::STRICT_FROUND:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp477 setOperationAction(ISD::STRICT_FROUND, VT, Legal);
524 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal);
580 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal);

Completed in 412 milliseconds