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 {
  648   bool isPreISelOpcode(QueryType Type = IgnoreBundle) const {
  656   bool isVariadic(QueryType Type = IgnoreBundle) const {
  662   bool hasOptionalDef(QueryType Type = IgnoreBundle) const {
  668   bool isPseudo(QueryType Type = IgnoreBundle) 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 {
  736   bool isPredicable(QueryType Type = AllInBundle) const {
  743   bool isCompare(QueryType Type = IgnoreBundle) const {
  749   bool isMoveImmediate(QueryType Type = IgnoreBundle) const {
  755   bool isMoveReg(QueryType Type = IgnoreBundle) const {
  760   bool isBitcast(QueryType Type = IgnoreBundle) const {
  765   bool isSelect(QueryType Type = IgnoreBundle) const {
  772   bool isNotDuplicable(QueryType Type = AnyInBundle) const {
  779   bool isConvergent(QueryType Type = AnyInBundle) const {
  790   bool hasDelaySlot(QueryType Type = AnyInBundle) const {
  802   bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
  816   bool isRegSequenceLike(QueryType Type = IgnoreBundle) const {
  831   bool isExtractSubregLike(QueryType Type = IgnoreBundle) const {
  845   bool isInsertSubregLike(QueryType Type = IgnoreBundle) const {
  856   bool mayLoad(QueryType Type = AnyInBundle) const {
  869   bool mayStore(QueryType Type = AnyInBundle) const {
  879   bool mayLoadOrStore(QueryType Type = AnyInBundle) const {
  908   bool isCommutable(QueryType Type = IgnoreBundle) const {
  926   bool isConvertibleTo3Addr(QueryType Type = IgnoreBundle) const {
  938   bool usesCustomInsertionHook(QueryType Type = IgnoreBundle) const {
  946   bool hasPostISelHook(QueryType Type = IgnoreBundle) const {
  954   bool isRematerializable(QueryType Type = AllInBundle) const {
  966   bool isAsCheapAsAMove(QueryType Type = AllInBundle) const {
  977   bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
  987   bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
 1684   bool hasPropertyInBundle(uint64_t Mask, QueryType Type) const;
lib/CodeGen/MachineInstr.cpp
  568 bool MachineInstr::hasPropertyInBundle(uint64_t Mask, QueryType Type) const {