Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h120 TargetConstant, enumerator
DSelectionDAGNodes.h1425 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant,
1444 N->getOpcode() == ISD::TargetConstant;
/external/llvm/test/CodeGen/AArch64/
Darm64-patchpoint.ll45 ; Test patchpoints reusing the same TargetConstant.
/external/llvm/test/CodeGen/X86/
Dpatchpoint.ll58 ; Test patchpoints reusing the same TargetConstant.
/external/llvm/test/CodeGen/PowerPC/
Dppc64-patchpoint.ll70 ; Test patchpoints reusing the same TargetConstant.
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp129 case ISD::TargetConstant: in getOperationName()
DLegalizeTypes.h95 return N->getOpcode() == ISD::TargetConstant; in IgnoreNodeResults()
DSelectionDAGISel.cpp2606 case ISD::TargetConstant: in SelectCodeCommon()
DLegalizeDAG.cpp1205 if (Node->getOpcode() == ISD::TargetConstant) // Allow illegal target nodes. in LegalizeOp()
1219 Op.getOpcode() == ISD::TargetConstant) && in LegalizeOp()
DSelectionDAG.cpp411 case ISD::TargetConstant: in AddNodeIDCustom()
1188 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
DDAGCombiner.cpp9894 assert((Inc.getOpcode() != ISD::TargetConstant || in SplitIndexingFromLoad()
9897 if (Inc.getOpcode() == ISD::TargetConstant) { in SplitIndexingFromLoad()
9947 bool HasOTCInc = LD->getOperand(2).getOpcode() == ISD::TargetConstant && in visitLOAD()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp149 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs()
2427 N->getOperand(1).getOpcode() == ISD::TargetConstant) in Select()
2499 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td324 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1943 bool isCN = Val.getNode() && (Val.getOpcode() == ISD::TargetConstant); in selectAtomicLoadArith()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1333 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9217 case ISD::TargetConstant: { in checkValueWidth()