Searched refs:UseInfo (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 117 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; 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 …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 2095 const MCOperandInfo *UseInfo = &UseMCID.operands()[UseIdx]; in onlyFoldImmediate() local 2099 if (UseInfo->isLookupPtrRegClass()) { in onlyFoldImmediate() 2100 if (UseInfo->RegClass /* Kind */ != 1) in onlyFoldImmediate() 2103 if (UseInfo->RegClass != PPC::GPRC_NOR0RegClassID && in onlyFoldImmediate() 2104 UseInfo->RegClass != PPC::G8RC_NOX0RegClassID) in onlyFoldImmediate() 2111 if (UseInfo->Constraints != 0) in onlyFoldImmediate() 2115 if (UseInfo->isLookupPtrRegClass()) { in onlyFoldImmediate() 2119 ZeroReg = UseInfo->RegClass == PPC::G8RC_NOX0RegClassID ? in onlyFoldImmediate()
|