Home
last modified time | relevance | path

Searched refs:FREM (Results 1 – 22 of 22) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DOpcode.java103 int FREM = 114; field
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h235 FADD, FSUB, FMUL, FMA, FDIV, FREM, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp147 case ISD::FREM: in LegalizeOp()
DSelectionDAGBuilder.h468 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); } in visitFRem()
DLegalizeVectorTypes.cpp103 case ISD::FREM: in ScalarizeVectorResult()
492 case ISD::FREM: in SplitVectorResult()
1237 case ISD::FREM: in WidenVectorResult()
DFastISel.cpp896 return SelectBinaryOp(I, ISD::FREM); in SelectOperator()
DSelectionDAG.cpp2715 case ISD::FREM: in getNode()
2972 case ISD::FREM : in getNode()
2996 case ISD::FREM: in getNode()
3036 case ISD::FREM: in getNode()
5892 case ISD::FREM: return "frem"; in getOperationName()
DLegalizeFloatTypes.cpp86 case ISD::FREM: R = SoftenFloatRes_FREM(N); break; in SoftenFloatResult()
DTargetLowering.cpp642 case ISD::FREM: in canOpTrap()
DDAGCombiner.cpp1089 case ISD::FREM: return visitFREM(N); in visit()
5406 return DAG.getNode(ISD::FREM, N->getDebugLoc(), VT, N0, N1); in visitFREM()
DLegalizeDAG.cpp3323 case ISD::FREM: in ExpandNode()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp143 setOperationAction(ISD::FREM, MVT::f32, Expand); in SystemZTargetLowering()
144 setOperationAction(ISD::FREM, MVT::f64, Expand); in SystemZTargetLowering()
/external/llvm/lib/Target/Alpha/
DAlphaISelLowering.cpp79 setOperationAction(ISD::FREM, MVT::f32, Expand); in AlphaTargetLowering()
80 setOperationAction(ISD::FREM, MVT::f64, Expand); in AlphaTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp756 setOperationAction(ISD::FREM , MVT::f64, Expand); in SparcTargetLowering()
760 setOperationAction(ISD::FREM , MVT::f32, Expand); in SparcTargetLowering()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java360 case FREM: in execute()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp71 setOperationAction(ISD::FREM, MVT::f32, Expand); in MBlazeTargetLowering()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java938 '%', DREM, FREM, LREM, IREM,
/external/llvm/lib/Target/CellSPU/
DSPUISelLowering.cpp213 setOperationAction(ISD::FREM , MVT::f64, Expand); in SPUTargetLowering()
216 setOperationAction(ISD::FREM , MVT::f32, Expand); in SPUTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td355 def frem : SDNode<"ISD::FREM" , SDTFPBinOp>;
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp155 setOperationAction(ISD::FREM, VT.getSimpleVT(), Expand); in addTypeForNEON()
454 setOperationAction(ISD::FREM, MVT::v2f64, Expand); in ARMTargetLowering()
702 setOperationAction(ISD::FREM, MVT::f64, Expand); in ARMTargetLowering()
703 setOperationAction(ISD::FREM, MVT::f32, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp126 setOperationAction(ISD::FREM , MVT::f64, Expand); in PPCTargetLowering()
131 setOperationAction(ISD::FREM , MVT::f32, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp415 setOperationAction(ISD::FREM , MVT::f32 , Expand); in X86TargetLowering()
416 setOperationAction(ISD::FREM , MVT::f64 , Expand); in X86TargetLowering()
417 setOperationAction(ISD::FREM , MVT::f80 , Expand); in X86TargetLowering()
724 setOperationAction(ISD::FREM, (MVT::SimpleValueType)VT, Expand); in X86TargetLowering()