Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h108 TargetConstant, enumerator
DSelectionDAGNodes.h1342 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant,
1361 N->getOpcode() == ISD::TargetConstant;
/external/llvm/test/CodeGen/X86/
Dpatchpoint.ll96 ; Test patchpoints reusing the same TargetConstant.
/external/llvm/test/CodeGen/AArch64/
Darm64-patchpoint.ll111 ; Test patchpoints reusing the same TargetConstant.
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp120 case ISD::TargetConstant: in getOperationName()
DLegalizeTypes.h81 return N->getOpcode() == ISD::TargetConstant; in IgnoreNodeResults()
DSelectionDAGISel.cpp2456 case ISD::TargetConstant: in SelectCodeCommon()
DLegalizeDAG.cpp1158 if (Node->getOpcode() == ISD::TargetConstant) // Allow illegal target nodes. in LegalizeOp()
1170 Node->getOperand(i).getOpcode() == ISD::TargetConstant) && in LegalizeOp()
DSelectionDAG.cpp415 case ISD::TargetConstant: in AddNodeIDCustom()
1174 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp134 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs()
1072 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td280 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1802 bool isCN = Val.getNode() && (Val.getOpcode() == ISD::TargetConstant); in SelectAtomicLoadArith()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1318 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()