Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp242 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in tryBRIND()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h186 TargetBlockAddress, enumerator
H A DSelectionDAGNodes.h2414 N->getOpcode() == ISD::TargetBlockAddress;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp190 case ISD::TargetBlockAddress: return "TargetBlockAddress"; in getOperationName()
H A DSelectionDAGISel.cpp3259 case ISD::TargetBlockAddress: in SelectCodeCommon()
H A DSelectionDAG.cpp952 case ISD::TargetBlockAddress: in AddNodeIDCustom()
2381 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress; in getBlockAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td405 def tblockaddress: SDNode<"ISD::TargetBlockAddress", SDTPtrLeaf, [],