/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-7.0/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 363 !IsDebug && in AddRegisterOperand() 377 getDebugRegState(IsDebug)); in AddRegisterOperand() 388 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument 391 IsDebug, IsClone, IsCloned); in AddOperand() 463 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 148 unsigned IsDebug : 1; variable 437 return IsDebug; in isDebug() 519 IsDebug = Val; 774 Op.IsDebug = isDebug;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineOperand.cpp | 244 IsDebug = isDebug; in ChangeToRegister()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 1355 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local 1364 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
|