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

  /external/swiftshader/third_party/LLVM/lib/Target/
TargetRegisterInfo.cpp 72 /// getAllocatableSetForRC - Toggle the bits that represent allocatable
83 BitVector Allocatable(getNumRegs());
85 getAllocatableSetForRC(MF, RC, Allocatable);
90 getAllocatableSetForRC(MF, *I, Allocatable);
95 Allocatable &= Reserved.flip();
97 return Allocatable;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCRegisterInfo.h 34 const bool Allocatable;
44 Allocatable(Allocable), RegsBegin(RB), RegsEnd(RE), RegSet(Bits),
104 bool isAllocatable() const { return Allocatable; }
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 145 /// getAllocatableSetForRC - Toggle the bits that represent allocatable
157 BitVector Allocatable(getNumRegs());
159 // A register class with no allocatable subclass returns an empty set.
162 getAllocatableSetForRC(MF, SubClass, Allocatable);
167 getAllocatableSetForRC(MF, *I, Allocatable);
172 Allocatable &= Reserved.flip();
174 return Allocatable;
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 43 const bool Allocatable;
95 bool isAllocatable() const { return Allocatable; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 46 const bool Allocatable;
95 bool isAllocatable() const { return Allocatable; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 46 const bool Allocatable;
95 bool isAllocatable() const { return Allocatable; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 46 const bool Allocatable;
95 bool isAllocatable() const { return Allocatable; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 46 const bool Allocatable;
95 bool isAllocatable() const { return Allocatable; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 46 const bool Allocatable;
95 bool isAllocatable() const { return Allocatable; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 46 const bool Allocatable;
95 bool isAllocatable() const { return Allocatable; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 46 const bool Allocatable;
95 bool isAllocatable() const { return Allocatable; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 46 const bool Allocatable;
95 bool isAllocatable() const { return Allocatable; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegMap.cpp 224 /// FindUnusedRegisters - Gather a list of allocatable registers that
238 BitVector Allocatable = TRI->getAllocatableSet(*MF);
241 if (Allocatable[Reg] && !Used[Reg] && !LIs->hasInterval(Reg)) {
RegisterCoalescer.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.cpp 332 Allocatable = R->getValueAsBit("isAllocatable");
347 Allocatable(true) {
363 Allocatable = Super.Allocatable;
CodeGenRegisters.h 114 bool Allocatable;
RegisterInfoEmitter.cpp 379 << RC.Allocatable << ", "
498 // Collect all registers belonging to any allocatable class.
501 // Collect allocatable registers.
506 if (RC.Allocatable)
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 711 Allocatable = R->getValueAsBit("isAllocatable");
732 Allocatable(true),
751 Allocatable = Super.Allocatable;
    [all...]
CodeGenRegisters.h 306 bool Allocatable;
RegisterInfoEmitter.cpp     [all...]

Completed in 1207 milliseconds