Searched refs:IsKill (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMips16RegisterInfo.cpp130 bool IsKill = false; local
147 IsKill = true;
149 MI.getOperand(OpNo).ChangeToRegister(FrameReg, false, false, IsKill);
H A DMipsSERegisterInfo.cpp146 bool IsKill = false; local
180 IsKill = true;
198 IsKill = true;
202 MI.getOperand(OpNo).ChangeToRegister(FrameReg, false, false, IsKill);
H A DMipsSEFrameLowering.cpp470 bool IsKill = !IsRAAndRetAddrIsTaken; local
472 TII.storeRegToStackSlot(*EntryBlock, MI, Reg, IsKill,
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.h21 static bool IsKill(int sysno);
H A Dbaseline_policy.cc75 SyscallSets::IsKill(sysno) ||
195 if (SyscallSets::IsKill(sysno)) {
H A Dsyscall_sets.cc17 bool SyscallSets::IsKill(int sysno) { function in class:sandbox::SyscallSets
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h81 /// IsDef/IsImp/IsKill/IsDead flags - These are only valid for MO_Register
92 /// IsKill - True if this instruction is the last use of the register on this
94 bool IsKill : 1;
296 return IsKill;
375 IsKill = Val;
588 Op.IsKill = isKill;
/external/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp265 unsigned Dst, unsigned Src, bool IsKill) {
269 .addReg(Src, getKillRegState(IsKill));
264 insertCopy(const AArch64InstrInfo *TII, MachineInstr *MI, unsigned Dst, unsigned Src, bool IsKill) argument
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp148 IsKill = isKill;
1737 true /*IsKill*/));
1804 false /*IsKill*/,

Completed in 349 milliseconds