Searched refs:isConstantPool (Results 1 – 6 of 6) sorted by relevance
43 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()49 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()55 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
928 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
658 if (PSV->isGOT() || PSV->isConstantPool()) in mayLoadFromGOTOrConstantPool()
66 bool isConstantPool() const { return Kind == ConstantPool; } in isConstantPool() function
230 BasePseudoVal0->isConstantPool() && AssumeITCMBankConflict) in getHazardType()
1527 if ((PSV->isGOT() || PSV->isConstantPool())) in storeLoadIsAligned()