Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h137 TargetBlockAddress, enumerator
H A DSelectionDAGNodes.h1950 N->getOpcode() == ISD::TargetBlockAddress;
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp274 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in tryBRIND()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp166 case ISD::TargetBlockAddress: return "TargetBlockAddress"; in getOperationName()
H A DSelectionDAGISel.cpp2954 case ISD::TargetBlockAddress: in SelectCodeCommon()
H A DSelectionDAG.cpp621 case ISD::TargetBlockAddress: in AddNodeIDCustom()
1785 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress; in getBlockAddress()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td336 def tblockaddress: SDNode<"ISD::TargetBlockAddress", SDTPtrLeaf, [],