Searched refs:TargetConstant (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 158 TargetConstant, enumerator
|
| H A D | SelectionDAGNodes.h | 1548 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DebugLoc(), 1575 N->getOpcode() == ISD::TargetConstant;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelDAGToDAG.cpp | 864 assert(Intrinsic.getOpcode() == ISD::TargetConstant && in trySelect() 936 assert(Intrinsic.getOpcode() == ISD::TargetConstant && in trySelect()
|
| H A D | MipsSEISelLowering.cpp | 1324 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 157 case ISD::TargetConstant: in getOperationName()
|
| H A D | LegalizeTypes.h | 82 return N->getOpcode() == ISD::TargetConstant || in IgnoreNodeResults()
|
| H A D | LegalizeDAG.cpp | 964 if (Node->getOpcode() == ISD::TargetConstant || in LegalizeOp() 977 Op.getOpcode() == ISD::TargetConstant || in LegalizeOp()
|
| H A D | SelectionDAGISel.cpp | 2851 case ISD::TargetConstant: in SelectCodeCommon()
|
| H A D | SelectionDAG.cpp | 599 case ISD::TargetConstant: in AddNodeIDCustom() 1444 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant() 4841 assert(OpOpcode == ISD::TargetConstant && in getNode()
|
| H A D | DAGCombiner.cpp | 996 (LD->getOperand(2).getOpcode() != ISD::TargetConstant || in canSplitIdx() 15642 assert((Inc.getOpcode() != ISD::TargetConstant || in SplitIndexingFromLoad() 15645 if (Inc.getOpcode() == ISD::TargetConstant) { in SplitIndexingFromLoad()
|
| H A D | TargetLowering.cpp | 957 case ISD::TargetConstant: in SimplifyDemandedBits()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 328 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">; 893 // Convenience wrapper for ImmLeaf to use timm/TargetConstant instead
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 232 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs() 4964 N->getOperand(1).getOpcode() == ISD::TargetConstant) in Select() 5143 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 439 // tuimm5sN predicate - similiar to uimm5sN, but use TImmLeaf (TargetConstant) 693 // Same as vecshiftR#N, but use TargetConstant (TimmLeaf) instead of Constant 760 // Same as vecshiftL#N, but use TargetConstant (TimmLeaf) instead of Constant 908 // timm0_31 predicate - same ass imm0_31, but use TargetConstant (TimmLeaf) 930 // timm0_1 - as above, but use TargetConstant (TImmLeaf)
|
| H A D | AArch64ISelLowering.cpp | 15445 case ISD::TargetConstant: { in checkValueWidth()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 25341 assert(Op.getOperand(4)->getOpcode() == ISD::TargetConstant); in LowerINTRINSIC_WO_CHAIN()
|