Searched refs:setPhysRegsDeadExcept (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineInstr.h | 465 void setPhysRegsDeadExcept(const SmallVectorImpl<unsigned> &UsedRegs,
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1113 void setPhysRegsDeadExcept(ArrayRef<unsigned> UsedRegs,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 842 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint() 1005 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
|
D | InstrEmitter.cpp | 874 MIB->setPhysRegsDeadExcept(UsedRegs, *TRI); in EmitMachineNode()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1871 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in ARMEmitLibcall() 1984 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in SelectCall()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 727 MI->setPhysRegsDeadExcept(UsedRegs, *TRI); in EmitMachineNode()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 966 Iter->setPhysRegsDeadExcept(ArrayRef<unsigned>(), TRI); in selectBitCast()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineInstr.cpp | 1692 void MachineInstr::setPhysRegsDeadExcept(const SmallVectorImpl<unsigned> &UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2273 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in ARMEmitLibcall() 2419 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in SelectCall()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 2105 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<unsigned> UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FastISel.cpp | 1914 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in DoSelectCall()
|