Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h151 TargetConstant, enumerator
H A DSelectionDAGNodes.h1538 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DebugLoc(),
1563 N->getOpcode() == ISD::TargetConstant;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsWebAssembly.td191 // ISD::TargetConstant, which would require extra complications in the ISel
/netbsd/external/apache2/llvm/dist/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.cpp1324 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp157 case ISD::TargetConstant: in getOperationName()
H A DLegalizeTypes.h82 return N->getOpcode() == ISD::TargetConstant || in IgnoreNodeResults()
H A DLegalizeDAG.cpp962 if (Node->getOpcode() == ISD::TargetConstant || in LegalizeOp()
975 Op.getOpcode() == ISD::TargetConstant || in LegalizeOp()
H A DSelectionDAGISel.cpp2837 case ISD::TargetConstant: in SelectCodeCommon()
H A DSelectionDAG.cpp598 case ISD::TargetConstant: in AddNodeIDCustom()
1444 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
H A DDAGCombiner.cpp994 (LD->getOperand(2).getOpcode() != ISD::TargetConstant || in canSplitIdx()
15447 assert((Inc.getOpcode() != ISD::TargetConstant || in SplitIndexingFromLoad()
15450 if (Inc.getOpcode() == ISD::TargetConstant) { in SplitIndexingFromLoad()
H A DTargetLowering.cpp966 case ISD::TargetConstant: in SimplifyDemandedBits()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td328 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;
892 // Convenience wrapper for ImmLeaf to use timm/TargetConstant instead
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp232 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs()
4968 N->getOperand(1).getOpcode() == ISD::TargetConstant) in Select()
5135 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td438 // tuimm5sN predicate - similiar to uimm5sN, but use TImmLeaf (TargetConstant)
692 // Same as vecshiftR#N, but use TargetConstant (TimmLeaf) instead of Constant
758 // Same as vecshiftL#N, but use TargetConstant (TimmLeaf) instead of Constant
906 // timm0_31 predicate - same ass imm0_31, but use TargetConstant (TimmLeaf)
928 // timm0_1 - as above, but use TargetConstant (TImmLeaf)
H A DAArch64ISelLowering.cpp14989 case ISD::TargetConstant: { in checkValueWidth()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25173 assert(Op.getOperand(4)->getOpcode() == ISD::TargetConstant); in LowerINTRINSIC_WO_CHAIN()