Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h159 TargetConstantFP, enumerator
H A DSelectionDAGNodes.h1624 : SDNode(isTarget ? ISD::TargetConstantFP : ISD::ConstantFP, 0,
1661 N->getOpcode() == ISD::TargetConstantFP;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp160 case ISD::TargetConstantFP: return "TargetConstantFP"; in getOperationName()
H A DSelectionDAGISel.cpp2806 case ISD::TargetConstantFP: in SelectCodeCommon()
H A DSelectionDAG.cpp643 case ISD::TargetConstantFP: in AddNodeIDCustom()
1603 unsigned Opc = isTarget ? ISD::TargetConstantFP : ISD::ConstantFP; in getConstantFP()
H A DLegalizeDAG.cpp441 if (Value.getOpcode() == ISD::TargetConstantFP) in OptimizeFloatStore()
H A DDAGCombiner.cpp18919 if (Value.getOpcode() == ISD::TargetConstantFP) in replaceStoreOfFPConstant()