HomeSort by relevance Sort by last modified time
    Searched defs:isEarlyClobber (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/IR/
InlineAsm.h 123 /// isEarlyClobber - "&": output operand writes result before inputs are all
125 bool isEarlyClobber;
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 47 Indexes.getInstructionIndex(MI).getRegSlot(MO.isEarlyClobber());
194 bool isEarlyClobber = false;
197 isEarlyClobber = MO.isEarlyClobber();
201 isEarlyClobber = MI->getOperand(DefIdx).isEarlyClobber();
203 UseIdx = Indexes->getInstructionIndex(*MI).getRegSlot(isEarlyClobber);
MachineVerifier.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InlineAsm.h 115 /// isEarlyClobber - "&": output operand writes result before inputs are all
117 bool isEarlyClobber;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InlineAsm.h 123 /// isEarlyClobber - "&": output operand writes result before inputs are all
125 bool isEarlyClobber = false;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveRangeCalc.cpp 69 Indexes.getInstructionIndex(MI).getRegSlot(MO.isEarlyClobber());
198 bool isEarlyClobber = false;
201 isEarlyClobber = MO.isEarlyClobber();
205 isEarlyClobber = MI->getOperand(DefIdx).isEarlyClobber();
207 UseIdx = Indexes->getInstructionIndex(*MI).getRegSlot(isEarlyClobber);
MachineVerifier.cpp     [all...]
  /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;
SlotIndexes.h 236 /// isEarlyClobber - Returns true if this is an early-clobber slot.
237 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 53 bool isEarlyClobber() const { return Kind == EarlyClobber; }
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenInstruction.h 53 bool isEarlyClobber() const { return Kind == EarlyClobber; }
  /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/lib/CodeGen/
MachineVerifier.cpp 718 if (VNI->def != DefIdx && !MO->isEarlyClobber()) {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 53 bool isEarlyClobber() const { return Kind == EarlyClobber; }
  /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...]
SlotIndexes.h 229 /// isEarlyClobber - Returns true if this is an early-clobber slot.
230 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }

Completed in 603 milliseconds