Searched refs:FCBRT (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 640 FNEG, FABS, FSQRT, FCBRT, FSIN, FCOS, FPOWI, FPOW, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 796 FCBRT, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 195 case ISD::FCBRT: return "fcbrt"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 74 case ISD::FCBRT: R = SoftenFloatRes_FCBRT(N); break; in SoftenFloatResult() 1136 case ISD::FCBRT: ExpandFloatRes_FCBRT(N, Lo, Hi); break; in ExpandFloatResult() 2107 case ISD::FCBRT: in PromoteFloatResult()
|
D | LegalizeDAG.cpp | 3955 case ISD::FCBRT: in ConvertNodeToLibcall()
|
D | DAGCombiner.cpp | 12954 DAG.getTargetLoweringInfo().isOperationExpand(ISD::FCBRT, VT))) in visitFPOW() 12957 return DAG.getNode(ISD::FCBRT, SDLoc(N), VT, N->getOperand(0), Flags); in visitFPOW()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 197 case ISD::FCBRT: return "fcbrt"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 74 case ISD::FCBRT: R = SoftenFloatRes_FCBRT(N); break; in SoftenFloatResult() 1174 case ISD::FCBRT: ExpandFloatRes_FCBRT(N, Lo, Hi); break; in ExpandFloatResult() 2213 case ISD::FCBRT: in PromoteFloatResult() 2577 case ISD::FCBRT: in SoftPromoteHalfResult()
|
D | LegalizeDAG.cpp | 4125 case ISD::FCBRT: in ConvertNodeToLibcall()
|
D | DAGCombiner.cpp | 14024 DAG.getTargetLoweringInfo().isOperationExpand(ISD::FCBRT, VT))) in visitFPOW() 14027 return DAG.getNode(ISD::FCBRT, SDLoc(N), VT, N->getOperand(0)); in visitFPOW()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 744 setOperationAction(ISD::FCBRT, VT, Expand); in initActions()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 864 setOperationAction(ISD::FCBRT, VT, Expand); in initActions()
|