Searched refs:OpDesc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| D | IRMutator.cpp | 125 auto OpDesc = chooseOperation(Srcs[0], IB); in mutate() local 127 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIInstrInfo.cpp | 1440 const MCInstrDesc &OpDesc = get(getSGPRSpillSaveOpcode(SpillSize)); in storeRegToStackSlot() local 1449 BuildMI(MBB, MI, DL, OpDesc) in storeRegToStackSlot() 1579 const MCInstrDesc &OpDesc = get(getSGPRSpillRestoreOpcode(SpillSize)); in loadRegFromStackSlot() local 1587 BuildMI(MBB, MI, DL, OpDesc, DestReg) in loadRegFromStackSlot() 1853 const MCInstrDesc &OpDesc = get(Opc); in expandPostRAPseudo() local 1860 BuildMI(MBB, MI, DL, OpDesc) in expandPostRAPseudo() 1867 OpDesc.getNumOperands() + OpDesc.getNumImplicitUses(); in expandPostRAPseudo() 1892 const MCInstrDesc &OpDesc = get(AMDGPU::V_MOV_B32_indirect); in expandPostRAPseudo() local 1894 BuildMI(MBB, MI, DL, OpDesc) in expandPostRAPseudo() 1901 const int ImpDefIdx = OpDesc.getNumOperands() + OpDesc.getNumImplicitUses(); in expandPostRAPseudo()
|