Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h176 TargetBlockAddress, enumerator
H A DSelectionDAGNodes.h2299 N->getOpcode() == ISD::TargetBlockAddress;
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp289 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in tryBRIND()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp181 case ISD::TargetBlockAddress: return "TargetBlockAddress"; in getOperationName()
H A DSelectionDAGISel.cpp3204 case ISD::TargetBlockAddress: in SelectCodeCommon()
H A DSelectionDAG.cpp921 case ISD::TargetBlockAddress: in AddNodeIDCustom()
2323 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress; in getBlockAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td392 def tblockaddress: SDNode<"ISD::TargetBlockAddress", SDTPtrLeaf, [],