Home
last modified time | relevance | path

Searched refs:TargetConstantPool (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h118 TargetConstantPool, enumerator
DSelectionDAGNodes.h1479 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1487 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1523 N->getOpcode() == ISD::TargetConstantPool;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp129 case ISD::TargetConstantPool: return "TargetConstantPool"; in getOperationName()
DSelectionDAG.cpp460 case ISD::TargetConstantPool: { in AddNodeIDCustom()
1341 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
1369 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
DSelectionDAGISel.cpp2458 case ISD::TargetConstantPool: in SelectCodeCommon()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1078 N.getOperand(0).getOpcode() == ISD::TargetConstantPool) in SelectThumbAddrModeRI()
1134 N.getOperand(0).getOpcode() == ISD::TargetConstantPool) in SelectThumbAddrModeImm5S()
1278 if (Base.getOpcode() == ISD::TargetConstantPool) in SelectT2AddrModeImm12()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td296 def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1411 if (N->getOpcode() != ISD::TargetConstantPool && in SelectMOV64Imm32()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1316 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImm()