Searched refs:TargetConstant (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 174 TargetConstant, enumerator
|
| H A D | SelectionDAGNodes.h | 1747 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DebugLoc(), 1775 N->getOpcode() == ISD::TargetConstant;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelDAGToDAG.cpp | 819 assert(Intrinsic.getOpcode() == ISD::TargetConstant && in trySelect() 890 assert(Intrinsic.getOpcode() == ISD::TargetConstant && in trySelect()
|
| H A D | MipsSEISelLowering.cpp | 1363 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoF.td | 67 // 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 D | SelectionDAGDumper.cpp | 177 case ISD::TargetConstant: in getOperationName()
|
| H A D | LegalizeTypes.h | 82 return N->getOpcode() == ISD::TargetConstant || in IgnoreNodeResults()
|
| H A D | SelectionDAG.cpp | 750 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 D | SelectionDAGISel.cpp | 3253 case ISD::TargetConstant: in SelectCodeCommon()
|
| H A D | LegalizeDAG.cpp | 976 if (Node->getOpcode() == ISD::TargetConstant || in LegalizeOp() 989 Op.getOpcode() == ISD::TargetConstant || in LegalizeOp()
|
| H A D | DAGCombiner.cpp | 1088 (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 D | TargetLowering.cpp | 1182 if (Op.getOpcode() == ISD::TargetConstant) in SimplifyDemandedBits()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 371 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 D | PPCISelDAGToDAG.cpp | 237 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 D | WebAssemblyISelLowering.cpp | 2237 bool isTarget = MaskIdx.getNode()->getOpcode() == ISD::TargetConstant; in LowerIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 583 // 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 D | AArch64ISelLowering.cpp | 24513 case ISD::TargetConstant: { in checkValueWidth()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 26473 assert(Op.getOperand(4)->getOpcode() == ISD::TargetConstant); in LowerINTRINSIC_WO_CHAIN()
|