Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h158 TargetConstant, enumerator
H A DSelectionDAGNodes.h1619 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DebugLoc(),
1646 N->getOpcode() == ISD::TargetConstant;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp861 assert(Intrinsic.getOpcode() == ISD::TargetConstant && in trySelect()
932 assert(Intrinsic.getOpcode() == ISD::TargetConstant && in trySelect()
H A DMipsSEISelLowering.cpp1312 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp163 case ISD::TargetConstant: in getOperationName()
H A DLegalizeTypes.h81 return N->getOpcode() == ISD::TargetConstant || in IgnoreNodeResults()
H A DLegalizeDAG.cpp980 if (Node->getOpcode() == ISD::TargetConstant || in LegalizeOp()
993 Op.getOpcode() == ISD::TargetConstant || in LegalizeOp()
H A DSelectionDAGISel.cpp3064 case ISD::TargetConstant: in SelectCodeCommon()
H A DSelectionDAG.cpp721 case ISD::TargetConstant: in AddNodeIDCustom()
1702 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
5631 assert(OpOpcode == ISD::TargetConstant && in getNode()
H A DDAGCombiner.cpp1196 (LD->getOperand(2).getOpcode() != ISD::TargetConstant || in canSplitIdx()
18476 assert((Inc.getOpcode() != ISD::TargetConstant || in SplitIndexingFromLoad()
18479 if (Inc.getOpcode() == ISD::TargetConstant) { in SplitIndexingFromLoad()
H A DTargetLowering.cpp1106 if (Op.getOpcode() == ISD::TargetConstant) in SimplifyDemandedBits()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td348 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;
975 // Convenience wrapper for ImmLeaf to use timm/TargetConstant instead
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp239 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs()
5243 N->getOperand(1).getOpcode() == ISD::TargetConstant) in Select()
5578 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1873 bool isTarget = MaskIdx.getNode()->getOpcode() == ISD::TargetConstant; in LowerIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td512 // tuimm5sN predicate - similiar to uimm5sN, but use TImmLeaf (TargetConstant)
788 // Same as vecshiftR#N, but use TargetConstant (TimmLeaf) instead of Constant
859 // Same as vecshiftL#N, but use TargetConstant (TimmLeaf) instead of Constant
1012 // timm0_31 predicate - same ass imm0_31, but use TargetConstant (TimmLeaf)
1034 // timm0_1 - as above, but use TargetConstant (TImmLeaf)
H A DAArch64ISelLowering.cpp21923 case ISD::TargetConstant: { in checkValueWidth()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25410 assert(Op.getOperand(4)->getOpcode() == ISD::TargetConstant); in LowerINTRINSIC_WO_CHAIN()