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

1234567

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp128 static const ParsedAttrInfo &getInfo(const ParsedAttr &A) { function
132 unsigned ParsedAttr::getMinArgs() const { return getInfo(*this).NumArgs; }
135 return getMinArgs() + getInfo(*this).OptArgs;
139 return getInfo(*this).HasCustomParsing;
143 return getInfo(*this).DiagAppertainsToDecl(S, *this, D);
155 return getInfo(*this).GetPragmaAttributeMatchRules(MatchRules, LangOpts);
159 return getInfo(*this).DiagLangOpts(S, *this);
163 return getInfo(*this).IsTargetSpecific;
166 bool ParsedAttr::isTypeAttr() const { return getInfo(*this).IsType; }
168 bool ParsedAttr::isStmtAttr() const { return getInfo(*thi
[all...]
/freebsd-12-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-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp38 static const TypeInfo &getInfo(unsigned id) { function
44 return getInfo(Id).Name;
48 ID PPT = getInfo(Id).PreprocessedType;
49 assert((llvm::is_contained(getInfo(Id).Phases, phases::Preprocess) !=
81 return getInfo(Id).TempSuffix;
85 return llvm::is_contained(getInfo(Id).Phases, phases::Assemble) &&
86 !llvm::is_contained(getInfo(Id).Phases, phases::Compile) &&
87 !llvm::is_contained(getInfo(Id).Phases, phases::Backend);
91 return llvm::is_contained(getInfo(Id).Phases, phases::Precompile) &&
295 strcmp(Name, getInfo(I
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600AsmPrinter.cpp49 const R600MachineFunctionInfo *MFI = MF.getInfo<R600MachineFunctionInfo>();
125 R600MachineFunctionInfo *MFI = MF.getInfo<R600MachineFunctionInfo>();
H A DAMDGPUAsmPrinter.cpp192 const SIMachineFunctionInfo &MFI = *MF->getInfo<SIMachineFunctionInfo>();
211 const SIMachineFunctionInfo &MFI = *MF->getInfo<SIMachineFunctionInfo>();
257 const SIMachineFunctionInfo *MFI = MF->getInfo<SIMachineFunctionInfo>();
365 const SIMachineFunctionInfo &MFI = *MF.getInfo<SIMachineFunctionInfo>();
422 const AMDGPUMachineFunction *MFI = MF.getInfo<AMDGPUMachineFunction>();
616 const SIMachineFunctionInfo *MFI = MF.getInfo<SIMachineFunctionInfo>();
943 const SIMachineFunctionInfo *MFI = MF.getInfo<SIMachineFunctionInfo>();
1131 const SIMachineFunctionInfo *MFI = MF.getInfo<SIMachineFunctionInfo>();
1178 const SIMachineFunctionInfo *MFI = MF.getInfo<SIMachineFunctionInfo>();
1228 const SIMachineFunctionInfo *MFI = MF.getInfo<SIMachineFunctionInf
[all...]
H A DSIFrameLowering.cpp192 const SIMachineFunctionInfo *MFI = MF.getInfo<SIMachineFunctionInfo>();
396 SIMachineFunctionInfo *MFI = MF.getInfo<SIMachineFunctionInfo>();
678 SIMachineFunctionInfo *FuncInfo = MF.getInfo<SIMachineFunctionInfo>();
824 const SIMachineFunctionInfo *FuncInfo = MF.getInfo<SIMachineFunctionInfo>();
952 SIMachineFunctionInfo *FuncInfo = MF.getInfo<SIMachineFunctionInfo>();
983 SIMachineFunctionInfo *MFI = MF.getInfo<SIMachineFunctionInfo>();
1058 const SIMachineFunctionInfo *MFI = MF.getInfo<SIMachineFunctionInfo>();
1076 const SIMachineFunctionInfo *FuncInfo = MF.getInfo<SIMachineFunctionInfo>();
1111 const SIMachineFunctionInfo *MFI = MF.getInfo<SIMachineFunctionInfo>();
1138 if (MF.getInfo<SIMachineFunctionInf
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegNumbering.cpp66 WebAssemblyFunctionInfo &MFI = *MF.getInfo<WebAssemblyFunctionInfo>();
H A DWebAssemblyAsmPrinter.h52 MFI = MF.getInfo<WebAssemblyFunctionInfo>();
H A DWebAssemblyFrameLowering.cpp185 auto FI = MF.getInfo<WebAssemblyFunctionInfo>();
242 auto FI = MF.getInfo<WebAssemblyFunctionInfo>();
H A DWebAssemblyInstrInfo.cpp92 *MI.getParent()->getParent()->getInfo<WebAssemblyFunctionInfo>();
107 const auto &MFI = *MBB.getParent()->getInfo<WebAssemblyFunctionInfo>();
/freebsd-12-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-12-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())
381 const ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
585 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
633 ARMFunctionInfo *AFI = MBB->getParent()->getInfo<ARMFunctionInfo>();
661 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
758 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
872 auto AFI = MF->getInfo<ARMFunctionInfo>();
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h212 llvm::MDNode *getCurLoopID() const { return getInfo().getLoopID(); }
216 return hasInfo() ? getInfo().getAttributes().IsParallel : false;
278 const LoopInfo &getInfo() const { return *Active.back(); } function in class:clang::CodeGen::LoopInfoStack
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp44 MSP430MachineFunctionInfo *MSP430FI = MF.getInfo<MSP430MachineFunctionInfo>();
109 MSP430MachineFunctionInfo *MSP430FI = MF.getInfo<MSP430MachineFunctionInfo>();
192 MSP430MachineFunctionInfo *MFI = MF.getInfo<MSP430MachineFunctionInfo>();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp47 AArch64FunctionInfo *AFI = MF.getInfo<AArch64FunctionInfo>();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp87 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>();
222 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>();
267 const SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>();
380 SparcMachineFunctionInfo *MFI = MF.getInfo<SparcMachineFunctionInfo>();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp72 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>();
H A DSystemZFrameLowering.cpp81 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
179 SystemZMachineFunctionInfo *MFI = MF.getInfo<SystemZMachineFunctionInfo>();
247 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
309 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
425 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
584 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
628 MF.getInfo<SystemZMachineFunctionInfo>()->getManipulatesSP());
669 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>();
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp108 co->getInfo(&info);
173 co->getInfo(info);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h121 DIEInfo &getInfo(unsigned Idx) { return Info[Idx]; } function in class:llvm::CompileUnit
122 const DIEInfo &getInfo(unsigned Idx) const { return Info[Idx]; } function in class:llvm::CompileUnit
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp103 const AVRMachineFunctionInfo *AFI = MF.getInfo<AVRMachineFunctionInfo>();
162 const AVRMachineFunctionInfo *AFI = MF.getInfo<AVRMachineFunctionInfo>();
229 const AVRMachineFunctionInfo *FuncInfo = MF.getInfo<AVRMachineFunctionInfo>();
248 AVRMachineFunctionInfo *AVRFI = MF.getInfo<AVRMachineFunctionInfo>();
435 AVRMachineFunctionInfo *FuncInfo = MF.getInfo<AVRMachineFunctionInfo>();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp489 ConsumedState getInfo(const Expr *From);
519 PropagationInfo getInfo(const Expr *StmtNode) const { function in class:clang::consumed::ConsumedStmtVisitor
558 ConsumedState ConsumedStmtVisitor::getInfo(const Expr *From) { function in class:ConsumedStmtVisitor
818 ConsumedState CS = getInfo(Call->getArg(1));
1057 ConsumedBlockInfo::getInfo(const CFGBlock *Block) { function in class:ConsumedBlockInfo
1238 PInfo = Visitor.getInfo(Cond);
1240 PInfo = Visitor.getInfo(cast<BinaryOperator>(Cond)->getRHS());
1256 PInfo = Visitor.getInfo(BinOp->getLHS());
1259 PInfo = Visitor.getInfo(BinOp->getRHS());
1330 CurrStates = BlockInfo.getInfo(CurrBloc
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp422 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
427 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
432 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
437 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>();
445 const PPCFunctionInfo *MFI = MF.getInfo<PPCFunctionInfo>();
475 const PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
555 MF.getInfo<PPCFunctionInfo>()->hasFastCall());
733 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
821 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
1393 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInf
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h418 const MacroInfo *getInfo() const { return Info; } function in class:DefMacroDirective
419 MacroInfo *getInfo() { return Info; } function in class:DefMacroDirective
471 return DefDirective->getInfo();

Completed in 283 milliseconds

1234567