HomeSort by: relevance | last modified time | path
    Searched refs:TargetBlockAddress (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 163 TargetBlockAddress,
SelectionDAGNodes.h 2121 N->getOpcode() == ISD::TargetBlockAddress;
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 274 nextAddr->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 169 case ISD::TargetBlockAddress: return "TargetBlockAddress";
SelectionDAGISel.cpp 2843 case ISD::TargetBlockAddress:
SelectionDAG.cpp 747 case ISD::TargetBlockAddress:
2009 unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress;
TargetLowering.cpp 4496 Op.getOpcode() == ISD::TargetBlockAddress) {
4999 if (Op.getNode() && Op.getOpcode() == ISD::TargetBlockAddress)

Completed in 37 milliseconds