Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h158 TargetConstant, enumerator
H A DSelectionDAGNodes.h1592 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DebugLoc(),
1623 N->getOpcode() == ISD::TargetConstant;
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp864 assert(Intrinsic.getOpcode() == ISD::TargetConstant && in trySelect()
936 assert(Intrinsic.getOpcode() == ISD::TargetConstant && in trySelect()
H A DMipsSEISelLowering.cpp1316 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp161 case ISD::TargetConstant: in getOperationName()
H A DLegalizeTypes.h81 return N->getOpcode() == ISD::TargetConstant || in IgnoreNodeResults()
H A DSelectionDAGISel.cpp2859 case ISD::TargetConstant: in SelectCodeCommon()
H A DLegalizeDAG.cpp964 if (Node->getOpcode() == ISD::TargetConstant || in LegalizeOp()
977 Op.getOpcode() == ISD::TargetConstant || in LegalizeOp()
H A DSelectionDAG.cpp679 case ISD::TargetConstant: in AddNodeIDCustom()
1611 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
5368 assert(OpOpcode == ISD::TargetConstant && in getNode()
H A DDAGCombiner.cpp1013 (LD->getOperand(2).getOpcode() != ISD::TargetConstant || in canSplitIdx()
17225 assert((Inc.getOpcode() != ISD::TargetConstant || in SplitIndexingFromLoad()
17228 if (Inc.getOpcode() == ISD::TargetConstant) { in SplitIndexingFromLoad()
H A DTargetLowering.cpp1091 if (Op.getOpcode() == ISD::TargetConstant) in SimplifyDemandedBits()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td339 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;
936 // Convenience wrapper for ImmLeaf to use timm/TargetConstant instead
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp238 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs()
5051 N->getOperand(1).getOpcode() == ISD::TargetConstant) in Select()
5385 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td471 // tuimm5sN predicate - similiar to uimm5sN, but use TImmLeaf (TargetConstant)
725 // Same as vecshiftR#N, but use TargetConstant (TimmLeaf) instead of Constant
793 // Same as vecshiftL#N, but use TargetConstant (TimmLeaf) instead of Constant
938 // timm0_31 predicate - same ass imm0_31, but use TargetConstant (TimmLeaf)
960 // timm0_1 - as above, but use TargetConstant (TImmLeaf)
H A DAArch64ISelLowering.cpp19735 case ISD::TargetConstant: { in checkValueWidth()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp27064 assert(Op.getOperand(4)->getOpcode() == ISD::TargetConstant); in LowerINTRINSIC_WO_CHAIN()