Home
last modified time | relevance | path

Searched refs:UseInfo (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp117 template <typename CalleeTy> struct UseInfo { struct
132 UseInfo(unsigned PointerSize) : Range{PointerSize, false} {} in UseInfo() function
143 raw_ostream &operator<<(raw_ostream &OS, const UseInfo<CalleeTy> &U) { in operator <<()
184 std::map<const AllocaInst *, UseInfo<CalleeTy>> Allocas;
185 std::map<uint32_t, UseInfo<CalleeTy>> Params;
253 void analyzeAllUses(Value *Ptr, UseInfo<GlobalValue> &AS,
394 UseInfo<GlobalValue> &US, in analyzeAllUses()
564 bool updateOneUse(UseInfo<CalleeTy> &US, bool UpdateToFullSet);
610 bool StackSafetyDataFlowAnalysis<CalleeTy>::updateOneUse(UseInfo<CalleeTy> &US, in updateOneUse()
772 void resolveAllCalls(UseInfo<GlobalValue> &Use, in resolveAllCalls()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2097 const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx]; in onlyFoldImmediate() local
2101 if (UseInfo->isLookupPtrRegClass()) { in onlyFoldImmediate()
2102 if (UseInfo->RegClass /* Kind */ != 1) in onlyFoldImmediate()
2105 if (UseInfo->RegClass != PPC::GPRC_NOR0RegClassID && in onlyFoldImmediate()
2106 UseInfo->RegClass != PPC::G8RC_NOX0RegClassID) in onlyFoldImmediate()
2113 if (UseInfo->Constraints != 0) in onlyFoldImmediate()
2117 if (UseInfo->isLookupPtrRegClass()) { in onlyFoldImmediate()
2121 ZeroReg = UseInfo->RegClass == PPC::G8RC_NOX0RegClassID ? in onlyFoldImmediate()