Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DOpcode.java103 int FREM = 114; field
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h234 FADD, FSUB, FMUL, FMA, FDIV, FREM, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h482 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); } in visitFRem()
DSelectionDAGDumper.cpp181 case ISD::FREM: return "frem"; in getOperationName()
DLegalizeVectorOps.cpp183 case ISD::FREM: in LegalizeOp()
DLegalizeVectorTypes.cpp103 case ISD::FREM: in ScalarizeVectorResult()
551 case ISD::FREM: in SplitVectorResult()
1311 case ISD::FREM: in WidenVectorResult()
DFastISel.cpp968 return SelectBinaryOp(I, ISD::FREM); in SelectOperator()
DSelectionDAG.cpp2803 case ISD::FREM: in getNode()
3076 case ISD::FREM : in getNode()
3110 case ISD::FREM: in getNode()
3150 case ISD::FREM: in getNode()
DLegalizeFloatTypes.cpp87 case ISD::FREM: R = SoftenFloatRes_FREM(N); break; in SoftenFloatResult()
DLegalizeDAG.cpp3042 case ISD::FREM: in ExpandNode()
3676 case ISD::FREM: in PromoteNode()
DTargetLowering.cpp638 case ISD::FREM: in canOpTrap()
DDAGCombiner.cpp1135 case ISD::FREM: return visitFREM(N); in visit()
6130 return DAG.getNode(ISD::FREM, N->getDebugLoc(), VT, N0, N1); in visitFREM()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp762 setOperationAction(ISD::FREM , MVT::f64, Expand); in SparcTargetLowering()
766 setOperationAction(ISD::FREM , MVT::f32, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1361 setOperationAction(ISD::FREM , MVT::f64, Expand); in HexagonTargetLowering()
1364 setOperationAction(ISD::FREM , MVT::f32, Expand); in HexagonTargetLowering()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java360 case FREM: in execute()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp72 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.cpp212 setOperationAction(ISD::FREM , MVT::f64, Expand); in SPUTargetLowering()
215 setOperationAction(ISD::FREM , MVT::f32, Expand); in SPUTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp240 setOperationAction(ISD::FREM, MVT::f32, Expand); in MipsTargetLowering()
241 setOperationAction(ISD::FREM, MVT::f64, Expand); in MipsTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td370 def frem : SDNode<"ISD::FREM" , SDTFPBinOp>;
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp148 setOperationAction(ISD::FREM, VT, Expand); in addTypeForNEON()
479 setOperationAction(ISD::FREM, MVT::v2f64, Expand); in ARMTargetLowering()
764 setOperationAction(ISD::FREM, MVT::f64, Expand); in ARMTargetLowering()
765 setOperationAction(ISD::FREM, MVT::f32, Expand); in ARMTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp135 setOperationAction(ISD::FREM , MVT::f64, Expand); in PPCTargetLowering()
140 setOperationAction(ISD::FREM , MVT::f32, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp380 setOperationAction(ISD::FREM , MVT::f32 , Expand); in X86TargetLowering()
381 setOperationAction(ISD::FREM , MVT::f64 , Expand); in X86TargetLowering()
382 setOperationAction(ISD::FREM , MVT::f80 , Expand); in X86TargetLowering()
737 setOperationAction(ISD::FREM, (MVT::SimpleValueType)VT, Expand); in X86TargetLowering()