Home
last modified time | relevance | path

Searched defs:builder (Results 1 – 24 of 24) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-c-test/
H A Dcalc.c43 LLVMBuilderRef builder, in build_from_tokens()
125 LLVMBuilderRef builder = LLVMCreateBuilder(); in handle_line() local
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml11 let builder = builder context var
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml11 let builder = builder context var
/minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/
H A DLocal.cpp22 IRBuilder<> builder(C); in TEST() local
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml11 let builder = builder context var
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml11 let builder = builder context var
/minix3/external/bsd/llvm/dist/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp75 IRBuilder<> builder(BB); in main() local
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml11 let builder = builder context var
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp44 IRBuilder<> builder(origBB, origBB->getTerminator()); in convertTransferToLoop() local
82 IRBuilder<> builder(origBB, origBB->getTerminator()); in convertMemSetToLoop() local
/minix3/external/bsd/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp903 llvm::IRBuilder<> &builder, in generateStringPrint()
947 llvm::IRBuilder<> &builder, in generateIntegerPrint()
999 llvm::IRBuilder<> &builder, in createFinallyBlock()
1075 llvm::IRBuilder<> &builder, in createCatchBlock()
1127 llvm::IRBuilder<> &builder, in createCatchWrappedInvokeFunction()
1394 llvm::IRBuilder<> &builder, in createThrowExceptionFunction()
1512 llvm::IRBuilder<> &builder, in createUnwindExceptionTest()
1650 llvm::IRBuilder<> &builder) { in createStandardUtilityFunctions()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp1502 ObjCPropertyOpBuilder builder(*this, refExpr); in checkPseudoObjectRValue() local
1507 ObjCSubscriptOpBuilder builder(*this, refExpr); in checkPseudoObjectRValue() local
1511 MSPropertyOpBuilder builder(*this, refExpr); in checkPseudoObjectRValue() local
1530 ObjCPropertyOpBuilder builder(*this, refExpr); in checkPseudoObjectIncDec() local
1537 MSPropertyOpBuilder builder(*this, refExpr); in checkPseudoObjectIncDec() local
1562 ObjCPropertyOpBuilder builder(*this, refExpr); in checkPseudoObjectAssignment() local
1566 ObjCSubscriptOpBuilder builder(*this, refExpr); in checkPseudoObjectAssignment() local
1570 MSPropertyOpBuilder builder(*this, refExpr); in checkPseudoObjectAssignment() local
/minix3/external/bsd/llvm/dist/llvm/examples/BrainF/
H A DBrainF.h90 IRBuilder<> *builder; variable
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp105 EngineBuilder builder(std::unique_ptr<Module>(unwrap(M))); in LLVMCreateExecutionEngineForModule() local
120 EngineBuilder builder(std::unique_ptr<Module>(unwrap(M))); in LLVMCreateInterpreterForModule() local
136 EngineBuilder builder(std::unique_ptr<Module>(unwrap(M))); in LLVMCreateJITCompilerForModule() local
184 EngineBuilder builder(std::unique_ptr<Module>(unwrap(M))); in LLVMCreateMCJITCompilerForModule() local
/minix3/external/bsd/llvm/dist/llvm/utils/
H A Dllvm-compilers-check611 builder = Builder(work_queue, jobs, variable
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp172 LLVMBuilderRef builder = LLVMCreateBuilder(); in buildSimpleFunction() local
197 LLVMBuilderRef builder = LLVMCreateBuilder(); in buildFunctionThatUsesStackmap() local
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DCallGraph.cpp137 CGBuilder builder(this, Node); in addNodeForDecl() local
H A DCFG.cpp915 inline bool AddStmtChoice::alwaysAdd(CFGBuilder &builder, in alwaysAdd()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp416 builder(Pred, B, cast<IndirectGotoStmt>(Term)->getTarget(), in HandleBlockExit() local
439 SwitchNodeBuilder builder(Pred, B, cast<SwitchStmt>(Term)->getCond(), in HandleBlockExit() local
H A DExprEngine.cpp1551 BranchNodeBuilder builder(CheckersOutSet, Dst, BldCtx, DstT, DstF); in processBranch() local
1630 BranchNodeBuilder builder(Pred, Dst, BuilderCtx, DstT, DstF); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
1644 void ExprEngine::processIndirectGoto(IndirectGotoNodeBuilder &builder) { in processIndirectGoto()
1732 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch()
/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A Dlli.cpp414 EngineBuilder builder(std::move(Owner)); in main() local
/minix3/external/bsd/kyua-cli/dist/store/
H A Dtransaction.cpp107 engine::metadata_builder builder; in get_metadata() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1126 IRBuilder<> builder(FirstNewBlock->begin()); in InlineFunction() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp1522 CGBuilderTy builder(entry); in getClangCallTerminateFn() local
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1863 val builder : llcontext -> llbuilder val