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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 161 TargetConstantPool,
SelectionDAGNodes.h 1825 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1834 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1870 N->getOpcode() == ISD::TargetConstantPool;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 166 case ISD::TargetConstantPool: return "TargetConstantPool";
SelectionDAGISel.cpp 2839 case ISD::TargetConstantPool:
SelectionDAG.cpp 653 case ISD::TargetConstantPool: {
1621 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool;
1648 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 1152 N.getOperand(0).getOpcode() != ISD::TargetConstantPool &&
1288 if (Base.getOpcode() == ISD::TargetConstantPool)
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 2703 Disp.getOpcode() == ISD::TargetConstantPool ||
17292 Disp.getOpcode() == ISD::TargetConstantPool ||

Completed in 60 milliseconds