Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h126 TargetConstant, enumerator
DSelectionDAGNodes.h1570 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DebugLoc(),
1593 N->getOpcode() == ISD::TargetConstant;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc1211 /* 2568*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1265 /* 2686*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1293 /* 2740*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1316 /* 2784*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1346 /* 2840*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1368 /* 2883*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1396 /* 2937*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1419 /* 2981*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1449 /* 3037*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
1490 /* 3117*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp156 case ISD::TargetConstant: in getOperationName()
DLegalizeTypes.h82 return N->getOpcode() == ISD::TargetConstant || in IgnoreNodeResults()
DLegalizeDAG.cpp963 if (Node->getOpcode() == ISD::TargetConstant || in LegalizeOp()
976 Op.getOpcode() == ISD::TargetConstant || in LegalizeOp()
DSelectionDAGISel.cpp2786 case ISD::TargetConstant: in SelectCodeCommon()
DSelectionDAG.cpp494 case ISD::TargetConstant: in AddNodeIDCustom()
1301 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
DDAGCombiner.cpp14121 assert((Inc.getOpcode() != ISD::TargetConstant || in SplitIndexingFromLoad()
14124 if (Inc.getOpcode() == ISD::TargetConstant) { in SplitIndexingFromLoad()
14325 bool HasOTCInc = LD->getOperand(2).getOpcode() == ISD::TargetConstant && in visitLOAD()
DTargetLowering.cpp855 case ISD::TargetConstant: in SimplifyDemandedBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td313 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;
871 // Convenience wrapper for ImmLeaf to use timm/TargetConstant instead
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenDAGISel.inc7017 /* 13592*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
7846 /* 14990*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
7868 /* 15030*/ OPC_SwitchOpcode /*2 cases */, 14, TARGET_VAL(ISD::TargetConstant),// ->15048
7892 /* 15076*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
8172 /* 15562*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
8194 /* 15602*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
8364 /* 15907*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
8377 /* 15930*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
8390 /* 15953*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
8403 /* 15976*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp226 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs()
4523 N->getOperand(1).getOpcode() == ISD::TargetConstant) in Select()
4649 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1324 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenDAGISel.inc16332 /* 43356*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
16344 /* 43377*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
16501 /* 43664*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
16505 /* 43670*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
16517 /* 43692*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
16521 /* 43698*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
16541 /* 43734*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
16562 /* 43770*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
17956 /* 46259*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
17977 /* 46295*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td396 // tuimm5sN predicate - similiar to uimm5sN, but use TImmLeaf (TargetConstant)
627 // Same as vecshiftR#N, but use TargetConstant (TimmLeaf) instead of Constant
798 // timm0_31 predicate - same ass imm0_31, but use TargetConstant (TimmLeaf)
DAArch64ISelLowering.cpp11796 case ISD::TargetConstant: { in checkValueWidth()