Home
last modified time | relevance | path

Searched refs:isAllocated (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCallingConvLower.h190 bool isAllocated(unsigned Reg) const { in isAllocated() function
234 if (!isAllocated(Regs[i])) in getFirstUnallocated()
243 if (isAllocated(Reg)) return 0; in AllocateReg()
250 if (isAllocated(Reg)) return 0; in AllocateReg()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h290 bool isAllocated(unsigned Reg) const { in isAllocated() function
334 if (!isAllocated(Regs[i])) in getFirstUnallocated()
343 if (isAllocated(Reg)) return 0; in AllocateReg()
350 if (isAllocated(Reg)) return 0; in AllocateReg()
382 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CallingConv.cpp35 if (!State.isAllocated(Reg)) in CC_X86_32_RegCall_Assign2Regs()
97 if (!State.isAllocated(Reg)) { in CC_X86_VectorCallAssignRegister()
135 if (State.isAllocated(X86::R9)) { in CC_X86_64_VectorCall()
DX86ISelLowering.cpp3302 if (Is64Bit && !CCInfo.isAllocated(X86::AL)) { in LowerFormalArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h284 bool isAllocated(unsigned Reg) const { in isAllocated() function
345 if (!isAllocated(Regs[i])) in getFirstUnallocated()
354 if (isAllocated(Reg)) return 0; in AllocateReg()
361 if (isAllocated(Reg)) return 0; in AllocateReg()
393 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h182 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) {
183 return RetEffect(isAllocated ? OwnedAllocatedSymbol : OwnedSymbol, o);
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAsset.java140 abstract boolean isAllocated(); // { return false; } in isAllocated() method in Asset
312 if (cur.isAllocated()) { in getAssetAllocations()
608 boolean isAllocated() { return mBuf != null; } in isAllocated() method in Asset._FileAsset
1098 boolean isAllocated() { return mBuf != null; } in isAllocated() method in Asset._CompressedAsset
/external/antlr/runtime/C/src/
Dantlr3filestream.c383 input->isAllocated = ANTLR3_TRUE; in antlr3read8Bit()
466 input->isAllocated = ANTLR3_FALSE; in antlr3CreateStringStream()
Dantlr3inputstream.c222 if (input->isAllocated && input->data != NULL) in antlr3InputClose()
290 input->isAllocated = ANTLR3_FALSE; in antlr38BitReuse()
/external/antlr/runtime/C/include/
Dantlr3input.h77 int isAllocated; member
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp77 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon42261f860111::RefState
427 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anon42261f860111::MallocChecker::MallocBugVisitor
431 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) && in isAllocated()
432 (!SPrev || !(SPrev->isAllocated() || in isAllocated()
459 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) && in isReallocFailedCheck()
460 (SPrev && !(SPrev->isAllocated() || in isReallocFailedCheck()
907 if (RS->isAllocated()) in ProcessZeroAllocation()
1406 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux()
1432 ReleasedAllocated = (RsBase != nullptr) && (RsBase->isAllocated() || in FreeMemAux()
2139 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero()) in checkDeadSymbols()
[all …]
/external/antlr/runtime/Cpp/include/
Dantlr3input.hpp157 void set_isAllocated( bool isAllocated );
Dantlr3input.inl198 ANTLR_INLINE void InputStream<ImplTraits>::set_isAllocated( bool isAllocated ) argument
200 m_isAllocated = isAllocated;
/external/icu/icu4c/source/common/
Dutrie.h563 UBool isAllocated, isDataAllocated; member
Dutrie.cpp71 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open()
159 if(trie->isAllocated) { in utrie_close()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCallingConvLower.cpp69 if (!isAllocated(Reg)) in IsShadowAllocatedReg()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp48 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp107 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp2833 if (Is64Bit && !CCInfo.isAllocated(X86::AL)) { in LowerFormalArguments()