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

123

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DContinuousRangeMap.h109 class Builder { class in class:clang::ContinuousRangeMap
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { } function in class:clang::ContinuousRangeMap::Builder
/freebsd-9.3-release/contrib/llvm/tools/bugpoint/
H A Dbugpoint.cpp164 PassManagerBuilder Builder; local
171 PassManagerBuilder Builder; local
177 PassManagerBuilder Builder; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp37 AllOfVariadicOperator(const ast_type_traits::DynTypedNode DynNode, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, ArrayRef<DynTypedMatcher> InnerMatchers) argument
51 EachOfVariadicOperator(const ast_type_traits::DynTypedNode DynNode, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, ArrayRef<DynTypedMatcher> InnerMatchers) argument
68 AnyOfVariadicOperator(const ast_type_traits::DynTypedNode DynNode, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, ArrayRef<DynTypedMatcher> InnerMatchers) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DTargets.cpp41 static void DefineStd(MacroBuilder &Builder, StringRef MacroName, argument
57 static void defineCPUMacros(MacroBuilder &Builder, StringRef CPUName, argument
87 getDarwinDefines(MacroBuilder &Builder, const LangOptions &Opts, const llvm::Triple &Triple, StringRef &PlatformName, VersionTuple &PlatformMinVersion) argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h187 Value *EmitGEPOffset(IRBuilderTy *Builder, const DataLayout &TD, User *GEP, argument
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h226 BuilderTy Builder; member in class:llvm::ObjectSizeOffsetEvaluator
H A DScalarEvolutionExpander.h84 BuilderType Builder; member in class:llvm::SCEVExpander
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DIRBuilder.cpp55 createCallHelper(Value *Callee, ArrayRef<Value *> Ops, IRBuilderBase *Builder) argument
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp59 BuilderTy *Builder; member in struct:__anon2599::BoundsChecking
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp318 NestedNameSpecifierLocBuilder Builder; local
326 NestedNameSpecifierLocBuilder Builder; local
337 NestedNameSpecifierLocBuilder Builder; local
380 NestedNameSpecifierLocBuilder Builder; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DModuleBuilder.cpp38 OwningPtr<CodeGen::CodeGenModule> Builder; member in class:__anon3125::CodeGeneratorImpl
[all...]
H A DBackendUtil.cpp142 static void addObjCARCAPElimPass(const PassManagerBuilder &Builder, PassManagerBase &PM) { argument
147 static void addObjCARCExpandPass(const PassManagerBuilder &Builder, PassManagerBase &PM) { argument
152 static void addObjCARCOptPass(const PassManagerBuilder &Builder, PassManagerBase &PM) { argument
157 static void addSampleProfileLoaderPass(const PassManagerBuilder &Builder, argument
165 static void addBoundsCheckingPass(const PassManagerBuilder &Builder, argument
170 static void addAddressSanitizerPasses(const PassManagerBuilder &Builder, argument
188 addMemorySanitizerPass(const PassManagerBuilder &Builder, PassManagerBase &PM) argument
209 addThreadSanitizerPass(const PassManagerBuilder &Builder, PassManagerBase &PM) argument
217 addDataFlowSanitizerPass(const PassManagerBuilder &Builder, PassManagerBase &PM) argument
[all...]
H A DCGDebugInfo.h403 CGBuilderTy &Builder; member in class:clang::CodeGen::NoLocation
424 CGBuilderTy &Builder; member in class:clang::CodeGen::ArtificialLocation
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp164 getOrInsertCVTA(Module *M, Function *F, GlobalVariable *GV, IRBuilder<> &Builder) argument
207 remapConstant(Module *M, Function *F, Constant *C, IRBuilder<> &Builder) argument
247 remapConstantVectorOrConstantAggregate( Module *M, Function *F, Constant *C, IRBuilder<> &Builder) argument
286 remapConstantExpr(Module *M, Function *F, ConstantExpr *C, IRBuilder<> &Builder) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp372 PassManagerBuilder *Builder = unwrap(PMB); local
379 PassManagerBuilder *Builder = unwrap(PMB); local
386 PassManagerBuilder *Builder = unwrap(PMB); local
393 PassManagerBuilder *Builder = unwrap(PMB); local
400 PassManagerBuilder *Builder = unwrap(PMB); local
413 PassManagerBuilder *Builder = unwrap(PMB); local
420 PassManagerBuilder *Builder = unwrap(PMB); local
428 PassManagerBuilder *Builder = unwrap(PMB); local
437 PassManagerBuilder *Builder = unwrap(PMB); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h87 BuilderTy *Builder; member in class:llvm::InstCombiner
H A DInstCombineSelect.cpp366 foldSelectICmpAndOr(const SelectInst &SI, Value *TrueVal, Value *FalseVal, InstCombiner::BuilderTy *Builder) argument
661 foldSelectICmpAnd(const SelectInst &SI, ConstantInt *TrueVal, ConstantInt *FalseVal, InstCombiner::BuilderTy *Builder) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp123 bool FlattenCFGOpt::FlattenParallelAndOr(BasicBlock *BB, IRBuilder<> &Builder, argument
386 bool FlattenCFGOpt::MergeIfRegion(BasicBlock *BB, IRBuilder<> &Builder, argument
[all...]
H A DIntegerDivision.cpp32 generateSignedRemainderCode(Value *Dividend, Value *Divisor, IRBuilder<> &Builder) argument
67 generatedUnsignedRemainderCode(Value *Dividend, Value *Divisor, IRBuilder<> &Builder) argument
89 generateSignedDivisionCode(Value *Dividend, Value *Divisor, IRBuilder<> &Builder) argument
125 generateUnsignedDivisionCode(Value *Dividend, Value *Divisor, IRBuilder<> &Builder) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/opt/
H A Dopt.cpp452 PassManagerBuilder Builder; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DShadowStackGC.cpp95 IRBuilder<> Builder; member in class:__anon2198::EscapeEnumerator
H A DRegAllocPBQP.cpp633 OwningPtr<PBQPBuilder> Builder; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp41 static void DefineBuiltinMacro(MacroBuilder &Builder, StringRef Macro, argument
68 static void AddImplicitInclude(MacroBuilder &Builder, StringRef File, argument
74 static void AddImplicitIncludeMacros(MacroBuilder &Builder, argument
85 static void AddImplicitIncludePTH(MacroBuilder &Builder, Preprocesso argument
102 AddImplicitIncludePCH(MacroBuilder &Builder, Preprocessor &PP, StringRef ImplicitIncludePCH) argument
131 DefineFloatMacros(MacroBuilder &Builder, StringRef Prefix, const llvm::fltSemantics *Sem, StringRef Ext) argument
183 DefineTypeSize(StringRef MacroName, unsigned TypeWidth, StringRef ValSuffix, bool isSigned, MacroBuilder &Builder) argument
193 DefineTypeSize(StringRef MacroName, TargetInfo::IntType Ty, const TargetInfo &TI, MacroBuilder &Builder) argument
199 DefineType(const Twine &MacroName, TargetInfo::IntType Ty, MacroBuilder &Builder) argument
204 DefineTypeWidth(StringRef MacroName, TargetInfo::IntType Ty, const TargetInfo &TI, MacroBuilder &Builder) argument
209 DefineTypeSizeof(StringRef MacroName, unsigned BitWidth, const TargetInfo &TI, MacroBuilder &Builder) argument
215 DefineExactWidthIntType(TargetInfo::IntType Ty, const TargetInfo &TI, MacroBuilder &Builder) argument
248 AddObjCXXARCLibstdcxxDefines(const LangOptions &LangOpts, MacroBuilder &Builder) argument
299 InitializeStandardPredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, MacroBuilder &Builder) argument
351 InitializeCPlusPlusFeatureTestMacros(const LangOptions &LangOpts, MacroBuilder &Builder) argument
381 InitializePredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, MacroBuilder &Builder) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp762 TypeLocBuilder Builder; local
808 TypeLocBuilder Builder; local
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp164 MachineInstrBuilder Builder = BuildMI(MBB, MI, DL, local

Completed in 265 milliseconds

123