| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIFormMemoryClauses.cpp | 287 if (MI.isMetaInstruction()) in runOnMachineFunction() 313 if (Next->isMetaInstruction()) in runOnMachineFunction() 336 assert(!LastClauseInst->isMetaInstruction()); in runOnMachineFunction()
|
| H A D | AMDGPUInsertDelayAlu.cpp | 302 if (!I->isBundle() && !I->isMetaInstruction()) in emitDelayAlu() 339 if (MI.isBundle() || MI.isMetaInstruction()) in runOnMachineBasicBlock()
|
| H A D | SIPostRABundler.cpp | 160 } else if (!I->isMetaInstruction()) { in runOnMachineFunction()
|
| H A D | SIInsertHardClauses.cpp | 158 if (MI.isMetaInstruction()) in getHardClauseType()
|
| H A D | AMDGPUMCInstLower.cpp | 230 if (MI->isMetaInstruction()) { in emitInstruction()
|
| H A D | SIInsertWaitcnts.cpp | 843 if (II.isMetaInstruction()) in applyPreexistingWaitcnt() 979 if (MI.isMetaInstruction()) in generateWaitcntInstBefore() 1808 I != E && (I->isPHI() || I->isMetaInstruction()); ++I) in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86AvoidTrailingCall.cpp | 74 return MI.isCall() || (!MI.isPseudo() && !MI.isMetaInstruction()); in INITIALIZE_PASS()
|
| H A D | X86AvoidStoreForwardingBlocks.cpp | 346 if (PBInst->isMetaInstruction()) in findPotentialBlockers() 366 if (PBInst.isMetaInstruction()) in findPotentialBlockers()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64BranchTargets.cpp | 126 (MBBI->isMetaInstruction() || MBBI->getOpcode() == AArch64::EMITBKEY); in addBTI()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMBranchTargets.cpp | 115 return MI.isMetaInstruction(); in addBTI()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RemoveRedundantDebugValues.cpp | 127 if (MI.isMetaInstruction()) in reduceDbgValsForwardScan()
|
| H A D | LexicalScopes.cpp | 80 if (MInsn.isMetaInstruction()) in extractLexicalScopes()
|
| H A D | TailDuplicator.cpp | 640 else if (!MI.isPHI() && !MI.isMetaInstruction()) in shouldTailDuplicate()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFixupHwLoops.cpp | 140 if (MII->isMetaInstruction()) { in fixupLoopInstrs()
|
| H A D | HexagonCopyToCombine.cpp | 249 MI.isMetaInstruction(); in isUnsafeToMoveAcross()
|
| H A D | HexagonEarlyIfConv.cpp | 547 return !MI.isMetaInstruction(); in isProfitable()
|
| /llvm-project-15.0.7/llvm/unittests/MIR/ |
| H A D | MachineMetadata.cpp | 294 TEST_F(MachineMetadataTest, isMetaInstruction) { in TEST_F() argument 349 ASSERT_TRUE(MI.isMetaInstruction()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DbgEntityHistoryCalculator.cpp | 59 InstNumberMap[&MI] = MI.isMetaInstruction() ? Position : ++Position; in initialize() 485 if (MI.isMetaInstruction()) in calculateDbgEntityHistory()
|
| H A D | DebugHandlerBase.cpp | 381 if (!CurMI->isMetaInstruction()) { in endInstruction()
|
| H A D | DwarfDebug.cpp | 1579 if (!PredDL || Pred->isMetaInstruction()) in validThroughout() 2004 if (MI->isMetaInstruction() || MI->getFlag(MachineInstr::FrameSetup)) in beginInstruction() 2087 if (!MI.isMetaInstruction() && !MI.getFlag(MachineInstr::FrameSetup) && in findPrologueEndLoc()
|
| H A D | CodeViewDebug.cpp | 1525 if (!MI.isMetaInstruction() && !MI.getFlag(MachineInstr::FrameSetup) && in beginFunctionImpl() 1529 } else if (!MI.isMetaInstruction()) { in beginFunctionImpl()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCInstrDesc.h | 270 bool isMetaInstruction() const { return Flags & (1ULL << MCID::Meta); } in isMetaInstruction() function
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 813 bool isMetaInstruction(QueryType Type = IgnoreBundle) const { 1319 return isMetaInstruction();
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 143 if (MBBI->isMetaInstruction()) in isConvertibleToVMV_V_V() 1032 if (MI.isMetaInstruction()) in getInstSizeInBytes() 1359 if (MI.isMetaInstruction()) in getOutliningType()
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1289 if (SkipInstruction || MI->isMetaInstruction() || in beginInstruction()
|