Searched refs:TargetBlockAddress (Results 1 – 8 of 8) sorted by relevance
170 TargetBlockAddress, enumerator
2133 N->getOpcode() == ISD::TargetBlockAddress;
274 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in tryBRIND()
169 case ISD::TargetBlockAddress: return "TargetBlockAddress"; in getOperationName()
2857 case ISD::TargetBlockAddress: in SelectCodeCommon()
4521 Op.getOpcode() == ISD::TargetBlockAddress) { in LowerAsmOperandForConstraint()5025 if (Op.getNode() && Op.getOpcode() == ISD::TargetBlockAddress) in ComputeConstraintToUse()
748 case ISD::TargetBlockAddress: in AddNodeIDCustom()2016 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress; in getBlockAddress()
362 def tblockaddress: SDNode<"ISD::TargetBlockAddress", SDTPtrLeaf, [],