/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1113 void setPhysRegsDeadExcept(ArrayRef<unsigned> UsedRegs,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1434 void setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs,
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1546 void setPhysRegsDeadExcept(ArrayRef<Register> 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/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1047 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint() 1261 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
|
D | InstrEmitter.cpp | 1038 MIB->setPhysRegsDeadExcept(UsedRegs, *TRI); in EmitMachineNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1028 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint() 1235 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
|
D | InstrEmitter.cpp | 971 MIB->setPhysRegsDeadExcept(UsedRegs, *TRI); in EmitMachineNode()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 966 Iter->setPhysRegsDeadExcept(ArrayRef<unsigned>(), TRI); in selectBitCast()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 1166 Iter->setPhysRegsDeadExcept(ArrayRef<Register>(), TRI); in selectBitCast()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 1151 Iter->setPhysRegsDeadExcept(ArrayRef<Register>(), TRI); in selectBitCast()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2288 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in ARMEmitLibcall() 2433 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in SelectCall()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2285 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in ARMEmitLibcall() 2428 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in SelectCall()
|
/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-project/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 2043 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 2105 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<unsigned> UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1951 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr
|