reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
12739 DAG.getTargetLoweringInfo().isOperationExpand(ISD::FCBRT, VT))) 12742 return DAG.getNode(ISD::FCBRT, SDLoc(N), VT, N->getOperand(0), Flags);lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
3834 case ISD::FCBRT:
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp71 case ISD::FCBRT: R = SoftenFloatRes_FCBRT(N); break; 1144 case ISD::FCBRT: ExpandFloatRes_FCBRT(N, Lo, Hi); break; 2055 case ISD::FCBRT:lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
193 case ISD::FCBRT: return "fcbrt";
lib/CodeGen/TargetLoweringBase.cpp 766 setOperationAction(ISD::FCBRT, VT, Expand);