Home
last modified time | relevance | path

Searched refs:TargetBlockAddress (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h132 TargetBlockAddress, enumerator
DSelectionDAGNodes.h1804 N->getOpcode() == ISD::TargetBlockAddress;
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp268 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in SelectBRIND()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp141 case ISD::TargetBlockAddress: return "TargetBlockAddress"; in getOperationName()
DSelectionDAGISel.cpp2612 case ISD::TargetBlockAddress: in SelectCodeCommon()
DSelectionDAG.cpp521 case ISD::TargetBlockAddress: in AddNodeIDCustom()
1748 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress; in getBlockAddress()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td357 def tblockaddress: SDNode<"ISD::TargetBlockAddress", SDTPtrLeaf, [],
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1568 N->getOpcode() != ISD::TargetBlockAddress) in selectMOV64Imm32()