Home
last modified time | relevance | path

Searched refs:def_instructions (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPrepareForLiveIntervals.cpp76 for (auto &Def : MRI.def_instructions(Reg)) in HasArgumentDef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyPrepareForLiveIntervals.cpp67 for (const auto &Def : MRI.def_instructions(Reg)) in HasArgumentDef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp301 for (MachineInstr &DefMI : MRI->def_instructions(Use.getReg())) in markInstructionUses()
359 for (MachineInstr &DefMI : MRI->def_instructions(Reg)) in scanInstructions()
DSIFixSGPRCopies.cpp457 for (auto &MI : MRI.def_instructions(Reg)) { in hoistAndMergeSGPRInits()
/external/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp263 for (MachineInstr &DefMI : MRI->def_instructions(Use.getReg())) { in propagateInstruction()
/external/llvm/lib/CodeGen/
DPHIElimination.cpp204 for (MachineInstr &DI : MRI->def_instructions(VirtReg)) in isImplicitlyDefined()
DTwoAddressInstructionPass.cpp318 for (MachineInstr &DefMI : MRI->def_instructions(Reg)) { in getSingleDef()
983 for (MachineInstr &DefMI : MRI->def_instructions(Reg)) { in isDefTooClose()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPHIElimination.cpp219 for (MachineInstr &DI : MRI->def_instructions(VirtReg)) in isImplicitlyDefined()
DTwoAddressInstructionPass.cpp347 for (MachineInstr &DefMI : MRI->def_instructions(Reg)) { in getSingleDef()
1025 for (MachineInstr &DefMI : MRI->def_instructions(Reg)) { in isDefTooClose()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h371 def_instructions(unsigned Reg) const { in def_instructions() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h406 def_instructions(unsigned Reg) const { in def_instructions() function