Home | History | Annotate | Download | only in X86

Lines Matching refs:BlockAddress

578   setOperationAction(ISD::BlockAddress    , MVT::i32  , Custom);
584 setOperationAction(ISD::BlockAddress , MVT::i64 , Custom);
10255 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress();
16190 case ISD::BlockAddress: return LowerBlockAddress(Op, DAG);