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

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h114 TargetConstantFP, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1390 : SDNode(isTarget ? ISD::TargetConstantFP : ISD::ConstantFP,
1431 N->getOpcode() == ISD::TargetConstantFP;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp126 case ISD::TargetConstantFP: return "TargetConstantFP";
H A DSelectionDAGISel.cpp2623 case ISD::TargetConstantFP:
H A DSelectionDAG.cpp439 case ISD::TargetConstantFP:
1215 unsigned Opc = isTarget ? ISD::TargetConstantFP : ISD::ConstantFP;
H A DDAGCombiner.cpp10623 if (Value.getOpcode() != ISD::TargetConstantFP) {

Completed in 216 milliseconds