Searched refs:setPhysRegsDeadExcept (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h997 /// setPhysRegsDeadExcept - Mark every physreg used by this instruction as
1002 void setPhysRegsDeadExcept(ArrayRef<unsigned> UsedRegs,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp859 MIB->setPhysRegsDeadExcept(UsedRegs, *TRI);
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1828 void MachineInstr::setPhysRegsDeadExcept(ArrayRef<unsigned> UsedRegs, function in class:MachineInstr
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2259 // Proper defs for return values will be added by setPhysRegsDeadExcept().
2267 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI);
2410 // Proper defs for return values will be added by setPhysRegsDeadExcept().
2419 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI);
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1413 // Proper defs for return values will be added by setPhysRegsDeadExcept().
1422 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI);
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1502 // defs for return values will be added by setPhysRegsDeadExcept().
1510 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp3012 // Proper defs for return values will be added by setPhysRegsDeadExcept().
3105 static_cast<MachineInstr *>(MIB)->setPhysRegsDeadExcept(UsedRegs, TRI);

Completed in 5999 milliseconds