Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp115 template <typename CalleeTy> struct UseInfo { struct
129 UseInfo(unsigned PointerSize) : Range{PointerSize, false} {} in UseInfo() function
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,
330 UseInfo<GlobalValue> &US, in analyzeAllUses()
483 bool updateOneUse(UseInfo<CalleeTy> &US, bool UpdateToFullSet);
529 bool StackSafetyDataFlowAnalysis<CalleeTy>::updateOneUse(UseInfo<CalleeTy> &US, in updateOneUse()
692 void resolveAllCalls(UseInfo<GlobalValue> &Use, in resolveAllCalls()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2072 const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx]; in onlyFoldImmediate() local
2076 if (UseInfo->isLookupPtrRegClass()) { in onlyFoldImmediate()
2077 if (UseInfo->RegClass /* Kind */ != 1) in onlyFoldImmediate()
2080 if (UseInfo->RegClass != PPC::GPRC_NOR0RegClassID && in onlyFoldImmediate()
2081 UseInfo->RegClass != PPC::G8RC_NOX0RegClassID) in onlyFoldImmediate()
2088 if (UseInfo->Constraints != 0) in onlyFoldImmediate()
2092 if (UseInfo->isLookupPtrRegClass()) { in onlyFoldImmediate()
2096 ZeroReg = UseInfo->RegClass == PPC::G8RC_NOX0RegClassID ? in onlyFoldImmediate()