Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h170 TargetBlockAddress, enumerator
H A DSelectionDAGNodes.h2133 N->getOpcode() == ISD::TargetBlockAddress;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp274 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in tryBRIND()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp169 case ISD::TargetBlockAddress: return "TargetBlockAddress"; in getOperationName()
H A DSelectionDAGISel.cpp2857 case ISD::TargetBlockAddress: in SelectCodeCommon()
H A DTargetLowering.cpp4521 Op.getOpcode() == ISD::TargetBlockAddress) { in LowerAsmOperandForConstraint()
5025 if (Op.getNode() && Op.getOpcode() == ISD::TargetBlockAddress) in ComputeConstraintToUse()
H A DSelectionDAG.cpp748 case ISD::TargetBlockAddress: in AddNodeIDCustom()
2016 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress; in getBlockAddress()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td362 def tblockaddress: SDNode<"ISD::TargetBlockAddress", SDTPtrLeaf, [],