Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()