Searched refs:TargetConstant (Results 1 - 12 of 12) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h115 /// TargetConstant* - Like Constant*, but the DAG does not do any folding,
120 TargetConstant, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1425 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant,
1444 N->getOpcode() == ISD::TargetConstant;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp129 case ISD::TargetConstant:
132 return "TargetConstant";
H A DLegalizeTypes.h95 return N->getOpcode() == ISD::TargetConstant;
H A DLegalizeDAG.cpp1205 if (Node->getOpcode() == ISD::TargetConstant) // Allow illegal target nodes.
1219 Op.getOpcode() == ISD::TargetConstant) &&
H A DSelectionDAGISel.cpp2606 case ISD::TargetConstant:
H A DSelectionDAG.cpp411 case ISD::TargetConstant:
1188 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant;
H A DDAGCombiner.cpp9894 assert((Inc.getOpcode() != ISD::TargetConstant ||
9897 if (Inc.getOpcode() == ISD::TargetConstant) {
9943 // If this load has an opaque TargetConstant offset, then we cannot split
9944 // the indexing into an add/sub directly (that TargetConstant may not be
9947 bool HasOTCInc = LD->getOperand(2).getOpcode() == ISD::TargetConstant &&
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp149 if (N.getOpcode() == ISD::TargetConstant ||
2424 // TargetConstant operand, crash here instead of miscompiling (by selecting
2427 N->getOperand(1).getOpcode() == ISD::TargetConstant)
2428 llvm_unreachable("Invalid ADD with TargetConstant operand");
2499 if (Offset.getOpcode() == ISD::TargetConstant ||
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1943 bool isCN = Val.getNode() && (Val.getOpcode() == ISD::TargetConstant);
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1333 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9217 case ISD::TargetConstant: {

Completed in 217 milliseconds