Home
last modified time | relevance | path

Searched refs:isAllocated (Results 1 – 13 of 13) 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/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/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/node/deps/icu-small/source/common/
Dutrie.h564 UBool isAllocated, isDataAllocated; member
Dutrie.cpp71 trie->isAllocated= (UBool)(fillIn==nullptr); 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/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()