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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h138 TargetBlockAddress, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h2093 N->getOpcode() == ISD::TargetBlockAddress;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp274 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp168 case ISD::TargetBlockAddress: return "TargetBlockAddress";
H A DSelectionDAGISel.cpp2792 case ISD::TargetBlockAddress:
H A DTargetLowering.cpp4115 Op.getOpcode() == ISD::TargetBlockAddress) {
4621 if (Op.getNode() && Op.getOpcode() == ISD::TargetBlockAddress)
H A DSelectionDAG.cpp638 case ISD::TargetBlockAddress:
1846 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress;

Completed in 281 milliseconds