Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:dyn_cast

350   if (const MachineSDNode *MN = dyn_cast<MachineSDNode>(this)) {
363 dyn_cast<ShuffleVectorSDNode>(this)) {
374 } else if (const ConstantSDNode *CSDN = dyn_cast<ConstantSDNode>(this)) {
376 } else if (const ConstantFPSDNode *CSDN = dyn_cast<ConstantFPSDNode>(this)) {
387 dyn_cast<GlobalAddressSDNode>(this)) {
398 } else if (const FrameIndexSDNode *FIDN = dyn_cast<FrameIndexSDNode>(this)) {
400 } else if (const JumpTableSDNode *JTDN = dyn_cast<JumpTableSDNode>(this)) {
404 } else if (const ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(this)){
416 } else if (const TargetIndexSDNode *TI = dyn_cast<TargetIndexSDNode>(this)) {
420 } else if (const BasicBlockSDNode *BBDN = dyn_cast<BasicBlockSDNode>(this)) {
426 } else if (const RegisterSDNode *R = dyn_cast<RegisterSDNode>(this)) {
429 dyn_cast<ExternalSymbolSDNode>(this)) {
433 } else if (const SrcValueSDNode *M = dyn_cast<SrcValueSDNode>(this)) {
438 } else if (const MDNodeSDNode *MD = dyn_cast<MDNodeSDNode>(this)) {
443 } else if (const VTSDNode *N = dyn_cast<VTSDNode>(this)) {
446 else if (const LoadSDNode *LD = dyn_cast<LoadSDNode>(this)) {
464 } else if (const StoreSDNode *ST = dyn_cast<StoreSDNode>(this)) {
475 } else if (const MemSDNode* M = dyn_cast<MemSDNode>(this)) {
478 dyn_cast<BlockAddressSDNode>(this)) {