HomeSort by: relevance | last modified time | path
    Searched refs:STRICT_FRINT (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 402 STRICT_FRINT,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 210 case ISD::STRICT_FRINT: return "strict_frint";
LegalizeFloatTypes.cpp 112 case ISD::STRICT_FRINT:
1227 case ISD::STRICT_FRINT:
LegalizeDAG.cpp 4021 case ISD::STRICT_FRINT:
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 530 Opcode = ISD::STRICT_FRINT;
PPCISelLowering.cpp 343 setOperationAction(ISD::STRICT_FRINT, MVT::f32, Legal);
344 setOperationAction(ISD::STRICT_FRINT, MVT::f64, Legal);
1095 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal);
1109 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal);
1186 setOperationAction(ISD::STRICT_FRINT, MVT::f128, Legal);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 1077 case ISD::STRICT_FRINT: {
1093 case ISD::STRICT_FRINT:
X86ISelLowering.cpp 1128 setOperationAction(ISD::STRICT_FRINT, RoundedTy, Legal);
1230 setOperationAction(ISD::STRICT_FRINT, VT, Legal);
1616 setOperationAction(ISD::STRICT_FRINT, VT, Legal);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 478 setOperationAction(ISD::STRICT_FRINT, VT, Legal);
527 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal);
584 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal);

Completed in 58 milliseconds