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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 131 /// IsEarlyClobber - True if this MO_Register 'def' operand is written to
134 bool IsEarlyClobber : 1;
312 bool isEarlyClobber() const {
314 return IsEarlyClobber;
398 IsEarlyClobber = Val;
609 bool isEarlyClobber = false,
622 Op.IsEarlyClobber = isEarlyClobber;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 105 /// IsEarlyClobber - True if this MO_Register 'def' operand is written to
108 bool IsEarlyClobber : 1;
261 bool isEarlyClobber() const {
263 return IsEarlyClobber;
348 IsEarlyClobber = Val;
492 bool isEarlyClobber = false,
501 Op.IsEarlyClobber = isEarlyClobber;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineOperand.h 141 /// IsEarlyClobber - True if this MO_Register 'def' operand is written to
144 unsigned IsEarlyClobber : 1;
425 bool isEarlyClobber() const {
427 return IsEarlyClobber;
514 IsEarlyClobber = Val;
759 bool isEarlyClobber = false,
772 Op.IsEarlyClobber = isEarlyClobber;
    [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
MachineInstr.cpp 201 IsEarlyClobber = false;
320 isInternalRead() || isEarlyClobber() || isTied()) {
325 if (isEarlyClobber())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
MachineOperand.cpp 243 IsEarlyClobber = false;
743 if (isEarlyClobber())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
MachineInstr.cpp 161 assert(!isEarlyClobber());
181 IsEarlyClobber = false;
243 isEarlyClobber()) {
248 if (isEarlyClobber())
    [all...]

Completed in 242 milliseconds