Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h285 bool isAllocated(unsigned Reg) const { in isAllocated() function
346 if (!isAllocated(Regs[i])) in getFirstUnallocated()
355 if (isAllocated(Reg)) return 0; in AllocateReg()
362 if (isAllocated(Reg)) return 0; in AllocateReg()
394 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
/third_party/jsoncpp/src/lib_json/
Djson_value.cpp513 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in operator <()
515 decodePrefixedString(other.isAllocated(), other.value_.string_, &other_len, in operator <()
568 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in operator ==()
570 decodePrefixedString(other.isAllocated(), other.value_.string_, &other_len, in operator ==()
597 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in asCString()
610 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in getCStringLength()
622 decodePrefixedString(this->isAllocated(), this->value_.string_, &length, in getString()
637 decodePrefixedString(this->isAllocated(), this->value_.string_, &this_len, in asString()
988 if (other.value_.string_ && other.isAllocated()) { in dupPayload()
991 decodePrefixedString(other.isAllocated(), other.value_.string_, &len, in dupPayload()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallingConv.cpp41 if (!State.isAllocated(Reg)) in CC_X86_32_RegCall_Assign2Regs()
103 if (!State.isAllocated(Reg)) { in CC_X86_VectorCallAssignRegister()
147 if (State.isAllocated(X86::R9)) { in CC_X86_64_VectorCall()
DX86ISelLowering.cpp3646 if (Is64Bit && !IsWin64 && !CCInfo.isAllocated(X86::AL)) { in LowerFormalArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCallingConvLower.cpp68 if (!isAllocated(Reg)) in IsShadowAllocatedReg()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/skia/third_party/externals/icu/source/common/
Dutrie.h564 UBool isAllocated, isDataAllocated; member
Dutrie.cpp71 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open()
159 if(trie->isAllocated) { in utrie_close()
/third_party/node/deps/icu-small/source/common/
Dutrie.h564 UBool isAllocated, isDataAllocated; member
Dutrie.cpp71 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open()
159 if(trie->isAllocated) { in utrie_close()
/third_party/icu/icu4c/source/common/
Dutrie.h564 UBool isAllocated, isDataAllocated; member
Dutrie.cpp71 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open()
159 if(trie->isAllocated) { in utrie_close()
/third_party/jsoncpp/include/json/
Dvalue.h598 bool isAllocated() const { return bits_.allocated_; } in isAllocated() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallLowering.cpp404 if (!CCInfo.isAllocated(AArch64::X8)) { in handleMustTailForwardedRegisters()
DAArch64ISelLowering.cpp3534 if (!CCInfo.isAllocated(AArch64::X8)) { in LowerFormalArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp111 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR()