Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp115 template <typename CalleeTy> struct UseInfo { struct
129 UseInfo(unsigned PointerSize) : Range{PointerSize, false} {} in UseInfo() argument
135 raw_ostream &operator<<(raw_ostream &OS, const UseInfo<CalleeTy> &U) { in operator <<()
176 std::map<const AllocaInst *, UseInfo<CalleeTy>> Allocas;
177 std::map<uint32_t, UseInfo<CalleeTy>> Params;
245 bool analyzeAllUses(Value *Ptr, UseInfo<GlobalValue> &AS,
332 UseInfo<GlobalValue> &US, in analyzeAllUses()
485 bool updateOneUse(UseInfo<CalleeTy> &US, bool UpdateToFullSet);
531 bool StackSafetyDataFlowAnalysis<CalleeTy>::updateOneUse(UseInfo<CalleeTy> &US, in updateOneUse()
694 void resolveAllCalls(UseInfo<GlobalValue> &Use, in resolveAllCalls()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp2090 const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx]; in onlyFoldImmediate() local
2094 if (UseInfo->isLookupPtrRegClass()) { in onlyFoldImmediate()
2095 if (UseInfo->RegClass /* Kind */ != 1) in onlyFoldImmediate()
2098 if (UseInfo->RegClass != PPC::GPRC_NOR0RegClassID && in onlyFoldImmediate()
2099 UseInfo->RegClass != PPC::G8RC_NOX0RegClassID) in onlyFoldImmediate()
2106 if (UseInfo->Constraints != 0) in onlyFoldImmediate()
2110 if (UseInfo->isLookupPtrRegClass()) { in onlyFoldImmediate()
2114 ZeroReg = UseInfo->RegClass == PPC::G8RC_NOX0RegClassID ? in onlyFoldImmediate()