Home
last modified time | relevance | path

Searched defs:DefInst (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.h54 Instruction& DefInst() { return *def_inst_; } in DefInst() function
55 const Instruction& DefInst() const { return *def_inst_; } in DefInst() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.h54 Instruction& DefInst() { return *def_inst_; } in DefInst() function
55 const Instruction& DefInst() const { return *def_inst_; } in DefInst() function
/third_party/spirv-tools/source/opt/
Dfunction.h55 Instruction& DefInst() { return *def_inst_; } in DefInst() function
56 const Instruction& DefInst() const { return *def_inst_; } in DefInst() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFMISimplifyPatchable.cpp105 MachineInstr *DefInst = I->getParent(); in checkADDrr() local
257 MachineInstr *DefInst = MRI->getUniqueVRegDef(SrcReg); in removeLD() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFixupVectorISel.cpp96 MachineInstr *DefInst = MRI.getUniqueVRegDef(WOp->getReg()); in findSRegBaseAndIndex() local
DSIPeepholeSDWA.cpp530 const MachineInstr *DefInst = Def.getParent(); in foldToImm() local
DSIInstrInfo.cpp6459 auto *DefInst = MRI.getVRegDef(RSR.Reg); in getVRegSubRegDef() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp462 MachineInstr *DefInst = MRI->getVRegDef(Use.getReg()); in canMoveToEnd() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp414 MachineInstr *DefInst = LastDef[Reg]; in findPotentialNewifiableTFRs() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp519 const Inst *DefInst = VMetadata->getFirstDefinitionSingleBlock(Iter.Cur); in findRegisterPreference() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocFast.cpp303 for (const MachineInstr &DefInst : MRI->def_instructions(VirtReg)) { in mayLiveIn() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp520 Instruction *DefInst = nullptr; member
DNewGVN.cpp3945 auto *DefInst = dyn_cast_or_null<Instruction>(Def); in eliminateInstructions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp265 Instruction *DefInst = MD->getMemoryInst(); in instructionClobbersQuery() local