Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineInstr.h1077 void setPhysRegsDeadExcept(ArrayRef<unsigned> UsedRegs,
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp842 MIB->setPhysRegsDeadExcept(CLI.InRegs, TRI); in selectPatchpoint()
1002 CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI); in lowerCallTo()
DInstrEmitter.cpp872 MIB->setPhysRegsDeadExcept(UsedRegs, *TRI); in EmitMachineNode()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2273 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in ARMEmitLibcall()
2425 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI); in SelectCall()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1964 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<unsigned> UsedRegs, in setPhysRegsDeadExcept() function in MachineInstr