Searched refs:TargetConstant (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 164 TargetConstant, enumerator
|
H A D | SelectionDAGNodes.h | 1660 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DebugLoc(), 1687 N->getOpcode() == ISD::TargetConstant;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelDAGToDAG.cpp | 873 assert(Intrinsic.getOpcode() == ISD::TargetConstant && in trySelect() 944 assert(Intrinsic.getOpcode() == ISD::TargetConstant && in trySelect()
|
H A D | MipsSEISelLowering.cpp | 1319 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 168 case ISD::TargetConstant: in getOperationName()
|
H A D | LegalizeTypes.h | 82 return N->getOpcode() == ISD::TargetConstant || in IgnoreNodeResults()
|
H A D | SelectionDAGISel.cpp | 3198 case ISD::TargetConstant: in SelectCodeCommon()
|
H A D | LegalizeDAG.cpp | 959 if (Node->getOpcode() == ISD::TargetConstant || in LegalizeOp() 972 Op.getOpcode() == ISD::TargetConstant || in LegalizeOp()
|
H A D | SelectionDAG.cpp | 725 case ISD::TargetConstant: in AddNodeIDCustom() 1725 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant() 5955 assert(OpOpcode == ISD::TargetConstant && in getNode()
|
H A D | DAGCombiner.cpp | 1068 (LD->getOperand(2).getOpcode() != ISD::TargetConstant || in canSplitIdx() 18814 assert((Inc.getOpcode() != ISD::TargetConstant || in SplitIndexingFromLoad() 18817 if (Inc.getOpcode() == ISD::TargetConstant) { in SplitIndexingFromLoad()
|
H A D | TargetLowering.cpp | 1127 if (Op.getOpcode() == ISD::TargetConstant) in SimplifyDemandedBits()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 358 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">; 1036 // Convenience wrapper for ImmLeaf to use timm/TargetConstant instead
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 237 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs() 5230 N->getOperand(1).getOpcode() == ISD::TargetConstant) in Select() 5566 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1890 bool isTarget = MaskIdx.getNode()->getOpcode() == ISD::TargetConstant; in LowerIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 512 // 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 D | AArch64ISelLowering.cpp | 23357 case ISD::TargetConstant: { in checkValueWidth()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 25620 assert(Op.getOperand(4)->getOpcode() == ISD::TargetConstant); in LowerINTRINSIC_WO_CHAIN()
|