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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 443 /// FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR - Perform various unary
447 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 35 setOperationAction(ISD::FCEIL, MVT::f32, Legal);
144 return DAG.getNode(ISD::FCEIL, DL, VT, Op.getOperand(1));
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 35 setOperationAction(ISD::FCEIL, MVT::f32, Legal);
144 return DAG.getNode(ISD::FCEIL, DL, VT, Op.getOperand(1));
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 258 case Intrinsic::ceil: Opcode = ISD::FCEIL; break;
307 Opcode = ISD::FCEIL; break;
PPCISelLowering.cpp 103 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand);
157 setOperationAction(ISD::FCEIL, MVT::f64, Legal);
161 setOperationAction(ISD::FCEIL, MVT::f32, Legal);
413 setOperationAction(ISD::FCEIL, VT, Expand);
459 setOperationAction(ISD::FCEIL, MVT::v4f32, Legal);
    [all...]
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 447 case Intrinsic::ceil: ISD = ISD::FCEIL; break;
TargetLoweringBase.cpp 707 setOperationAction(ISD::FCEIL, MVT::f16, Expand);
717 setOperationAction(ISD::FCEIL, MVT::f32, Expand);
727 setOperationAction(ISD::FCEIL, MVT::f64, Expand);
737 setOperationAction(ISD::FCEIL, MVT::f128, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 142 case ISD::FCEIL: return "fceil";
LegalizeVectorOps.cpp 240 case ISD::FCEIL:
LegalizeFloatTypes.cpp 70 case ISD::FCEIL: R = SoftenFloatRes_FCEIL(N); break;
    [all...]
LegalizeVectorTypes.cpp 72 case ISD::FCEIL:
528 case ISD::FCEIL:
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 45 setOperationAction(ISD::FCEIL, MVT::f32, Legal);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 150 setOperationAction(ISD::FCEIL, MVT::f32, Legal);
151 setOperationAction(ISD::FCEIL, MVT::f64, Legal);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 501 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR.
502 setOperationAction(ISD::FCEIL, MVT::v2f64, Expand);
519 setOperationAction(ISD::FCEIL, MVT::v4f32, Expand);
536 setOperationAction(ISD::FCEIL, MVT::v2f32, Expand);
    [all...]

Completed in 618 milliseconds