Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/FuzzMutate/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1418 const MCInstrDesc &OpDesc = get(getSGPRSpillSaveOpcode(SpillSize)); in storeRegToStackSlot() local
1427 BuildMI(MBB, MI, DL, OpDesc) in storeRegToStackSlot()
1551 const MCInstrDesc &OpDesc = get(getSGPRSpillRestoreOpcode(SpillSize)); in loadRegFromStackSlot() local
1559 BuildMI(MBB, MI, DL, OpDesc, DestReg) in loadRegFromStackSlot()
1759 const MCInstrDesc &OpDesc = get(Opc); in expandPostRAPseudo() local
1766 BuildMI(MBB, MI, DL, OpDesc) in expandPostRAPseudo()
1773 OpDesc.getNumOperands() + OpDesc.getNumImplicitUses(); in expandPostRAPseudo()
1798 const MCInstrDesc &OpDesc = get(AMDGPU::V_MOV_B32_indirect); in expandPostRAPseudo() local
1800 BuildMI(MBB, MI, DL, OpDesc) in expandPostRAPseudo()
1807 const int ImpDefIdx = OpDesc.getNumOperands() + OpDesc.getNumImplicitUses(); in expandPostRAPseudo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1076 const MCInstrDesc &OpDesc = get(getSGPRSpillSaveOpcode(SpillSize)); in storeRegToStackSlot() local
1085 BuildMI(MBB, MI, DL, OpDesc) in storeRegToStackSlot()
1205 const MCInstrDesc &OpDesc = get(getSGPRSpillRestoreOpcode(SpillSize)); in loadRegFromStackSlot() local
1213 BuildMI(MBB, MI, DL, OpDesc, DestReg) in loadRegFromStackSlot()