Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h122 TargetConstant, enumerator
DSelectionDAGNodes.h1149 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant,
1166 N->getOpcode() == ISD::TargetConstant;
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h120 TargetConstant, enumerator
DSelectionDAGNodes.h1285 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DL,
1305 N->getOpcode() == ISD::TargetConstant;
/external/llvm/test/CodeGen/AArch64/
Darm64-patchpoint.ll46 ; 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/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelDAGToDAG.cpp336 case ISD::TargetConstant: in SelectAFormAddr()
430 || Op1.getOpcode() == ISD::TargetConstant) { in DFormAddressPredicate()
451 || Op0.getOpcode() == ISD::TargetConstant) { in DFormAddressPredicate()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp129 case ISD::TargetConstant: in getOperationName()
DLegalizeTypes.h92 return N->getOpcode() == ISD::TargetConstant; in IgnoreNodeResults()
DLegalizeDAG.cpp925 if (Node->getOpcode() == ISD::TargetConstant) // Allow illegal target nodes. in LegalizeOp()
939 Op.getOpcode() == ISD::TargetConstant) && in LegalizeOp()
DSelectionDAGISel.cpp2742 case ISD::TargetConstant: in SelectCodeCommon()
DSelectionDAG.cpp386 case ISD::TargetConstant: in AddNodeIDCustom()
1179 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
DDAGCombiner.cpp10012 assert((Inc.getOpcode() != ISD::TargetConstant || in SplitIndexingFromLoad()
10015 if (Inc.getOpcode() == ISD::TargetConstant) { in SplitIndexingFromLoad()
10065 bool HasOTCInc = LD->getOperand(2).getOpcode() == ISD::TargetConstant && in visitLOAD()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h78 return N->getOpcode() == ISD::TargetConstant; in IgnoreNodeResults()
DSelectionDAG.cpp362 case ISD::TargetConstant: in AddNodeIDCustom()
954 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
5936 case ISD::TargetConstant: return "TargetConstant"; in getOperationName()
DSelectionDAGISel.cpp2032 case ISD::TargetConstant: in SelectCodeCommon()
DLegalizeDAG.cpp767 if (Op.getOpcode() == ISD::TargetConstant) // Allow illegal target nodes. in LegalizeOp()
782 Node->getOperand(i).getOpcode() == ISD::TargetConstant) && in LegalizeOp()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp144 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs()
2433 N->getOperand(1).getOpcode() == ISD::TargetConstant) in Select()
2512 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td280 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td329 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1332 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9368 case ISD::TargetConstant: { in checkValueWidth()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenDAGISel.inc35344 /*73440*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
35348 /*73447*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
35545 /*73783*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),
36077 /*74840*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstant),