Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:BA

523     const BlockAddressSDNode *BA = cast<BlockAddressSDNode>(N);
524 ID.AddPointer(BA->getBlockAddress());
525 ID.AddInteger(BA->getOffset());
526 ID.AddInteger(BA->getTargetFlags());
1744 SDValue SelectionDAG::getBlockAddress(const BlockAddress *BA, EVT VT,
1752 ID.AddPointer(BA);
1759 SDNode *N = new (NodeAllocator) BlockAddressSDNode(Opc, VT, BA, Offset,