Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp140 ValueType *getOrAdd(GlobalContext *Ctx, KeyType Key) { in getOrAdd() function in Ice::__anond31309eb0111::TypePool
185 ConstantUndef *getOrAdd(GlobalContext *Ctx, Type Ty) { in getOrAdd() function in Ice::__anond31309eb0111::UndefPool
692 return getConstPool()->Integers1.getOrAdd(this, ConstantInt1); in getConstantInt1Internal()
696 return getConstPool()->Integers8.getOrAdd(this, ConstantInt8); in getConstantInt8Internal()
700 return getConstPool()->Integers16.getOrAdd(this, ConstantInt16); in getConstantInt16Internal()
704 return getConstPool()->Integers32.getOrAdd(this, ConstantInt32); in getConstantInt32Internal()
708 return getConstPool()->Integers64.getOrAdd(this, ConstantInt64); in getConstantInt64Internal()
712 return getConstPool()->Floats.getOrAdd(this, ConstantFloat); in getConstantFloat()
716 return getConstPool()->Doubles.getOrAdd(this, ConstantDouble); in getConstantDouble()
722 return getConstPool()->Relocatables.getOrAdd( in getConstantSymWithEmitString()
[all …]