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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 4047     if (Op.getOpcode() == ISD::BasicBlock ||
 4048         Op.getOpcode() == ISD::TargetBlockAddress) {
 4049       Ops.push_back(Op);
 4068       if ((GA = dyn_cast<GlobalAddressSDNode>(Op)) && ConstraintLetter != 'n') {
 4069         Ops.push_back(DAG.getTargetGlobalAddress(GA->getGlobal(), SDLoc(Op),
 4073       } else if ((C = dyn_cast<ConstantSDNode>(Op)) &&
 4087       } else if ((BA = dyn_cast<BlockAddressSDNode>(Op)) &&
 4094         const unsigned OpCode = Op.getOpcode();
 4096           if ((C = dyn_cast<ConstantSDNode>(Op.getOperand(0))))
 4097             Op = Op.getOperand(1);
 4097             Op = Op.getOperand(1);
 4100                    (C = dyn_cast<ConstantSDNode>(Op.getOperand(1))))
 4101             Op = Op.getOperand(0);
 4101             Op = Op.getOperand(0);