HomeSort by: relevance | last modified time | path
    Searched refs:isAllocated (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CallingConvLower.h 275 /// isAllocated - Return true if the specified register (or an alias) is
277 bool isAllocated(MCRegister Reg) const {
338 if (!isAllocated(Regs[i]))
344 assert(isAllocated(Reg) && "Trying to deallocate an unallocated register");
352 if (isAllocated(Reg))
360 if (isAllocated(Reg))
393 if (isAllocated(Regs[StartIdx + BlockIdx])) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86CallingConv.cpp 41 if (!State.isAllocated(Reg))
103 if (!State.isAllocated(Reg)) {
147 if (State.isAllocated(X86::R9)) {
X86ISelLowering.cpp 3581 if (is64Bit() && !isWin64() && !CCInfo.isAllocated(X86::AL)) {
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 154 bool isAllocated() const { return K == Allocated; }
768 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev,
772 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) &&
774 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero())));
808 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) &&
810 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero())));
1342 if (RS->isAllocated())
1785 RsBase && (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero());
1804 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() ||
2596 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero()
    [all...]
FuchsiaHandleChecker.cpp 123 bool isAllocated() const { return K == Kind::Allocated; }
245 if (HState && (HState->isAllocated() || HState->maybeAllocated()))
520 if (CurItem.second.isAllocated() || CurItem.second.maybeAllocated())
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64CallingConvention.cpp 64 RegsAllocated[I] = State.isAllocated(ZRegList[I]);
AArch64ISelLowering.cpp 5058 if (!CCInfo.isAllocated(AArch64::X8)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZCallingConv.h 158 if (State.isAllocated(SystemZ::XPLINK64ArgFPRs[I]))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CallingConvLower.cpp 72 if (!isAllocated(Reg))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64CallLowering.cpp 496 if (!CCInfo.isAllocated(AArch64::X8)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 67 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) {

Completed in 54 milliseconds