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

References

include/llvm/CodeGen/MachineInstr.h
  639     if (Type == IgnoreBundle || !isBundled() || isBundledWithPred())
  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 {
  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 {
  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 {
  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 {
lib/CodeGen/BranchFolding.cpp
  167     if (MI.isCall(MachineInstr::IgnoreBundle))
lib/CodeGen/IfConversion.cpp
 1847     if (DI2->isCall(MachineInstr::IgnoreBundle))
 1896     if (DI1->isCall(MachineInstr::IgnoreBundle))
 2184     if (MI->isCall(MachineInstr::IgnoreBundle))
lib/CodeGen/MIRParser/MIRParser.cpp
  361     if (!CallI->isCall(MachineInstr::IgnoreBundle))
lib/CodeGen/MachineFunction.cpp
  371   assert((!MI->isCall(MachineInstr::IgnoreBundle) ||
lib/CodeGen/MachineOperand.cpp
  127     return !MI->hasExtraDefRegAllocReq(MachineInstr::IgnoreBundle);
  130   return !MI->hasExtraSrcRegAllocReq(MachineInstr::IgnoreBundle);
lib/CodeGen/UnreachableBlockElim.cpp
  153       if (I.isCall(MachineInstr::IgnoreBundle))