Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h125 TargetConstant, enumerator
H A DSelectionDAGNodes.h1508 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DebugLoc(),
1531 N->getOpcode() == ISD::TargetConstant;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp154 case ISD::TargetConstant: in getOperationName()
H A DLegalizeTypes.h92 return N->getOpcode() == ISD::TargetConstant || in IgnoreNodeResults()
H A DLegalizeDAG.cpp953 if (Node->getOpcode() == ISD::TargetConstant || in LegalizeOp()
968 Op.getOpcode() == ISD::TargetConstant || in LegalizeOp()
H A DSelectionDAGISel.cpp2948 case ISD::TargetConstant: in SelectCodeCommon()
H A DSelectionDAG.cpp484 case ISD::TargetConstant: in AddNodeIDCustom()
1247 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
H A DDAGCombiner.cpp12942 assert((Inc.getOpcode() != ISD::TargetConstant || in SplitIndexingFromLoad()
12945 if (Inc.getOpcode() == ISD::TargetConstant) { in SplitIndexingFromLoad()
13144 bool HasOTCInc = LD->getOperand(2).getOpcode() == ISD::TargetConstant && in visitLOAD()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp233 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs()
4332 N->getOperand(1).getOpcode() == ISD::TargetConstant) in Select()
4448 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td303 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1285 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10645 case ISD::TargetConstant: { in checkValueWidth()