Home
last modified time | relevance | path

Searched refs:setInst (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp189 void setInst(Inst *CurInst, InstList::iterator Cur, InstList::iterator Next) { in setInst() function in Ice::__anonc583251a0111::LocalVariableSplitter
531 Splitter.setInst(&Instr, Iter, Iter); in splitBlockLocalVariables()
543 Splitter.setInst(Instr, Iter, NextIter); in splitBlockLocalVariables()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInst.h110 void setInst(const MCInst *Val) { in setInst() function
DMCFragment.h270 void setInst(const MCInst &Value) { Inst = Value; } in setInst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp381 J->setInst(CompoundInsn); in lookForCompound()
DHexagonAsmBackend.cpp55 RF.setInst(HMB); in ReplaceInstruction()
DHexagonMCInstrInfo.cpp849 MCB.getOperand(Candidate.packetIndexI).setInst(Duplex); in replaceDuplex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp300 void setInst(const MachineInstr *I) { Inst = I; } in setInst() function in __anon7dafcbf40111::ValueTrackerResult
2094 Res.setInst(Def); in getNextSource()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAssembler.cpp933 F.setInst(Relaxed); in relaxInstruction()