Searched refs:FRINT (Results 1 – 13 of 13) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 451 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 145 case ISD::FRINT: return "frint"; in getOperationName()
|
D | LegalizeVectorOps.cpp | 217 case ISD::FRINT: in LegalizeOp()
|
D | LegalizeFloatTypes.cpp | 88 case ISD::FRINT: R = SoftenFloatRes_FRINT(N); break; in SoftenFloatResult() 868 case ISD::FRINT: ExpandFloatRes_FRINT(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeVectorTypes.cpp | 85 case ISD::FRINT: in ScalarizeVectorResult() 499 case ISD::FRINT: in SplitVectorResult() 1320 case ISD::FRINT: in WidenVectorResult()
|
D | TargetLowering.cpp | 567 setOperationAction(ISD::FRINT, MVT::f16, Expand); in TargetLowering() 577 setOperationAction(ISD::FRINT, MVT::f32, Expand); in TargetLowering() 587 setOperationAction(ISD::FRINT, MVT::f64, Expand); in TargetLowering()
|
D | LegalizeDAG.cpp | 2985 case ISD::FRINT: in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 5617 setValue(&I, DAG.getNode(ISD::FRINT, getCurDebugLoc(), in visitCall()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 380 def frint : SDNode<"ISD::FRINT" , SDTFPUnaryOp>;
|
/external/llvm/lib/Target/ |
D | README.txt | 543 We should add an FRINT node to the DAG to model targets that have legal
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 690 setOperationAction(ISD::FRINT, MVT::f80, Expand); in X86TargetLowering() 943 setOperationAction(ISD::FRINT, MVT::f32, Legal); in X86TargetLowering() 948 setOperationAction(ISD::FRINT, MVT::f64, Legal); in X86TargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 109 setOperationAction(ISD::FRINT, MVT::ppcf128, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 507 setOperationAction(ISD::FRINT, MVT::v2f64, Expand); in ARMTargetLowering()
|