Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h174 TargetConstant, enumerator
H A DSelectionDAGNodes.h1747 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DebugLoc(),
1775 N->getOpcode() == ISD::TargetConstant;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp819 assert(Intrinsic.getOpcode() == ISD::TargetConstant && in trySelect()
890 assert(Intrinsic.getOpcode() == ISD::TargetConstant && in trySelect()
H A DMipsSEISelLowering.cpp1363 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoF.td67 // is passed as a TargetConstant operand using the RISCVFPRndMode enum.
76 // is passed as a TargetConstant operand using the RISCVFPRndMode enum.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp177 case ISD::TargetConstant: in getOperationName()
H A DLegalizeTypes.h82 return N->getOpcode() == ISD::TargetConstant || in IgnoreNodeResults()
H A DSelectionDAG.cpp750 case ISD::TargetConstant: in AddNodeIDCustom()
1764 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
6352 assert(OpOpcode == ISD::TargetConstant && in getNode()
7638 N2.getOpcode() == ISD::TargetConstant && "Invalid FP_ROUND!"); in getNode()
10849 Ops[2].getOpcode() == ISD::TargetConstant && in getNode()
H A DSelectionDAGISel.cpp3253 case ISD::TargetConstant: in SelectCodeCommon()
H A DLegalizeDAG.cpp976 if (Node->getOpcode() == ISD::TargetConstant || in LegalizeOp()
989 Op.getOpcode() == ISD::TargetConstant || in LegalizeOp()
H A DDAGCombiner.cpp1088 (LD->getOperand(2).getOpcode() != ISD::TargetConstant || in canSplitIdx()
19813 assert((Inc.getOpcode() != ISD::TargetConstant || in SplitIndexingFromLoad()
19816 if (Inc.getOpcode() == ISD::TargetConstant) { in SplitIndexingFromLoad()
H A DTargetLowering.cpp1182 if (Op.getOpcode() == ISD::TargetConstant) in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td371 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;
1097 // Convenience wrapper for ImmLeaf to use timm/TargetConstant instead
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp237 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs()
5244 N->getOperand(1).getOpcode() == ISD::TargetConstant) in Select()
5579 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2237 bool isTarget = MaskIdx.getNode()->getOpcode() == ISD::TargetConstant; in LowerIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td583 // tuimm5sN predicate - similar to uimm5sN, but use TImmLeaf (TargetConstant)
860 // Same as vecshiftR#N, but use TargetConstant (TimmLeaf) instead of Constant
931 // Same as vecshiftL#N, but use TargetConstant (TimmLeaf) instead of Constant
1084 // timm0_31 predicate - same ass imm0_31, but use TargetConstant (TimmLeaf)
1106 // timm0_1 - as above, but use TargetConstant (TImmLeaf)
H A DAArch64ISelLowering.cpp24513 case ISD::TargetConstant: { in checkValueWidth()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26473 assert(Op.getOperand(4)->getOpcode() == ISD::TargetConstant); in LowerINTRINSIC_WO_CHAIN()