Home
last modified time | relevance | path

Searched defs:MI2 (Results 1 – 18 of 18) sorted by relevance

/llvm-project/llvm/unittests/Target/RISCV/
H A DRISCVInstrInfoTest.cpp84 MachineInstr *MI2 = in TEST_P() local
111 MachineInstr *MI2 = BuildMI(*MF, DL, TII->get(RISCV::ADDI), RISCV::X1) in TEST_P() local
271 auto *MI2 = BuildMI(*MBB, MBB->begin(), DL, TII->get(RISCV::ADDI), RISCV::X3) TEST_P() local
/llvm-project/llvm/unittests/CodeGen/
H A DMachineBasicBlockTest.cpp75 MBB.insert(MBB.begin(), MI2); in TEST() local
H A DMachineInstrTest.cpp73 auto MI2 = MF->CreateMachineInstr(Table.MCID, DebugLoc()); in TEST() local
107 void checkHashAndIsEqualMatch(MachineInstr *MI1, MachineInstr *MI2) { in checkHashAndIsEqualMatch() argument
[all...]
/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp398 static bool ConsecutiveInstr(MachineInstr *MI1, MachineInstr *MI2) { in ConsecutiveInstr()
465 MachineInstr *MI2 = &*NextMII; in ReduceXWtoXWP() local
622 MachineInstr *MI2 = &*NextMII; in ReduceMoveToMovep() local
695 MachineInstr *MI2, in ReplaceInstruction()
/llvm-project/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp273 const MachineInstr &MI2, in alias()
H A DTargetInstrInfo.cpp842 MachineInstr *MI2 = nullptr; hasReassociableOperands() local
862 MachineInstr *MI2 = MRI.getUniqueVRegDef(Inst.getOperand(2).getReg()); hasReassociableSibling() local
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dast-types.cpp93 class MI2 : MI { int mi2; }; class
/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp399 const MachineInstr &MI2, in getAddrDispShift() argument
/llvm-project/clang/test/Analysis/
H A Dpadding_cpp.cpp102 class MI2 : public PaddedA, public InnerPaddedB { // xxxexpected-warning{{Excessive padding in 'cla… class
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1826 MachineInstr *MI2 = MRI.getUniqueVRegDef(Inst.getOperand(3).getReg()); hasReassociableVectorSibling() local
1855 MachineInstr *MI2 = nullptr; hasReassociableOperands() local
2649 memOpsHaveSameBasePtr(const MachineInstr & MI1,ArrayRef<const MachineOperand * > BaseOps1,const MachineInstr & MI2,ArrayRef<const MachineOperand * > BaseOps2) memOpsHaveSameBasePtr() argument
3863 hasEqualFRM(const MachineInstr & MI1,const MachineInstr & MI2) hasEqualFRM() argument
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp273 if (!QII->isHVXVec(MI2)) in apply() local
H A DHexagonVLIWPacketizer.cpp968 MachineInstr &MI2) { in arePredicatesComplements() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp105 aliasIsKnownForLoadStore(const MachineInstr & MI1,const MachineInstr & MI2,bool & IsAlias,MachineRegisterInfo & MRI) aliasIsKnownForLoadStore() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-len2.cpp148 void typedefChain(int I, MyInt1 MI1, MyInt2 MI2, MyInt2b MI2b) {} in typedefChain()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp475 MachineInstr *MI2 = *I2; hoistAndMergeSGPRInits() local
[all...]
H A DSIInstrInfo.cpp521 memOpsHaveSameBasePtr(const MachineInstr & MI1,ArrayRef<const MachineOperand * > BaseOps1,const MachineInstr & MI2,ArrayRef<const MachineOperand * > BaseOps2) memOpsHaveSameBasePtr() argument
/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp1655 auto MI2 = in expandLSLW4Rd() local
1853 auto MI2 = in expandLSRW4Rd() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1766 auto MI2 = std::next(MI.getIterator()); emitFunctionBody() local