Home
last modified time | relevance | path

Searched refs:ImplicitUses (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h197 const MCPhysReg *ImplicitUses; // Registers implicitly read by this instr variable
566 const MCPhysReg *getImplicitUses() const { return ImplicitUses; } in getImplicitUses()
570 if (!ImplicitUses) in getNumImplicitUses()
573 for (; ImplicitUses[i]; ++i) /*empty*/ in getNumImplicitUses()
603 if (const MCPhysReg *ImpUses = ImplicitUses) in hasImplicitUseOfPhysReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp166 if (const MCPhysReg *R = D.ImplicitUses) in getDefsUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp107 if (MCID->ImplicitUses) in addImplicitDefUseOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1154 if (MCID.ImplicitUses) in verifyImplicitOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1969 if (NewDesc.ImplicitUses) in optimizeCompareInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2722 unsigned Reg = Desc.ImplicitUses[i]; in findImplicitSGPRReadInVOP()