Searched refs:isConstantPool (Results 1 – 6 of 6) sorted by relevance
44 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()50 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()56 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
997 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
669 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
66 bool isConstantPool() const { return Kind == ConstantPool; } in isConstantPool() function
230 BasePseudoVal0->isConstantPool() && AssumeITCMBankConflict) in getHazardType()
1544 if ((PSV->isGOT() || PSV->isConstantPool())) in storeLoadIsAligned()