|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp 1058 case ISD::FLT_ROUNDS_:
2704 case ISD::FLT_ROUNDS_:
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp 124 case ISD::FLT_ROUNDS_: Res = PromoteIntRes_FLT_ROUNDS(N); break;
1698 case ISD::FLT_ROUNDS_: ExpandIntRes_FLT_ROUNDS(N, Lo, Hi); break;
2548 Lo = DAG.getNode(ISD::FLT_ROUNDS_, dl, NVT);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 6480 setValue(&I, DAG.getNode(ISD::FLT_ROUNDS_, sdl, MVT::i32));
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp 322 case ISD::FLT_ROUNDS_: return "flt_rounds";
lib/Target/AArch64/AArch64ISelLowering.cpp 505 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom);
3067 case ISD::FLT_ROUNDS_:
lib/Target/ARM/ARMISelLowering.cpp 1261 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom);
9199 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG);
lib/Target/PowerPC/PPCISelLowering.cpp 290 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom);
10147 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG);
lib/Target/X86/X86ISelLowering.cpp 335 setOperationAction(ISD::FLT_ROUNDS_ , MVT::i32 , Custom);
27741 case ISD::FLT_ROUNDS_: return LowerFLT_ROUNDS_(Op, DAG);