HomeSort by relevance Sort by last modified time
    Searched refs:IsDebug (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 70 bool IsDebug, bool IsClone, bool IsCloned);
81 bool IsDebug, bool IsClone, bool IsCloned);
InstrEmitter.cpp 317 bool IsDebug, bool IsClone, bool IsCloned) {
355 !IsDebug &&
369 getDebugRegState(IsDebug));
380 bool IsDebug, bool IsClone, bool IsCloned) {
383 IsDebug, IsClone, IsCloned);
440 IsDebug, IsClone, IsCloned);
567 AddOperand(MIB, N0, 0, nullptr, VRBaseMap, /*IsDebug=*/false,
570 AddOperand(MIB, N1, 0, nullptr, VRBaseMap, /*IsDebug=*/false,
637 AddOperand(MIB, Op, i+1, &II, VRBaseMap, /*IsDebug=*/false,
685 /*IsDebug=*/true, /*IsClone=*/false, /*IsCloned=*/false)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
InstrEmitter.h 68 bool IsDebug, bool IsClone, bool IsCloned);
78 bool IsDebug, bool IsClone, bool IsCloned);
InstrEmitter.cpp 277 bool IsDebug, bool IsClone, bool IsCloned) {
316 !IsDebug &&
332 0/*SubReg*/, IsDebug));
343 bool IsDebug, bool IsClone, bool IsCloned) {
346 IsDebug, IsClone, IsCloned);
396 IsDebug, IsClone, IsCloned);
522 AddOperand(MI, N0, 0, 0, VRBaseMap, /*IsDebug=*/false,
525 AddOperand(MI, N1, 0, 0, VRBaseMap, /*IsDebug=*/false,
587 AddOperand(MI, Op, i+1, &II, VRBaseMap, /*IsDebug=*/false,
629 /*IsDebug=*/true, /*IsClone=*/false, /*IsCloned=*/false)
    [all...]
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_sets.h 67 static bool IsDebug(int sysno);
baseline_policy.cc 69 SyscallSets::IsDebug(sysno) ||
syscall_sets.cc 737 bool SyscallSets::IsDebug(int sysno) {
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 136 /// IsDebug - True if this MO_Register 'use' operand is in a debug pseudo,
138 bool IsDebug : 1;
322 bool isDebug() const {
324 return IsDebug;
377 assert((!Val || !isDebug()) && "Marking a debug operation as kill");
403 IsDebug = Val;
582 bool isUndef = false, bool isDebug = false);
611 bool isDebug = false,
624 Op.IsDebug = isDebug;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 110 /// IsDebug - True if this MO_Register 'use' operand is in a debug pseudo,
112 bool IsDebug : 1;
266 bool isDebug() const {
268 return IsDebug;
315 assert((Val || !isDebug()) && "Marking a debug operation as def");
321 assert((!Val || !isDebug()) && "Marking a debug operation as def");
332 assert((!Val || !isDebug()) && "Marking a debug operation as kill");
353 IsDebug = Val;
465 bool isUndef = false, bool isDebug = false);
494 bool isDebug = false)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineInstr.cpp 157 bool isDebug) {
182 IsDebug = isDebug;
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 101 assert((!Val || !isDebug()) && "Marking a debug operation as def");
179 bool isDebug) {
202 IsDebug = isDebug;
    [all...]

Completed in 254 milliseconds