Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h123 TargetConstantPool, enumerator
H A DSelectionDAGNodes.h1523 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1531 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1567 N->getOpcode() == ISD::TargetConstantPool;
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp130 case ISD::TargetConstantPool: return "TargetConstantPool"; in getOperationName()
H A DSelectionDAG.cpp461 case ISD::TargetConstantPool: { in AddNodeIDCustom()
1321 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
1348 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
H A DSelectionDAGISel.cpp2505 case ISD::TargetConstantPool: in SelectCodeCommon()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1070 N.getOperand(0).getOpcode() == ISD::TargetConstantPool) in SelectThumbAddrModeRI()
1126 N.getOperand(0).getOpcode() == ISD::TargetConstantPool) in SelectThumbAddrModeImm5S()
1267 if (Base.getOpcode() == ISD::TargetConstantPool) in SelectT2AddrModeImm12()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td308 def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1420 if (N->getOpcode() != ISD::TargetConstantPool && in SelectMOV64Imm32()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1369 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImm()