Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h163 TargetBlockAddress, enumerator
H A DSelectionDAGNodes.h2121 N->getOpcode() == ISD::TargetBlockAddress;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp274 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in tryBRIND()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp169 case ISD::TargetBlockAddress: return "TargetBlockAddress"; in getOperationName()
H A DSelectionDAGISel.cpp2843 case ISD::TargetBlockAddress: in SelectCodeCommon()
H A DTargetLowering.cpp4496 Op.getOpcode() == ISD::TargetBlockAddress) { in LowerAsmOperandForConstraint()
4999 if (Op.getNode() && Op.getOpcode() == ISD::TargetBlockAddress) in ComputeConstraintToUse()
H A DSelectionDAG.cpp747 case ISD::TargetBlockAddress: in AddNodeIDCustom()
2009 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress; in getBlockAddress()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td362 def tblockaddress: SDNode<"ISD::TargetBlockAddress", SDTPtrLeaf, [],