Searched refs:OpDesc (Results 1 – 2 of 2) sorted by relevance
125 auto OpDesc = chooseOperation(Srcs[0], IB); in mutate() local127 if (!OpDesc) in mutate()130 for (const auto &Pred : makeArrayRef(OpDesc->SourcePreds).slice(1)) in mutate()133 if (Value *Op = OpDesc->BuilderFunc(Srcs, Insts[IP])) { in mutate()
882 const MCInstrDesc &OpDesc = get(getSGPRSpillSaveOpcode(SpillSize)); in storeRegToStackSlot() local891 MachineInstrBuilder Spill = BuildMI(MBB, MI, DL, OpDesc) in storeRegToStackSlot()991 const MCInstrDesc &OpDesc = get(getSGPRSpillRestoreOpcode(SpillSize)); in loadRegFromStackSlot() local998 MachineInstrBuilder Spill = BuildMI(MBB, MI, DL, OpDesc, DestReg) in loadRegFromStackSlot()