Searched refs:InsertMachineInstrInMaps (Results 1 – 17 of 17) sorted by relevance
748 LIS->InsertMachineInstrInMaps(*Save); in saveSCC()749 LIS->InsertMachineInstrInMaps(*Restore); in saveSCC()919 LIS->InsertMachineInstrInMaps(*MaskUpdateMI); in lowerKillF32()920 LIS->InsertMachineInstrInMaps(*EarlyTermMI); in lowerKillF32()921 LIS->InsertMachineInstrInMaps(*ExecMaskMI); in lowerKillF32()1021 LIS->InsertMachineInstrInMaps(*ComputeKilledMaskMI); in lowerKillI1()1022 LIS->InsertMachineInstrInMaps(*MaskUpdateMI); in lowerKillI1()1023 LIS->InsertMachineInstrInMaps(*EarlyTermMI); in lowerKillI1()1025 LIS->InsertMachineInstrInMaps(*WQMMaskMI); in lowerKillI1()1026 LIS->InsertMachineInstrInMaps(*NewTerm); in lowerKillI1()[all …]
291 LIS->InsertMachineInstrInMaps(*CopyExec); in emitIf()298 LIS->InsertMachineInstrInMaps(*Xor); in emitIf()299 LIS->InsertMachineInstrInMaps(*SetExec); in emitIf()300 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf()363 LIS->InsertMachineInstrInMaps(*OrSaveExec); in emitElse()364 LIS->InsertMachineInstrInMaps(*And); in emitElse()366 LIS->InsertMachineInstrInMaps(*Xor); in emitElse()367 LIS->InsertMachineInstrInMaps(*Branch); in emitElse()423 LIS->InsertMachineInstrInMaps(*And); in emitIfBreak()450 LIS->InsertMachineInstrInMaps(*Branch); in emitLoop()[all …]
219 LIS->InsertMachineInstrInMaps(*NewI); in processReg()
501 LIS->InsertMachineInstrInMaps(*MIB); in run()
1921 DAG.LIS->InsertMachineInstrInMaps(*Remat.RematMI); in rematerialize()2074 DAG.LIS->InsertMachineInstrInMaps(*NewMI); in finalizeGCNSchedStage()
240 LIS.InsertMachineInstrInMaps(*NewMI); in runOnMachineFunction()255 SlotIndex SIdx = LIS.InsertMachineInstrInMaps(*NewMI); in runOnMachineFunction()
1203 SlotIndex CopyIdx = LIS->InsertMachineInstrInMaps(*Copy); in classifyLEAReg()1355 LIS->InsertMachineInstrInMaps(*ImpDef); in convertToThreeAddressWithLEA()1356 SlotIndex InsIdx = LIS->InsertMachineInstrInMaps(*InsMI); in convertToThreeAddressWithLEA()1358 LIS->InsertMachineInstrInMaps(*ImpDef2); in convertToThreeAddressWithLEA()1361 Ins2Idx = LIS->InsertMachineInstrInMaps(*InsMI2); in convertToThreeAddressWithLEA()1363 SlotIndex ExtIdx = LIS->InsertMachineInstrInMaps(*ExtMI); in convertToThreeAddressWithLEA()
144 LIS.InsertMachineInstrInMaps(*NewMI); in generatePipelinedLoop()154 LIS.InsertMachineInstrInMaps(*NewMI); in generatePipelinedLoop()231 LIS.InsertMachineInstrInMaps(*NewMI); in generateProlog()309 LIS.InsertMachineInstrInMaps(*NewMI); in generateEpilog()567 LIS.InsertMachineInstrInMaps(*NewPhi); in generateExistingPhis()711 LIS.InsertMachineInstrInMaps(*NewPhi); in generatePhis()845 LIS.InsertMachineInstrInMaps(*newCopy); in splitLifetimes()1217 LIS.InsertMachineInstrInMaps(*newCopy); in rewriteScheduledInstr()2383 LIS.InsertMachineInstrInMaps(*NewCopy); in updateInstrUse()2474 LIS.InsertMachineInstrInMaps(*NewPhi); in generatePhi()[all …]
470 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy); in LowerPHINode()672 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
341 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags()
1064 LIS.InsertMachineInstrInMaps(MI); in foldMemoryOperand()
1628 LastCopyIdx = LIS->InsertMachineInstrInMaps(*PrevMI).getRegSlot(); in processTiedPairs()
1205 LIS->InsertMachineInstrInMaps(*NewCopyMI).getRegSlot(); in removePartialRedundancy()
1066 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()1085 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()1098 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()1109 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()1122 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()1145 LIS->InsertMachineInstrInMaps(*AVLCopy); in insertVSETVLI()1772 LIS->InsertMachineInstrInMaps(*ReadVLMI).getRegSlot(); in insertReadVL()
717 LIS->InsertMachineInstrInMaps(*TfrT); in split()718 LIS->InsertMachineInstrInMaps(*TfrF); in split()904 LIS->InsertMachineInstrInMaps(*NewI); in predicateAt()
616 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef()687 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse()
285 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function