Searched refs:Init (Results 1 - 25 of 285) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h287 class Init { class in namespace:llvm
343 explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {} function in class:llvm::Init
346 Init(const Init &) = delete;
347 Init &operator=(const Init &) = delete;
348 virtual ~Init() = default;
376 virtual Init *getCastTo(RecTy *Ty) const = 0;
381 virtual Init *convertInitializerTo(RecTy *Ty) const = 0;
387 virtual Init *convertInitializerBitRang
[all...]
H A DSetTheory.h61 class Init;
127 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCRC.h34 // Init : FFFFFFFF
43 // N.B. We permit flexibility of the "Init" value. Some consumers of this need
47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {}
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h44 #define ICV_DATA_ENV(Enum, Name, EnvVar, Init) Init,
48 #define ICV_DATA_ENV(Enum, Name, EnvVar, Init) \
49 constexpr auto Init = omp::ICVInitValue::Init;
/freebsd-13-stable/sys/opencrypto/
H A Dxform_cbc_mac.c15 .Init = AES_CBC_MAC_Init,
28 .Init = AES_CBC_MAC_Init,
41 .Init = AES_CBC_MAC_Init,
H A Dxform_sha2.c71 .Init = (void (*)(void *)) SHA224_Init,
83 .Init = (void (*)(void *)) SHA256_Init,
95 .Init = (void (*)(void *)) SHA384_Init,
107 .Init = (void (*)(void *)) SHA512_Init,
120 .Init = (void (*)(void *)) SHA224_Init,
132 .Init = (void (*)(void *)) SHA256_Init,
144 .Init = (void (*)(void *)) SHA384_Init,
156 .Init = (void (*)(void *)) SHA512_Init,
H A Dxform_sha1.c67 .Init = SHA1Init_int,
80 .Init = SHA1Init_int,
H A Dxform_gmac.c74 .Init = AES_GMAC_Init,
88 .Init = AES_GMAC_Init,
102 .Init = AES_GMAC_Init,
H A Dxform_rmd160.c68 .Init = RMD160Init_int,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h32 Init *Value;
34 LetRecord(StringInit *N, ArrayRef<unsigned> B, Init *V, SMLoc L)
61 Init *ListValue;
66 ForeachLoop(SMLoc Loc, VarInit *IVar, Init *LValue)
73 SmallVector<Init *, 16> Elements;
78 std::map<std::string, Init *, std::less<>> vars;
92 Init *getVar(StringRef Name) const {
109 void addVar(StringRef Name, Init *I) {
194 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
195 ArrayRef<unsigned> BitList, Init *
[all...]
H A DRecord.cpp292 void Init::anchor() {}
295 LLVM_DUMP_METHOD void Init::dump() const { return print(errs()); }
303 Init *UnsetInit::getCastTo(RecTy *Ty) const {
307 Init *UnsetInit::convertInitializerTo(RecTy *Ty) const {
318 Init *BitInit::convertInitializerTo(RecTy *Ty) const {
335 ProfileBitsInit(FoldingSetNodeID &ID, ArrayRef<Init *> Range) {
338 for (Init *I : Range)
342 BitsInit *BitsInit::get(ArrayRef<Init *> Range) {
352 void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *>(Range.size()),
356 I->getTrailingObjects<Init *>());
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h27 Primary.Init(ReleaseToOSIntervalMs);
28 Secondary.Init();
29 Stats.Init();
53 Cache->Init(&Stats);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.h27 void Init(const uptr *pcs, uptr cnt, uptr extra_top_pc = 0);
/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Dtrc_component.cpp56 void Init(TraceComponent *pComp) function in class:errLogAttachMonitor
68 Init(name);
77 Init(name_combined);
86 void TraceComponent::Init(const std::string &name) function in class:TraceComponent
98 m_pErrAttachMon->Init(this);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp48 auto *Init = dyn_cast_or_null<ConstantStruct>(GV.getInitializer());
49 if (!Init)
72 const StructLayout *SL = DL.getStructLayout(Init->getType());
76 std::vector<GlobalVariable *> SplitGlobals(Init->getNumOperands());
77 for (unsigned I = 0; I != Init->getNumOperands(); ++I) {
80 new GlobalVariable(*GV.getParent(), Init->getOperand(I)->getType(),
82 Init->getOperand(I), GV.getName() + "." + utostr(I));
86 unsigned SplitEnd = (I == Init->getNumOperands() - 1)
H A DElimAvailExtern.cpp41 Constant *Init = GV.getInitializer(); local
43 if (isSafeToDestroyConstant(Init))
44 Init->destroyConstant();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h111 Init(Tok, ILEnd, MI, ActualArgs);
120 Init(TokArray, NumToks, DisableExpansion, ownsTokens, isReinject);
131 void Init(Token &Tok, SourceLocation ELEnd, MacroInfo *MI,
139 void Init(const Token *TokArray, unsigned NumToks, bool DisableMacroExpansion,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h34 primary_.Init(release_to_os_interval_ms);
38 void Init(s32 release_to_os_interval_ms) { function in class:CombinedAllocator
39 stats_.Init();
40 primary_.Init(release_to_os_interval_ms);
41 secondary_.Init();
158 cache->Init(&stats_);
H A Dsanitizer_allocator_bytemap.h21 void Init() { function in class:FlatByteMap
50 void Init() { function in class:TwoLevelByteMap
52 mu_.Init();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h58 void Init(const Decl *D) { function in class:clang::GlobalDecl
68 GlobalDecl(const VarDecl *D) { Init(D);}
72 Init(D);
81 GlobalDecl(const NamedDecl *D) { Init(D); }
82 GlobalDecl(const BlockDecl *D) { Init(D); }
83 GlobalDecl(const CapturedDecl *D) { Init(D); }
84 GlobalDecl(const ObjCMethodDecl *D) { Init(D); }
85 GlobalDecl(const OMPDeclareReductionDecl *D) { Init(D); }
86 GlobalDecl(const OMPDeclareMapperDecl *D) { Init(D); }
/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A Dcallout.h73 static void Init();
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp84 typedef std::map<std::vector<Init*>, std::vector<Record*> > RowInstrMapTy;
134 for (Init *I : ColValList->getValues()) {
242 std::vector<Init*> KeyValue;
244 for (Init *RowField : RowFields->getValues()) {
250 Init *CurInstrVal = RecVal->getValue();
314 std::vector<Init*> KeyValue;
317 for (Init *RowField : RowFields->getValues()) {
318 Init *KeyInstrVal = KeyInstr->getValue(RowField)->getValue();
336 Init *ColFieldJ = ColFields->getElement(j);
337 Init *CurInstrIni
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp44 void MsanThread::Init() { function in class:__msan::MsanThread
68 Init();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp20 void VarBypassDetector::Init(const Stmt *Body) { function in class:VarBypassDetector
43 if (const Expr *Init = VD->getInit())
44 return BuildScopeInformation(Init, ParentScope);
70 if (const Stmt *Init = cast<SwitchStmt>(S)->getInit()) {
71 if (!BuildScopeInformation(Init, ParentScope))
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Diostream.cpp80 _LIBCPP_HIDDEN ios_base::Init __start_std_streams;
150 ios_base::Init::Init() function in class:ios_base::Init
155 ios_base::Init::~Init()

Completed in 237 milliseconds

1234567891011>>