HomeSort by relevance Sort by last modified time
    Searched refs:FRINT (Results 1 - 20 of 20) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 483 /// FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR - Perform various unary
487 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 37 setOperationAction(ISD::FRINT, MVT::f32, Legal);
142 return DAG.getNode(ISD::FRINT, DL, VT, Op.getOperand(1));
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 37 setOperationAction(ISD::FRINT, MVT::f32, Legal);
142 return DAG.getNode(ISD::FRINT, DL, VT, Op.getOperand(1));
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 274 case Intrinsic::rint: Opcode = ISD::FRINT; break;
327 Opcode = ISD::FRINT; break;
PPCISelLowering.cpp 141 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand);
451 setOperationAction(ISD::FRINT, VT, Expand);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 779 setOperationAction(ISD::FRINT, MVT::f16, Expand);
790 setOperationAction(ISD::FRINT, MVT::f32, Expand);
801 setOperationAction(ISD::FRINT, MVT::f64, Expand);
812 setOperationAction(ISD::FRINT, MVT::f128, Expand);
    [all...]
BasicTargetTransformInfo.cpp 570 case Intrinsic::rint: ISD = ISD::FRINT; break;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 151 case ISD::FRINT: return "frint";
LegalizeFloatTypes.cpp 92 case ISD::FRINT: R = SoftenFloatRes_FRINT(N); break;
    [all...]
LegalizeVectorOps.cpp 289 case ISD::FRINT:
    [all...]
LegalizeVectorTypes.cpp 90 case ISD::FRINT:
606 case ISD::FRINT:
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 130 setOperationAction(ISD::FRINT, MVT::f32, Legal);
235 setOperationAction(ISD::FRINT, MVT::f64, Custom);
346 setOperationAction(ISD::FRINT, VT, Expand);
540 case ISD::FRINT: return LowerFRINT(Op, DAG);
    [all...]
SIISelLowering.cpp 213 setOperationAction(ISD::FRINT, MVT::f64, Legal);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 314 setOperationAction(ISD::FRINT, Ty, Legal);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 169 setOperationAction(ISD::FRINT, MVT::f128, Expand);
288 setOperationAction(ISD::FRINT, Ty, Legal);
403 setOperationAction(ISD::FRINT, MVT::v1f64, Expand);
470 setOperationAction(ISD::FRINT, Ty, Legal);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 251 // We can use FI for FRINT.
252 setOperationAction(ISD::FRINT, VT, Legal);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 469 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR.
472 setOperationAction(ISD::FRINT, MVT::v2f64, Expand);
489 setOperationAction(ISD::FRINT, MVT::v4f32, Expand);
506 setOperationAction(ISD::FRINT, MVT::v2f32, Expand);
    [all...]

Completed in 573 milliseconds