Lines Matching refs:getOrAdd
140 ValueType *getOrAdd(GlobalContext *Ctx, KeyType Key) { in getOrAdd() function in Ice::__anon4271a4ce0111::TypePool
185 ConstantUndef *getOrAdd(GlobalContext *Ctx, Type Ty) { in getOrAdd() function in Ice::__anon4271a4ce0111::UndefPool
774 return getConstPool()->Integers1.getOrAdd(this, ConstantInt1); in getConstantInt1Internal()
778 return getConstPool()->Integers8.getOrAdd(this, ConstantInt8); in getConstantInt8Internal()
782 return getConstPool()->Integers16.getOrAdd(this, ConstantInt16); in getConstantInt16Internal()
786 return getConstPool()->Integers32.getOrAdd(this, ConstantInt32); in getConstantInt32Internal()
790 return getConstPool()->Integers64.getOrAdd(this, ConstantInt64); in getConstantInt64Internal()
794 return getConstPool()->Floats.getOrAdd(this, ConstantFloat); in getConstantFloat()
798 return getConstPool()->Doubles.getOrAdd(this, ConstantDouble); in getConstantDouble()
804 return getConstPool()->Relocatables.getOrAdd( in getConstantSymWithEmitString()
816 return getConstPool()->ExternRelocatables.getOrAdd( in getConstantExternSym()
821 return getConstPool()->Undefs.getOrAdd(this, Ty); in getConstantUndef()