Searched refs:TargetConstantPool (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h130 TargetConstantPool, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1577 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1585 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1621 N->getOpcode() == ISD::TargetConstantPool;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp138 case ISD::TargetConstantPool: return "TargetConstantPool";
H A DSelectionDAG.cpp456 case ISD::TargetConstantPool: {
1356 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool;
1383 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool;
H A DSelectionDAGISel.cpp2608 case ISD::TargetConstantPool:
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1563 if (N->getOpcode() != ISD::TargetConstantPool &&
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1297 if (Base.getOpcode() == ISD::TargetConstantPool)
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1769 Disp.getOpcode() == ISD::TargetConstantPool ||

Completed in 189 milliseconds