Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h127 TargetBlockAddress, enumerator
DSelectionDAGNodes.h1472 N->getOpcode() == ISD::TargetBlockAddress;
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp296 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in SelectBRIND()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp126 case ISD::TargetBlockAddress: return "TargetBlockAddress"; in getOperationName()
DSelectionDAGISel.cpp2191 case ISD::TargetBlockAddress: in SelectCodeCommon()
DSelectionDAG.cpp461 case ISD::TargetBlockAddress: in AddNodeIDCustom()
1421 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress; in getBlockAddress()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td312 def tblockaddress: SDNode<"ISD::TargetBlockAddress", SDTPtrLeaf, [],