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

References

include/llvm/CodeGen/MachineInstr.h
  635   bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
  672   bool isReturn(QueryType Type = AnyInBundle) const {
  678   bool isEHScopeReturn(QueryType Type = AnyInBundle) const {
  682   bool isCall(QueryType Type = AnyInBundle) const {
  689   bool isBarrier(QueryType Type = AnyInBundle) const {
  698   bool isTerminator(QueryType Type = AnyInBundle) const {
  706   bool isBranch(QueryType Type = AnyInBundle) const {
  712   bool isIndirectBranch(QueryType Type = AnyInBundle) const {
  720   bool isConditionalBranch(QueryType Type = AnyInBundle) const {
  728   bool isUnconditionalBranch(QueryType Type = AnyInBundle) const {
  772   bool isNotDuplicable(QueryType Type = AnyInBundle) const {
  779   bool isConvergent(QueryType Type = AnyInBundle) const {
  790   bool hasDelaySlot(QueryType Type = AnyInBundle) const {
  856   bool mayLoad(QueryType Type = AnyInBundle) const {
  869   bool mayStore(QueryType Type = AnyInBundle) const {
  879   bool mayLoadOrStore(QueryType Type = AnyInBundle) const {
  977   bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
  987   bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
lib/CodeGen/MachineInstr.cpp
  572       if (Type == AnyInBundle)