Home
last modified time | relevance | path

Searched defs:IsKill (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Mips/
DMips16RegisterInfo.cpp130 bool IsKill = false; in eliminateFI() local
DMipsSERegisterInfo.cpp146 bool IsKill = false; in eliminateFI() local
DMipsSEFrameLowering.cpp470 bool IsKill = !IsRAAndRetAddrIsTaken; in spillCalleeSavedRegisters() local
/external/llvm/lib/Target/AArch64/
DAArch64AdvSIMDScalarPass.cpp265 unsigned Dst, unsigned Src, bool IsKill) { in insertCopy()
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.cc17 bool SyscallSets::IsKill(int sysno) { in IsKill() function in sandbox::SyscallSets
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h94 bool IsKill : 1; variable