Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h465 void setPhysRegsDeadExcept(const SmallVectorImpl<unsigned> &UsedRegs,
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h1113 void setPhysRegsDeadExcept(ArrayRef<unsigned> UsedRegs,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp1871 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in ARMEmitLibcall()
1984 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in SelectCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp842 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()
1005 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
DInstrEmitter.cpp874 MIB->setPhysRegsDeadExcept(UsedRegs, *TRI); in EmitMachineNode()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp727 MI->setPhysRegsDeadExcept(UsedRegs, *TRI); in EmitMachineNode()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp966 Iter->setPhysRegsDeadExcept(ArrayRef<unsigned>(), TRI); in selectBitCast()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp1692 void MachineInstr::setPhysRegsDeadExcept(const SmallVectorImpl<unsigned> &UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2273 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in ARMEmitLibcall()
2419 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in SelectCall()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp2105 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<unsigned> UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp1914 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in DoSelectCall()