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

/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp117 template <typename CalleeTy> struct UseInfo { struct in namespace:__anon1999
132 UseInfo(unsigned PointerSize) : Range{PointerSize, false} {} function in struct:__anon1999::UseInfo
143 raw_ostream &operator<<(raw_ostream &OS, const UseInfo<CalleeTy> &U) {
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,
564 bool updateOneUse(UseInfo<CalleeTy> &US, bool UpdateToFullSet);
610 bool StackSafetyDataFlowAnalysis<CalleeTy>::updateOneUse(UseInfo<CalleeTy> &US,
772 void resolveAllCalls(UseInfo<GlobalValu
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2095 const MCOperandInfo *UseInfo = &UseMCID.operands()[UseIdx];
2099 if (UseInfo->isLookupPtrRegClass()) {
2100 if (UseInfo->RegClass /* Kind */ != 1)
2103 if (UseInfo->RegClass != PPC::GPRC_NOR0RegClassID &&
2104 UseInfo->RegClass != PPC::G8RC_NOX0RegClassID)
2111 if (UseInfo->Constraints != 0)
2115 if (UseInfo->isLookupPtrRegClass()) {
2119 ZeroReg = UseInfo->RegClass == PPC::G8RC_NOX0RegClassID ?

Completed in 130 milliseconds