Home
last modified time | relevance | path

Searched refs:getNumImplicitDefs (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h591 unsigned getNumImplicitDefs() const { in getNumImplicitDefs() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp296 unsigned NumImplicitDefs = MCDesc.getNumImplicitDefs(); in populateWrites()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp174 MI.getDesc().getNumImplicitDefs(), e = MI.getNumOperands(); in copyExtraImplicitOps()
DSIFoldOperands.cpp954 Desc.getNumImplicitDefs(); in stripExtraCopyOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h442 return getNumExplicitDefs() + MCID->getNumImplicitDefs();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp417 unsigned NumImplicitDefs = Desc.getNumImplicitDefs(); in clearsSuperRegisters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp840 NumMIOperands <= II.getNumOperands() + II.getNumImplicitDefs() + in EmitMachineNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp123 MCID->getNumImplicitDefs() + MCID->getNumImplicitUses()) { in MachineInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp5857 Desc.getNumImplicitDefs()); in parseMSInlineAsm()