Home
last modified time | relevance | path

Searched refs:TargetConstantFP (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h127 TargetConstantFP, enumerator
DSelectionDAGNodes.h1611 : SDNode(isTarget ? ISD::TargetConstantFP : ISD::ConstantFP, 0,
1648 N->getOpcode() == ISD::TargetConstantFP;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp160 case ISD::TargetConstantFP: return "TargetConstantFP"; in getOperationName()
DSelectionDAGISel.cpp2787 case ISD::TargetConstantFP: in SelectCodeCommon()
DSelectionDAG.cpp501 case ISD::TargetConstantFP: in AddNodeIDCustom()
1353 unsigned Opc = isTarget ? ISD::TargetConstantFP : ISD::ConstantFP; in getConstantFP()
DDAGCombiner.cpp16300 if (Value.getOpcode() == ISD::TargetConstantFP) in replaceStoreOfFPConstant()