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

References

lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
  142   IntMask = ST.isWave32() ? Type::getInt32Ty(Context)
  144   ReturnStruct = StructType::get(Boolean, IntMask);
  149   IntMaskZero = ConstantInt::get(IntMask, 0);
  151   If = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_if, { IntMask });
  153                                    { IntMask, IntMask });
  153                                    { IntMask, IntMask });
  155                                       { IntMask, IntMask });
  155                                       { IntMask, IntMask });
  156   Loop = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_loop, { IntMask });
  157   EndCf = Intrinsic::getDeclaration(&M, Intrinsic::amdgcn_end_cf, { IntMask });
  267   PHINode *Broken = PHINode::Create(IntMask, 0, "phi.broken", &Target->front());