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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 255 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
256 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
495 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 265 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
266 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
516 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineOperand.h 264 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
265 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
515 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineOperand.h 264 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
265 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
515 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineOperand.h 266 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
267 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
517 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineOperand.h 266 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
267 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
517 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineOperand.h 266 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
267 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
517 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineOperand.h 266 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
267 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
517 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 265 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
266 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
516 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineOperand.h 264 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
265 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
515 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineOperand.h 264 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
265 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
515 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineOperand.h 266 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
267 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
517 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineOperand.h 266 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
267 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
517 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineOperand.h 266 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
267 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
517 assert(isRegLiveOut() && "Wrong MachineOperand accessor");
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineOperand.h 266 /// isRegLiveOut - Tests if this is a MO_RegisterLiveOut operand.
267 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; }
517 assert(isRegLiveOut() && "Wrong MachineOperand accessor");

Completed in 173 milliseconds