HomeSort by: relevance | last modified time | path
    Searched defs:IRBuilder (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
OpenMPOpt.cpp 825 IRBuilder<>::InsertPoint AllocaIP(
1300 auto &IRBuilder = OMPInfoCache.OMPBuilder;
1304 IRBuilder.AsyncInfo, F->getAddressSpace(), "handle", FirstInst);
1309 FunctionCallee IssueDecl = IRBuilder.getOrCreateRuntimeFunction(
1324 FunctionCallee WaitDecl = IRBuilder.getOrCreateRuntimeFunction(
1372 // The IRBuilder uses the insertion block to get to the module, this is
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 1 //===- llvm/IRBuilder.h - Builder for LLVM Instructions ---------*- C++ -*-===//
9 // This file defines the IRBuilder class, which is used as a convenient way
58 /// This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
2596 class IRBuilder : public IRBuilderBase {
2602 IRBuilder(LLVMContext &C, FolderTy Folder, InserterTy Inserter = InserterTy(),
2608 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
2612 explicit IRBuilder(BasicBlock *TheBB, FolderTy Folder,
2620 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
2627 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]

Completed in 28 milliseconds