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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DISDOpcodes.h123 TargetConstantFP, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1174 : SDNode(isTarget ? ISD::TargetConstantFP : ISD::ConstantFP,
1213 N->getOpcode() == ISD::TargetConstantFP;
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h121 TargetConstantFP, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1314 : SDNode(isTarget ? ISD::TargetConstantFP : ISD::ConstantFP, 0, DL,
1356 N->getOpcode() == ISD::TargetConstantFP;
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaISelDAGToDAG.cpp283 case ISD::TargetConstantFP:
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp133 case ISD::TargetConstantFP: return "TargetConstantFP";
H A DSelectionDAGISel.cpp2743 case ISD::TargetConstantFP:
H A DSelectionDAG.cpp393 case ISD::TargetConstantFP:
1221 unsigned Opc = isTarget ? ISD::TargetConstantFP : ISD::ConstantFP;
H A DDAGCombiner.cpp11932 if (Value.getOpcode() == ISD::TargetConstantFP)
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2033 case ISD::TargetConstantFP:
H A DSelectionDAG.cpp366 case ISD::TargetConstantFP:
996 unsigned Opc = isTarget ? ISD::TargetConstantFP : ISD::ConstantFP;
5937 case ISD::TargetConstantFP:return "TargetConstantFP";
H A DDAGCombiner.cpp6600 if (Value.getOpcode() != ISD::TargetConstantFP) {

Completed in 653 milliseconds