Searched refs:IsDebug (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 68 bool IsDebug, bool IsClone, bool IsCloned); 78 bool IsDebug, bool IsClone, bool IsCloned);
|
D | InstrEmitter.cpp | 277 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument 316 !IsDebug && in AddRegisterOperand() 332 0/*SubReg*/, IsDebug)); in AddRegisterOperand() 343 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument 346 IsDebug, IsClone, IsCloned); in AddOperand() 396 IsDebug, IsClone, IsCloned); in AddOperand()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.h | 70 bool IsDebug, bool IsClone, bool IsCloned); 81 bool IsDebug, bool IsClone, bool IsCloned);
|
D | InstrEmitter.cpp | 317 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument 355 !IsDebug && in AddRegisterOperand() 369 getDebugRegState(IsDebug)); in AddRegisterOperand() 380 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument 383 IsDebug, IsClone, IsCloned); in AddOperand() 440 IsDebug, IsClone, IsCloned); in AddOperand()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineOperand.h | 112 bool IsDebug : 1; variable 268 return IsDebug; in isDebug() 353 IsDebug = Val; 502 Op.IsDebug = isDebug;
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 138 bool IsDebug : 1; variable 324 return IsDebug; in isDebug() 403 IsDebug = Val; 624 Op.IsDebug = isDebug;
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.h | 67 static bool IsDebug(int sysno);
|
D | baseline_policy.cc | 69 SyscallSets::IsDebug(sysno) || in IsBaselinePolicyWatched()
|
D | syscall_sets.cc | 737 bool SyscallSets::IsDebug(int sysno) { in IsDebug() function in sandbox::SyscallSets
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineInstr.cpp | 182 IsDebug = isDebug; in ChangeToRegister()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 202 IsDebug = isDebug; in ChangeToRegister()
|