HomeSort by: relevance | last modified time | path
    Searched refs:TargetConstant (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 146 /// TargetConstant* - Like Constant*, but the DAG does not do any folding,
151 TargetConstant,
SelectionDAGNodes.h 1538 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DebugLoc(),
1563 N->getOpcode() == ISD::TargetConstant;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 864 assert(Intrinsic.getOpcode() == ISD::TargetConstant &&
868 // Convert Constant to TargetConstant.
936 assert(Intrinsic.getOpcode() == ISD::TargetConstant &&
940 // Convert Constant to TargetConstant.
MipsSEISelLowering.cpp 1324 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 157 case ISD::TargetConstant:
160 return "TargetConstant";
LegalizeTypes.h 82 return N->getOpcode() == ISD::TargetConstant ||
LegalizeDAG.cpp 962 if (Node->getOpcode() == ISD::TargetConstant ||
975 Op.getOpcode() == ISD::TargetConstant ||
SelectionDAGISel.cpp 2837 case ISD::TargetConstant:
SelectionDAG.cpp 598 case ISD::TargetConstant:
1444 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant;
DAGCombiner.cpp 994 (LD->getOperand(2).getOpcode() != ISD::TargetConstant ||
15447 assert((Inc.getOpcode() != ISD::TargetConstant ||
15450 if (Inc.getOpcode() == ISD::TargetConstant) {
15673 // If this load has an opaque TargetConstant offset, then we cannot split
15674 // the indexing into an add/sub directly (that TargetConstant may not be
TargetLowering.cpp 966 case ISD::TargetConstant:
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 232 if (N.getOpcode() == ISD::TargetConstant ||
3050 // INSERT_SUBREG IMPLICIT_DEF:i64, <input>, TargetConstant:i32<1>
4965 // TargetConstant operand, crash here instead of miscompiling (by selecting
4968 N->getOperand(1).getOpcode() == ISD::TargetConstant)
4969 llvm_unreachable("Invalid ADD with TargetConstant operand");
5135 if (Offset.getOpcode() == ISD::TargetConstant ||
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 14989 case ISD::TargetConstant: {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 25173 assert(Op.getOperand(4)->getOpcode() == ISD::TargetConstant);
    [all...]

Completed in 135 milliseconds