Searched refs:getInfo (Results 1 - 25 of 182) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp148 unsigned ParsedAttr::getMinArgs() const { return getInfo().NumArgs; }
151 return getMinArgs() + getInfo().OptArgs;
155 return getInfo().HasCustomParsing;
159 return getInfo().diagAppertainsToDecl(S, *this, D);
171 return getInfo().getPragmaAttributeMatchRules(MatchRules, LangOpts);
175 return getInfo().diagLangOpts(S, *this);
179 return getInfo().IsTargetSpecific;
182 bool ParsedAttr::isTypeAttr() const { return getInfo().IsType; }
184 bool ParsedAttr::isStmtAttr() const { return getInfo().IsStmt; }
187 return getInfo()
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h76 const Info &getInfo(OptSpecifier Opt) const { function in class:llvm::opt::OptTable
99 return getInfo(id).Name;
104 return getInfo(id).Kind;
109 return getInfo(id).GroupID;
114 return getInfo(id).HelpText;
120 return getInfo(id).MetaVar;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp47 static const TypeInfo &getInfo(unsigned id) { function
53 return getInfo(Id).Name;
57 ID PPT = getInfo(Id).PreprocessedType;
58 assert((getInfo(Id).Phases.contains(phases::Preprocess) !=
90 return getInfo(Id).TempSuffix;
94 return getInfo(Id).Phases.contains(phases::Precompile) &&
299 strcmp(Name, getInfo(Id).Name) == 0)
312 const auto &Info = getInfo(Id);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.cpp49 const R600MachineFunctionInfo *MFI = MF.getInfo<R600MachineFunctionInfo>();
125 R600MachineFunctionInfo *MFI = MF.getInfo<R600MachineFunctionInfo>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegNumbering.cpp66 WebAssemblyFunctionInfo &MFI = *MF.getInfo<WebAssemblyFunctionInfo>();
H A DWebAssemblyAsmPrinter.h57 MFI = MF.getInfo<WebAssemblyFunctionInfo>();
H A DWebAssemblyOptimizeLiveIntervals.cpp99 MF.getInfo<WebAssemblyFunctionInfo>()->setFrameBaseVreg(
H A DWebAssemblyReplacePhysRegs.cpp94 auto FI = MF.getInfo<WebAssemblyFunctionInfo>();
H A DWebAssemblyFrameLowering.cpp240 auto FI = MF.getInfo<WebAssemblyFunctionInfo>();
295 auto FI = MF.getInfo<WebAssemblyFunctionInfo>();
321 const WebAssemblyFunctionInfo &MFI = *MF.getInfo<WebAssemblyFunctionInfo>();
H A DWebAssemblyDebugFixup.cpp67 WebAssemblyFunctionInfo &MFI = *MF.getInfo<WebAssemblyFunctionInfo>();
H A DWebAssemblyInstrInfo.cpp92 *MI.getParent()->getParent()->getInfo<WebAssemblyFunctionInfo>();
107 const auto &MFI = *MBB.getParent()->getInfo<WebAssemblyFunctionInfo>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp104 unsigned Kind = getInfo(i + 1).Kind;
107 TheInputOptionID = getInfo(i + 1).ID;
110 TheUnknownOptionID = getInfo(i + 1).ID;
122 Option::OptionClass Kind = (Option::OptionClass) getInfo(i + 1).Kind;
130 if (!(getInfo(i) < getInfo(i + 1))) {
141 if (const char *const *P = getInfo(i).Prefixes) {
166 return Option(&getInfo(id), this);
554 unsigned Flags = getInfo(Id).Flags;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h42 const InfoTy &getInfo() const;
66 const InfoTy &getInfo() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.h121 isThumb = MF.getInfo<ARMFunctionInfo>()->isThumbFunction();
H A DARMBaseRegisterInfo.cpp106 return MF->getInfo<ARMFunctionInfo>()->isSplitCSR()
116 MF->getInfo<ARMFunctionInfo>()->isSplitCSR())
394 const ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
593 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
641 ARMFunctionInfo *AFI = MBB->getParent()->getInfo<ARMFunctionInfo>();
669 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
767 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
881 auto AFI = MF->getInfo<ARMFunctionInfo>();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h214 llvm::MDNode *getCurLoopID() const { return getInfo().getLoopID(); }
218 return hasInfo() ? getInfo().getAttributes().IsParallel : false;
280 const LoopInfo &getInfo() const { return *Active.back(); } function in class:clang::CodeGen::LoopInfoStack
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp44 MSP430MachineFunctionInfo *MSP430FI = MF.getInfo<MSP430MachineFunctionInfo>();
109 MSP430MachineFunctionInfo *MSP430FI = MF.getInfo<MSP430MachineFunctionInfo>();
190 MSP430MachineFunctionInfo *MFI = MF.getInfo<MSP430MachineFunctionInfo>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp47 AArch64FunctionInfo *AFI = MF.getInfo<AArch64FunctionInfo>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp87 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>();
221 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>();
266 const SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>();
379 SparcMachineFunctionInfo *MFI = MF.getInfo<SparcMachineFunctionInfo>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp72 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>();
H A DSystemZFrameLowering.cpp70 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
141 SystemZMachineFunctionInfo *MFI = MF.getInfo<SystemZMachineFunctionInfo>();
207 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
267 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
410 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
577 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
706 MF.getInfo<SystemZMachineFunctionInfo>()->getManipulatesSP());
764 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h123 DIEInfo &getInfo(unsigned Idx) { return Info[Idx]; } function in class:llvm::CompileUnit
124 const DIEInfo &getInfo(unsigned Idx) const { return Info[Idx]; } function in class:llvm::CompileUnit
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp110 co->getInfo(&info);
175 co->getInfo(info);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.cpp38 const AVRMachineFunctionInfo *AFI = MF->getInfo<AVRMachineFunctionInfo>();
48 const AVRMachineFunctionInfo *AFI = MF.getInfo<AVRMachineFunctionInfo>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp712 const StackSafetyInfo::InfoTy &StackSafetyInfo::getInfo() const { function in class:StackSafetyInfo
721 getInfo().Info.print(O, F->getName(), dyn_cast<Function>(F));
724 const StackSafetyGlobalInfo::InfoTy &StackSafetyGlobalInfo::getInfo() const { function in class:StackSafetyGlobalInfo
729 auto FI = GetSSI(F).getInfo().Info;
756 for (const auto &KV : getInfo().Info.Params) {
772 // TODO(vitalybuka): Return already filtered parameters from getInfo().
790 getInfo();
802 const auto &Info = getInfo();
807 auto &SSI = getInfo().Info;

Completed in 280 milliseconds

12345678