HomeSort by relevance Sort by last modified time
    Searched defs:IsRegister (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/include/llvm/MC/
MachineLocation.h 27 bool IsRegister; // True if location is a register.
37 : IsRegister(false), Register(0), Offset(0) {}
40 : IsRegister(true), Register(R), Offset(0) {}
43 : IsRegister(false), Register(R), Offset(O) {}
46 return IsRegister == Other.IsRegister && Register == Other.Register &&
52 bool isIndirect() const { return !IsRegister; }
53 bool isReg() const { return IsRegister; }
56 void setIsRegister(bool Is) { IsRegister = Is; }
61 IsRegister = true
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MachineLocation.h 24 bool IsRegister = false; // True if location is a register.
37 explicit MachineLocation(unsigned R) : IsRegister(true), Register(R) {}
42 return IsRegister == Other.IsRegister && Register == Other.Register &&
48 bool isIndirect() const { return !IsRegister; }
49 bool isReg() const { return IsRegister; }
52 void setIsRegister(bool Is) { IsRegister = Is; }
58 IsRegister = true;
65 IsRegister = false;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MachineLocation.h 24 bool IsRegister = false; // True if location is a register.
37 explicit MachineLocation(unsigned R) : IsRegister(true), Register(R) {}
42 return IsRegister == Other.IsRegister && Register == Other.Register &&
48 bool isIndirect() const { return !IsRegister; }
49 bool isReg() const { return IsRegister; }
52 void setIsRegister(bool Is) { IsRegister = Is; }
58 IsRegister = true;
65 IsRegister = false;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MachineLocation.h 24 bool IsRegister = false; // True if location is a register.
37 explicit MachineLocation(unsigned R) : IsRegister(true), Register(R) {}
42 return IsRegister == Other.IsRegister && Register == Other.Register &&
48 bool isIndirect() const { return !IsRegister; }
49 bool isReg() const { return IsRegister; }
52 void setIsRegister(bool Is) { IsRegister = Is; }
58 IsRegister = true;
65 IsRegister = false;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MachineLocation.h 25 bool IsRegister = false; ///< True if location is a register.
38 : IsRegister(!Indirect), Register(R) {}
41 return IsRegister == Other.IsRegister && Register == Other.Register;
46 bool isIndirect() const { return !IsRegister; }
47 bool isReg() const { return IsRegister; }
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MachineLocation.h 25 bool IsRegister = false; ///< True if location is a register.
38 : IsRegister(!Indirect), Register(R) {}
41 return IsRegister == Other.IsRegister && Register == Other.Register;
46 bool isIndirect() const { return !IsRegister; }
47 bool isReg() const { return IsRegister; }
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MachineLocation.h 25 bool IsRegister = false; ///< True if location is a register.
38 : IsRegister(!Indirect), Register(R) {}
41 return IsRegister == Other.IsRegister && Register == Other.Register;
46 bool isIndirect() const { return !IsRegister; }
47 bool isReg() const { return IsRegister; }
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MachineLocation.h 25 bool IsRegister = false; ///< True if location is a register.
38 : IsRegister(!Indirect), Register(R) {}
41 return IsRegister == Other.IsRegister && Register == Other.Register;
46 bool isIndirect() const { return !IsRegister; }
47 bool isReg() const { return IsRegister; }
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MachineLocation.h 24 bool IsRegister = false; // True if location is a register.
37 explicit MachineLocation(unsigned R) : IsRegister(true), Register(R) {}
42 return IsRegister == Other.IsRegister && Register == Other.Register &&
48 bool isIndirect() const { return !IsRegister; }
49 bool isReg() const { return IsRegister; }
52 void setIsRegister(bool Is) { IsRegister = Is; }
58 IsRegister = true;
65 IsRegister = false;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MachineLocation.h 24 bool IsRegister = false; // True if location is a register.
37 explicit MachineLocation(unsigned R) : IsRegister(true), Register(R) {}
42 return IsRegister == Other.IsRegister && Register == Other.Register &&
48 bool isIndirect() const { return !IsRegister; }
49 bool isReg() const { return IsRegister; }
52 void setIsRegister(bool Is) { IsRegister = Is; }
58 IsRegister = true;
65 IsRegister = false;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MachineLocation.h 24 bool IsRegister = false; // True if location is a register.
37 explicit MachineLocation(unsigned R) : IsRegister(true), Register(R) {}
42 return IsRegister == Other.IsRegister && Register == Other.Register &&
48 bool isIndirect() const { return !IsRegister; }
49 bool isReg() const { return IsRegister; }
52 void setIsRegister(bool Is) { IsRegister = Is; }
58 IsRegister = true;
65 IsRegister = false;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MachineLocation.h 25 bool IsRegister = false; ///< True if location is a register.
38 : IsRegister(!Indirect), Register(R) {}
41 return IsRegister == Other.IsRegister && Register == Other.Register;
46 bool isIndirect() const { return !IsRegister; }
47 bool isReg() const { return IsRegister; }
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MachineLocation.h 25 bool IsRegister = false; ///< True if location is a register.
38 : IsRegister(!Indirect), Register(R) {}
41 return IsRegister == Other.IsRegister && Register == Other.Register;
46 bool isIndirect() const { return !IsRegister; }
47 bool isReg() const { return IsRegister; }
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MachineLocation.h 25 bool IsRegister = false; ///< True if location is a register.
38 : IsRegister(!Indirect), Register(R) {}
41 return IsRegister == Other.IsRegister && Register == Other.Register;
46 bool isIndirect() const { return !IsRegister; }
47 bool isReg() const { return IsRegister; }
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MachineLocation.h 25 bool IsRegister = false; ///< True if location is a register.
38 : IsRegister(!Indirect), Register(R) {}
41 return IsRegister == Other.IsRegister && Register == Other.Register;
46 bool isIndirect() const { return !IsRegister; }
47 bool isReg() const { return IsRegister; }
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MachineLocation.h 29 bool IsRegister; // True if location is a register.
39 : IsRegister(false), Register(0), Offset(0) {}
41 : IsRegister(true), Register(R), Offset(0) {}
43 : IsRegister(false), Register(R), Offset(O) {}
46 return IsRegister == Other.IsRegister && Register == Other.Register &&
51 bool isReg() const { return IsRegister; }
54 void setIsRegister(bool Is) { IsRegister = Is; }
58 IsRegister = true;
63 IsRegister = false
    [all...]
  /art/compiler/optimizing/
locations.h 145 bool IsRegister() const {
162 return IsRegister() || IsFpuRegister() || IsRegisterPair() || IsFpuRegisterPair();
166 DCHECK(IsRegister() || IsFpuRegister());
182 DCHECK(IsRegister());
439 if (loc.IsRegister()) {
448 if (loc.IsRegister()) {
652 return input.IsRegister()
  /art/compiler/utils/x86/
assembler_x86.h 87 bool IsRegister(Register reg) const {
  /art/compiler/utils/x86_64/
assembler_x86_64.h 114 bool IsRegister(CpuRegister reg) const {
    [all...]
  /external/v8/src/compiler/
linkage.h 95 if (!caller_location.IsRegister()) {
138 bool IsRegister() const { return TypeField::decode(bit_field_) == REGISTER; }
140 return IsRegister() && GetLocation() == ANY_REGISTER;
142 bool IsCallerFrameSlot() const { return !IsRegister() && GetLocation() < 0; }
143 bool IsCalleeFrameSlot() const { return !IsRegister() && GetLocation() >= 0; }
146 DCHECK(IsRegister());
  /external/vixl/src/aarch32/
operands-aarch32.h 404 bool IsRegister() const { return rm_.IsValid(); }
413 VIXL_ASSERT(IsRegister());
452 VIXL_ASSERT(IsRegister() && (rm_.GetType() == CPURegister::kSRegister));
494 VIXL_ASSERT(IsRegister() && (rm_.GetType() == CPURegister::kDRegister));
533 VIXL_ASSERT(IsRegister() && (rm_.GetType() == CPURegister::kQRegister));
  /external/llvm/lib/Target/Lanai/AsmParser/
LanaiAsmParser.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 173 bool IsRegister(GPRRegister reg) const {
    [all...]
  /external/v8/src/arm64/
assembler-arm64-inl.h 85 return IsRegister() &&
119 inline bool CPURegister::IsRegister() const {
141 return IsRegister() && (reg_code == kZeroRegCode);
147 return IsRegister() && (reg_code == kSPRegInternalCode);
886 if (rt.IsRegister()) {
899 if (rt.IsRegister()) {
910 if (rt.IsRegister()) {
923 if (rt.IsRegister()) {
933 if (rt.IsRegister()) {
    [all...]
  /external/vixl/src/aarch64/
debugger-aarch64.cc 51 virtual bool IsRegister() const { return false; }
92 virtual bool IsRegister() const VIXL_OVERRIDE { return true; }
102 VIXL_ASSERT(tok->IsRegister());
    [all...]

Completed in 1008 milliseconds

1 2