Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp117 template <typename CalleeTy> struct UseInfo { struct
132 UseInfo(unsigned PointerSize) : Range{PointerSize, false} {} in UseInfo() argument
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;
261 void analyzeAllUses(Value *Ptr, UseInfo<GlobalValue> &AS,
416 UseInfo<GlobalValue> &US, in analyzeAllUses()
596 bool updateOneUse(UseInfo<CalleeTy> &US, bool UpdateToFullSet);
642 bool StackSafetyDataFlowAnalysis<CalleeTy>::updateOneUse(UseInfo<CalleeTy> &US, in updateOneUse()
804 void resolveAllCalls(UseInfo<GlobalValu
120 Range__anonc3460ea90111::UseInfo global() argument
121 UnsafeAccesses__anonc3460ea90111::UseInfo global() argument
128 CallsTy__anonc3460ea90111::UseInfo global() argument
130 Calls__anonc3460ea90111::UseInfo global() argument
134 updateRange__anonc3460ea90111::UseInfo updateRange() argument
135 addRange__anonc3460ea90111::UseInfo addRange() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2079 const MCOperandInfo *UseInfo = &UseMCID.operands()[UseIdx]; in onlyFoldImmediate() local
2083 if (UseInfo->isLookupPtrRegClass()) { in onlyFoldImmediate()
2084 if (UseInfo->RegClass /* Kind */ != 1) in onlyFoldImmediate()
2087 if (UseInfo->RegClass != PPC::GPRC_NOR0RegClassID && in onlyFoldImmediate()
2088 UseInfo->RegClass != PPC::G8RC_NOX0RegClassID) in onlyFoldImmediate()
2095 if (UseInfo->Constraints != 0) in onlyFoldImmediate()
2099 if (UseInfo->isLookupPtrRegClass()) { in onlyFoldImmediate()
2103 ZeroReg = UseInfo->RegClass == PPC::G8RC_NOX0RegClassID ? in onlyFoldImmediate()