Lines Matching refs:getOrAdd
140 ValueType *getOrAdd(GlobalContext *Ctx, KeyType Key) { in getOrAdd() function in Ice::__anon7a06662c0111::TypePool
185 ConstantUndef *getOrAdd(GlobalContext *Ctx, Type Ty) { in getOrAdd() function in Ice::__anon7a06662c0111::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()
734 return getConstPool()->ExternRelocatables.getOrAdd( in getConstantExternSym()
739 return getConstPool()->Undefs.getOrAdd(this, Ty); in getConstantUndef()