Home
last modified time | relevance | path

Searched defs:AddMI (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp51 void HexagonMCShuffler::init(MCInst &MCB, MCInst const *AddMI, in init()
205 MCInst &MCB, MCInst const *AddMI, int fixupCount) { in HexagonMCShuffle()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp55 void HexagonMCShuffler::init(MCInst &MCB, MCInst const &AddMI, in init()
181 MCInst const &AddMI, int fixupCount) { in HexagonMCShuffle()
H A DHexagonMCShuffler.h40 MCInst &MCB, MCInst const &AddMI, bool InsertAtFront) in HexagonMCShuffler()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp55 void HexagonMCShuffler::init(MCInst &MCB, MCInst const &AddMI, in init()
184 MCInst const &AddMI, int fixupCount) { in HexagonMCShuffle()
H A DHexagonMCShuffler.h39 MCInst const &AddMI, bool InsertAtFront) in HexagonMCShuffler()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp402 const MachineInstr *AddMI = Info.MI0; in handleADRP() local
439 MachineInstr *AddMI = const_cast<MachineInstr *>(Info.MI1); in handleADRP() local
H A DAArch64InstrInfo.cpp5825 MachineInstr *AddMI = MRI.getUniqueVRegDef(Root.getOperand(2).getReg()); in genSubAdd2SubSub() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp349 MachineInstr *AddMI, in processAddUses()
411 bool HexagonOptAddrMode::updateAddUses(MachineInstr *AddMI, in updateAddUses()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp416 MachineInstr *AddMI, in processAddUses()
490 bool HexagonOptAddrMode::updateAddUses(MachineInstr *AddMI, in updateAddUses()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp375 MachineBasicBlock::iterator AddMI, in combineRestoreADD()
/aosp_15_r20/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp378 MachineBasicBlock::iterator AddMI, in combineRestoreADD()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp378 MachineBasicBlock::iterator AddMI, in combineRestoreADD()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp3251 auto AddMI = MIRBuilder.buildInstr(Opc, {DefReg}, {LHS.getReg()}); in emitADD() local