Searched defs:Builder (Results 1 - 25 of 130) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombiner.h41 std::unique_ptr<MachineIRBuilder> Builder; member in class:llvm::Combiner
H A DCombinerHelper.h55 MachineIRBuilder &Builder; member in class:llvm::CombinerHelper
/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A Dzfsd_event.h68 static BuildMethod Builder; member in class:ZfsEvent
98 static BuildMethod Builder; member in class:GeomEvent
H A Dzfsd_event.cc85 GeomEvent::Builder(Event::Type type, function in class:GeomEvent
259 ZfsEvent::Builder(Event::Type type, NVPairMap &nvpairs, function in class:ZfsEvent
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h111 class Builder { class in class:clang::ContinuousRangeMap
115 explicit Builder(ContinuousRangeMap &Self) : Self(Self) {} function in class:clang::ContinuousRangeMap::Builder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.h41 VPBuilder Builder; member in class:llvm::VPlanPredicator
H A DVPRecipeBuilder.h39 VPBuilder &Builder; member in class:llvm::VPRecipeBuilder
93 VPRecipeBuilder(Loop *OrigLoop, const TargetLibraryInfo *TLI, LoopVectorizationLegality *Legal, LoopVectorizationCostModel &CM, PredicatedScalarEvolution &PSE, VPBuilder &Builder) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEscapeEnumerator.h32 IRBuilder<> Builder; member in class:llvm::EscapeEnumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp22 void getDarwinDefines(MacroBuilder &Builder, const LangOptions &Opts, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DLocal.h29 Value *EmitGEPOffset(IRBuilderTy *Builder, const DataLayout &DL, User *GEP, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp55 void DefineStd(MacroBuilder &Builder, StringRef MacroName, argument
71 void defineCPUMacros(MacroBuilder &Builder, StringRef CPUName, bool Tuning) { argument
78 void addCygMingDefines(const LangOptions &Opts, MacroBuilder &Builder) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp125 PassManagerBuilder Builder; local
207 PassManagerBuilder Builder; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp22 struct Builder : RecursiveASTVisitor<Builder> { struct in namespace:clang::__anon1560
24 Builder(ASTImporterLookupTable &LT) : LT(LT) {} function in struct:clang::__anon1560::Builder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp93 AppendingTypeTableBuilder::insertRecord(ContinuationRecordBuilder &Builder) { argument
H A DMergingTypeTableBuilder.cpp118 MergingTypeTableBuilder::insertRecord(ContinuationRecordBuilder &Builder) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp24 IRBuilder<> Builder; member in struct:__anon4485::Lowerer
39 static void lowerSubFn(IRBuilder<> &Builder, CoroSubFnInst *SubFn) { argument
[all...]
/freebsd-13-stable/lib/libdevdctl/
H A Devent.h98 static BuildMethod Builder; member in class:DevdCtl::Event
320 static BuildMethod Builder; member in class:DevdCtl::DevfsEvent
358 static BuildMethod Builder; member in class:DevdCtl::GeomEvent
381 static BuildMethod Builder; member in class:DevdCtl::ZfsEvent
H A Devent.cc95 Event::Builder(Event::Type type, NVPairMap &nvPairs, function in class:DevdCtl::Event
453 DevfsEvent::Builder(Event::Type type, NVPairMap &nvPairs, function in class:DevdCtl::DevfsEvent
534 GeomEvent::Builder(Event::Type type, NVPairMap &nvpairs, function in class:DevdCtl::GeomEvent
575 ZfsEvent::Builder(Event::Type type, NVPairMap &nvpairs, function in class:DevdCtl::ZfsEvent
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp63 std::unique_ptr<CodeGen::CodeGenModule> Builder; member in class:__anon1827::CodeGeneratorImpl
[all...]
H A DObjectFilePCHContainerOperations.cpp55 std::unique_ptr<CodeGen::CodeGenModule> Builder; member in class:__anon1828::PCHContainerGenerator
238 assert(M && VMContext && Builder); variable
242 std::unique_ptr<CodeGen::CodeGenModule> Builder variable
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h300 BuilderTy Builder; member in class:llvm::ObjectSizeOffsetEvaluator
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h284 IRBuilder<> Builder; member in class:llvm::OpenMPIRBuilder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp156 remapConstant(Module *M, Function *F, Constant *C, IRBuilder<> &Builder) argument
195 remapConstantVectorOrConstantAggregate( Module *M, Function *F, Constant *C, IRBuilder<> &Builder) argument
234 remapConstantExpr(Module *M, Function *F, ConstantExpr *C, IRBuilder<> &Builder) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp174 void LLVMOrcDisposeLLJITBuilder(LLVMOrcLLJITBuilderRef Builder) { argument
178 LLVMOrcLLJITBuilderSetJITTargetMachineBuilder( LLVMOrcLLJITBuilderRef Builder, LLVMOrcJITTargetMachineBuilderRef JTMB) argument
183 LLVMOrcCreateLLJIT(LLVMOrcLLJITRef *Result, LLVMOrcLLJITBuilderRef Builder) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp68 struct Builder { struct in namespace:__anon3745
76 Builder(SmallVector<char, 0> &Symtab, StringTableBuilder &StrtabBuilder, function in struct:__anon3745::Builder

Completed in 240 milliseconds

123456