reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/SelectionDAGNodes.h
 2101     return N->getOpcode() == ISD::BlockAddress ||
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  624   case ISD::BlockAddress: {
 1808   unsigned Opc = isTarget ? ISD::TargetBlockAddress : ISD::BlockAddress;
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  140   case ISD::BlockAddress:               return "BlockAddress";
lib/Target/AArch64/AArch64ISelLowering.cpp
  295   setOperationAction(ISD::BlockAddress, MVT::i64, Custom);
 2988   case ISD::BlockAddress:
lib/Target/ARM/ARMISelLowering.cpp
 1180   setOperationAction(ISD::BlockAddress, MVT::i32, Custom);
 9154   case ISD::BlockAddress:  return LowerBlockAddress(Op, DAG);
lib/Target/AVR/AVRISelLowering.cpp
   51   setOperationAction(ISD::BlockAddress, MVT::i16, Custom);
  695   case ISD::BlockAddress:
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
 1353   case ISD::BlockAddress:
lib/Target/Hexagon/HexagonISelLowering.cpp
 1312   setOperationAction(ISD::BlockAddress,  MVT::i32, Custom);
 2870     case ISD::BlockAddress:         return LowerBlockAddress(Op, DAG);
lib/Target/Lanai/LanaiISelLowering.cpp
   93   setOperationAction(ISD::BlockAddress, MVT::i32, Custom);
  186   case ISD::BlockAddress:
lib/Target/MSP430/MSP430ISelLowering.cpp
   83   setOperationAction(ISD::BlockAddress,     MVT::i16,   Custom);
  341   case ISD::BlockAddress:     return LowerBlockAddress(Op, DAG);
lib/Target/Mips/MipsISelLowering.cpp
  349   setOperationAction(ISD::BlockAddress,       MVT::i32,   Custom);
  370     setOperationAction(ISD::BlockAddress,       MVT::i64,   Custom);
 1224   case ISD::BlockAddress:       return lowerBlockAddress(Op, DAG);
lib/Target/PowerPC/PPCISelLowering.cpp
  415   setOperationAction(ISD::BlockAddress,  MVT::i32, Custom);
  420   setOperationAction(ISD::BlockAddress,  MVT::i64, Custom);
10116   case ISD::BlockAddress:       return LowerBlockAddress(Op, DAG);
lib/Target/RISCV/RISCVISelLowering.cpp
  186   setOperationAction(ISD::BlockAddress, XLenVT, Custom);
  375   case ISD::BlockAddress:
lib/Target/Sparc/SparcISelLowering.cpp
 1487   setOperationAction(ISD::BlockAddress, PtrVT, Custom);
 3017   case ISD::BlockAddress:       return LowerBlockAddress(Op, DAG);
lib/Target/SystemZ/SystemZISelLowering.cpp
  287   setOperationAction(ISD::BlockAddress,     PtrVT, Custom);
 4942   case ISD::BlockAddress:
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
   74   setOperationAction(ISD::BlockAddress, MVTPtr, Custom);
  991   case ISD::BlockAddress:
lib/Target/X86/X86ISelLowering.cpp
  448     setOperationAction(ISD::BlockAddress    , VT, Custom);
27687   case ISD::BlockAddress:       return LowerBlockAddress(Op, DAG);
lib/Target/XCore/XCoreISelLowering.cpp
  116   setOperationAction(ISD::BlockAddress, MVT::i32 , Custom);
  202   case ISD::BlockAddress:       return LowerBlockAddress(Op, DAG);