Home
last modified time | relevance | path

Searched refs:OpDesc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DIRMutator.cpp125 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp1430 const MCInstrDesc &OpDesc = get(getSGPRSpillSaveOpcode(SpillSize)); in storeRegToStackSlot() local
1439 BuildMI(MBB, MI, DL, OpDesc) in storeRegToStackSlot()
1563 const MCInstrDesc &OpDesc = get(getSGPRSpillRestoreOpcode(SpillSize)); in loadRegFromStackSlot() local
1571 BuildMI(MBB, MI, DL, OpDesc, DestReg) in loadRegFromStackSlot()
1813 const MCInstrDesc &OpDesc = get(Opc); in expandPostRAPseudo() local
1820 BuildMI(MBB, MI, DL, OpDesc) in expandPostRAPseudo()
1827 OpDesc.getNumOperands() + OpDesc.getNumImplicitUses(); in expandPostRAPseudo()
1852 const MCInstrDesc &OpDesc = get(AMDGPU::V_MOV_B32_indirect); in expandPostRAPseudo() local
1854 BuildMI(MBB, MI, DL, OpDesc) in expandPostRAPseudo()
1861 const int ImpDefIdx = OpDesc.getNumOperands() + OpDesc.getNumImplicitUses(); in expandPostRAPseudo()