Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineInstr.h1113 void setPhysRegsDeadExcept(ArrayRef<unsigned> UsedRegs,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1434 void setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs,
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h1546 void setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs,
/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/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1047 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()
1261 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
DInstrEmitter.cpp1038 MIB->setPhysRegsDeadExcept(UsedRegs, *TRI); in EmitMachineNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1028 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()
1235 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
DInstrEmitter.cpp971 MIB->setPhysRegsDeadExcept(UsedRegs, *TRI); in EmitMachineNode()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp966 Iter->setPhysRegsDeadExcept(ArrayRef<unsigned>(), TRI); in selectBitCast()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp1166 Iter->setPhysRegsDeadExcept(ArrayRef<Register>(), TRI); in selectBitCast()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp1151 Iter->setPhysRegsDeadExcept(ArrayRef<Register>(), TRI); in selectBitCast()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp2288 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/
DARMFastISel.cpp2285 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in ARMEmitLibcall()
2428 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in SelectCall()
/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-project/llvm/lib/CodeGen/
DMachineInstr.cpp2043 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr
/external/llvm/lib/CodeGen/
DMachineInstr.cpp2105 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<unsigned> UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1951 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<Register> UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr