Searched refs:UseInfo (Results 1 – 2 of 2) sorted by relevance
80 struct UseInfo { struct88 explicit UseInfo(unsigned PointerSize) : Range{PointerSize, false} {} in UseInfo() function93 raw_ostream &operator<<(raw_ostream &OS, const UseInfo &U) { in operator <<()103 UseInfo Use;117 UseInfo Use;196 UseInfo &US = Params.back().Use; in FunctionInfo()217 bool analyzeAllUses(const Value *Ptr, UseInfo &AS);282 bool StackSafetyLocalAnalysis::analyzeAllUses(const Value *Ptr, UseInfo &US) { in analyzeAllUses()408 bool updateOneUse(UseInfo &US, bool UpdateToFullSet);458 bool StackSafetyDataFlowAnalysis::updateOneUse(UseInfo &US, in updateOneUse()
1340 const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx]; in FoldImmediate() local1344 if (UseInfo->isLookupPtrRegClass()) { in FoldImmediate()1345 if (UseInfo->RegClass /* Kind */ != 1) in FoldImmediate()1348 if (UseInfo->RegClass != PPC::GPRC_NOR0RegClassID && in FoldImmediate()1349 UseInfo->RegClass != PPC::G8RC_NOX0RegClassID) in FoldImmediate()1356 if (UseInfo->Constraints != 0) in FoldImmediate()1360 if (UseInfo->isLookupPtrRegClass()) { in FoldImmediate()1364 ZeroReg = UseInfo->RegClass == PPC::G8RC_NOX0RegClassID ? in FoldImmediate()