Home
last modified time | relevance | path

Searched refs:MIB2 (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp231 MachineInstrBuilder MIB2 = in tryToreplicateChunks() local
238 transferImpOps(MI, MIB, MIB2); in tryToreplicateChunks()
397 MachineInstrBuilder MIB2 = in trySequenceOfOnes() local
405 transferImpOps(MI, MIB, MIB2); in trySequenceOfOnes()
571 MachineInstrBuilder MIB2; in expandMOVImm() local
578 MIB2 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)) in expandMOVImm()
587 transferImpOps(MI, MIB1, MIB2); in expandMOVImm()
841 MachineInstrBuilder MIB2 = in expandMI() local
848 MIB2.addGlobalAddress(MO1.getGlobal(), 0, in expandMI()
852 MIB2.addExternalSymbol(MO1.getSymbolName(), in expandMI()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp202 MachineInstrBuilder MIB2 = in tryToreplicateChunks() local
209 transferImpOps(MI, MIB, MIB2); in tryToreplicateChunks()
367 MachineInstrBuilder MIB2 = in trySequenceOfOnes() local
375 transferImpOps(MI, MIB, MIB2); in trySequenceOfOnes()
568 MachineInstrBuilder MIB2; in expandMOVImmSimple() local
575 MIB2 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opc)) in expandMOVImmSimple()
584 transferImpOps(MI, MIB1, MIB2); in expandMOVImmSimple()
844 MachineInstrBuilder MIB2 = in expandMI() local
851 MIB2.addGlobalAddress(MO1.getGlobal(), 0, in expandMI()
855 MIB2.addExternalSymbol(MO1.getSymbolName(), in expandMI()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUInstrInfo.cpp403 MachineInstrBuilder MIB2 = BuildMI(&MBB, DL, get(SPU::BR)); in InsertBranch() local
407 MIB2.addMBB(FBB); in InsertBranch()
418 DEBUG((*MIB2).dump()); in InsertBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp294 MachineInstrBuilder MIB2 = BuildMI(MBB, I, DL, get(Mips::MoveR3216), Reg2); in adjustStackPtrBig() local
295 MIB2.addReg(Mips::SP, RegState::Kill); in adjustStackPtrBig()
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp274 MachineInstrBuilder MIB2 = BuildMI(MBB, I, DL, get(Mips::MoveR3216), Reg2); in adjustStackPtrBig() local
275 MIB2.addReg(Mips::SP, RegState::Kill); in adjustStackPtrBig()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMExpandPseudoInsts.cpp904 MachineInstrBuilder MIB2 = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandMI() local
909 TransferImpOps(MI, MIB1, MIB2); in ExpandMI()
941 MachineInstrBuilder MIB2 = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandMI() local
947 TransferImpOps(MI, MIB1, MIB2); in ExpandMI()
959 MIB2->setMemRefs(MI.memoperands_begin(), MI.memoperands_end()); in ExpandMI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp844 MachineInstrBuilder MIB2 = in reassociateOps() local
849 setSpecialOperandAttr(Root, Prev, *MIB1, *MIB2); in reassociateOps()
853 InsInstrs.push_back(MIB2); in reassociateOps()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp734 MachineInstrBuilder MIB2 = in reassociateOps() local
739 setSpecialOperandAttr(Root, Prev, *MIB1, *MIB2); in reassociateOps()
743 InsInstrs.push_back(MIB2); in reassociateOps()
/external/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp1255 MachineInstrBuilder MIB2 = BuildMI(MBB, MBBI, MI.getDebugLoc(), in ExpandMI() local
1260 TransferImpOps(MI, MIB1, MIB2); in ExpandMI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp1444 MachineInstrBuilder MIB2 = in ExpandMI() local
1449 TransferImpOps(MI, MIB1, MIB2); in ExpandMI()