Home
last modified time | relevance | path

Searched refs:TargetConstant (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DISDOpcodes.h103 TargetConstant, enumerator
DSelectionDAGNodes.h1250 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant,
1266 N->getOpcode() == ISD::TargetConstant;
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp115 case ISD::TargetConstant: return "TargetConstant"; in getOperationName()
DLegalizeTypes.h82 return N->getOpcode() == ISD::TargetConstant; in IgnoreNodeResults()
DLegalizeDAG.cpp1149 if (Node->getOpcode() == ISD::TargetConstant) // Allow illegal target nodes. in LegalizeOp()
1161 Node->getOperand(i).getOpcode() == ISD::TargetConstant) && in LegalizeOp()
DSelectionDAGISel.cpp2404 case ISD::TargetConstant: in SelectCodeCommon()
DSelectionDAG.cpp371 case ISD::TargetConstant: in AddNodeIDCustom()
1048 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp126 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs()
1025 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetSelectionDAG.td280 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1801 bool isCN = Val.getNode() && (Val.getOpcode() == ISD::TargetConstant); in SelectAtomicLoadArith()
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1213 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()