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

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h108 /// TargetConstant* - Like Constant*, but the DAG does not do any folding,
113 TargetConstant, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1363 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant,
1382 N->getOpcode() == ISD::TargetConstant;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp122 case ISD::TargetConstant:
125 return "TargetConstant";
H A DLegalizeTypes.h81 return N->getOpcode() == ISD::TargetConstant;
H A DLegalizeDAG.cpp1160 if (Node->getOpcode() == ISD::TargetConstant) // Allow illegal target nodes.
1172 Node->getOperand(i).getOpcode() == ISD::TargetConstant) &&
H A DSelectionDAGISel.cpp2622 case ISD::TargetConstant:
H A DSelectionDAG.cpp432 case ISD::TargetConstant:
1172 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant;
H A DDAGCombiner.cpp8948 assert((Inc.getOpcode() != ISD::TargetConstant ||
8951 if (Inc.getOpcode() == ISD::TargetConstant) {
8997 // If this load has an opaque TargetConstant offset, then we cannot split
8998 // the indexing into an add/sub directly (that TargetConstant may not be
9001 bool HasOTCInc = LD->getOperand(2).getOpcode() == ISD::TargetConstant &&
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp141 if (N.getOpcode() == ISD::TargetConstant ||
2355 // TargetConstant operand, crash here instead of miscompiling (by selecting
2358 N->getOperand(1).getOpcode() == ISD::TargetConstant)
2359 llvm_unreachable("Invalid ADD with TargetConstant operand");
2429 if (Offset.getOpcode() == ISD::TargetConstant ||
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1321 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant);
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1806 bool isCN = Val.getNode() && (Val.getOpcode() == ISD::TargetConstant);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8326 case ISD::TargetConstant: {
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3131 // Handle (ISD::BITCAST (ARMISD::VMOVIMM (ISD::TargetConstant 0)) MVT::f64)
3136 if (MoveOp->getOpcode() == ISD::TargetConstant &&

Completed in 283 milliseconds