Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h170 TargetBlockAddress, enumerator
H A DSelectionDAGNodes.h2218 N->getOpcode() == ISD::TargetBlockAddress;
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp281 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in tryBRIND()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp173 case ISD::TargetBlockAddress: return "TargetBlockAddress"; in getOperationName()
H A DSelectionDAGISel.cpp2865 case ISD::TargetBlockAddress: in SelectCodeCommon()
H A DSelectionDAG.cpp882 case ISD::TargetBlockAddress: in AddNodeIDCustom()
2178 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress; in getBlockAddress()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td373 def tblockaddress: SDNode<"ISD::TargetBlockAddress", SDTPtrLeaf, [],