Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h125 TargetBlockAddress, enumerator
H A DSelectionDAGNodes.h1743 N->getOpcode() == ISD::TargetBlockAddress;
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp269 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) { in SelectBRIND()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp132 case ISD::TargetBlockAddress: return "TargetBlockAddress"; in getOperationName()
H A DSelectionDAGISel.cpp2508 case ISD::TargetBlockAddress: in SelectCodeCommon()
H A DSelectionDAG.cpp539 case ISD::TargetBlockAddress: in AddNodeIDCustom()
1675 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress; in getBlockAddress()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td324 def tblockaddress: SDNode<"ISD::TargetBlockAddress", SDTPtrLeaf, [],
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1424 N->getOpcode() != ISD::TargetBlockAddress) in SelectMOV64Imm32()