/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 285 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/ |
D | json_value.cpp | 513 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/ |
D | X86CallingConv.cpp | 41 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()
|
D | X86ISelLowering.cpp | 3646 if (Is64Bit && !IsWin64 && !CCInfo.isAllocated(X86::AL)) { in LowerFormalArguments()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CallingConvLower.cpp | 68 if (!isAllocated(Reg)) in IsShadowAllocatedReg()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | utrie.h | 563 UBool isAllocated, isDataAllocated; member
|
D | utrie.cpp | 71 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open() 159 if(trie->isAllocated) { in utrie_close()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | utrie.h | 564 UBool isAllocated, isDataAllocated; member
|
D | utrie.cpp | 71 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open() 159 if(trie->isAllocated) { in utrie_close()
|
/third_party/node/deps/icu-small/source/common/ |
D | utrie.h | 564 UBool isAllocated, isDataAllocated; member
|
D | utrie.cpp | 71 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open() 159 if(trie->isAllocated) { in utrie_close()
|
/third_party/icu/icu4c/source/common/ |
D | utrie.h | 564 UBool isAllocated, isDataAllocated; member
|
D | utrie.cpp | 71 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open() 159 if(trie->isAllocated) { in utrie_close()
|
/third_party/jsoncpp/include/json/ |
D | value.h | 598 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/ |
D | AArch64CallLowering.cpp | 404 if (!CCInfo.isAllocated(AArch64::X8)) { in handleMustTailForwardedRegisters()
|
D | AArch64ISelLowering.cpp | 3534 if (!CCInfo.isAllocated(AArch64::X8)) { in LowerFormalArguments()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 111 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR()
|