HomeSort by relevance Sort by last modified time
    Searched defs:IRBuilder (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 1 //===- IRBuilder.h --------------------------------------------------------===//
10 // IRBuilder is a class used as a convenient way to create MCLinker sections
36 /** \class IRBuilder
37 * \brief IRBuilder provides an uniform API for creating sections and
41 * language into a system-dependent binary. IRBuilder helps such kind of VMs
44 class IRBuilder {
53 IRBuilder(Module& pModule, const LinkerConfig& pConfig);
55 ~IRBuilder();
77 /// users need to manually create sections by IRBuilder.
95 /// @ref IRBuilder::CreateInput(pName, pPath, Input::Unknown)
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 1 //===- IRBuilder.cpp ------------------------------------------------------===//
9 #include "mcld/IRBuilder.h"
109 // IRBuilder
111 IRBuilder::IRBuilder(Module& pModule, const LinkerConfig& pConfig)
119 IRBuilder::~IRBuilder() {
123 Input* IRBuilder::CreateInput(const std::string& pName,
139 Input* IRBuilder::ReadInput(const std::string& pName,
156 Input* IRBuilder::ReadInput(const std::string& pNameSpec)
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
56 /// \brief This provides the default implementation of the IRBuilder
58 /// IRBuilder and needs to be inserted.
566 class IRBuilder : public IRBuilderBase, public Inserter {
570 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
576 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
580 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
586 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
592 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 1 //===---- llvm/Support/IRBuilder.h - Builder for LLVM Instrs ----*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
29 /// IRBuilder 'InsertHelper' method that is called whenever an instruction is
30 /// created by IRBuilder and needs to be inserted. By default, this inserts the
317 /// IRBuilder - This provides a uniform API for creating instructions and
332 class IRBuilder : public IRBuilderBase, public Inserter {
335 IRBuilder(LLVMContext &C, const T &F, const Inserter &I = Inserter())
339 explicit IRBuilder(LLVMContext &C) : IRBuilderBase(C), Folder() {
342 explicit IRBuilder(BasicBlock *TheBB, const T &F)
347 explicit IRBuilder(BasicBlock *TheBB
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
58 /// \brief This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
605 class IRBuilder : public IRBuilderBase, public Inserter {
609 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
615 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
619 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
625 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
631 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
58 /// \brief This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
664 class IRBuilder : public IRBuilderBase, public Inserter {
668 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
674 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
690 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
58 /// \brief This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
664 class IRBuilder : public IRBuilderBase, public Inserter {
668 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
674 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
690 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
58 /// \brief This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
664 class IRBuilder : public IRBuilderBase, public Inserter {
668 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
674 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
690 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
58 /// \brief This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
664 class IRBuilder : public IRBuilderBase, public Inserter {
668 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
674 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
690 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
58 /// \brief This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
664 class IRBuilder : public IRBuilderBase, public Inserter {
668 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
674 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
690 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
58 /// \brief This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
664 class IRBuilder : public IRBuilderBase, public Inserter {
668 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
674 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
690 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
58 /// \brief This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
605 class IRBuilder : public IRBuilderBase, public Inserter {
609 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
615 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
619 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
625 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
631 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
58 /// \brief This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
664 class IRBuilder : public IRBuilderBase, public Inserter {
668 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
674 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
690 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
58 /// \brief This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
664 class IRBuilder : public IRBuilderBase, public Inserter {
668 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
674 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
690 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
58 /// \brief This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
664 class IRBuilder : public IRBuilderBase, public Inserter {
668 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
674 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
690 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
58 /// \brief This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
664 class IRBuilder : public IRBuilderBase, public Inserter {
668 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
674 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
690 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
58 /// \brief This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
664 class IRBuilder : public IRBuilderBase, public Inserter {
668 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
674 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
690 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 1 //===---- llvm/IRBuilder.h - Builder for LLVM Instructions ------*- C++ -*-===//
10 // This file defines the IRBuilder class, which is used as a convenient way
58 /// \brief This provides the default implementation of the IRBuilder
60 /// IRBuilder and needs to be inserted.
664 class IRBuilder : public IRBuilderBase, public Inserter {
668 IRBuilder(LLVMContext &C, const T &F, Inserter I = Inserter(),
674 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
690 explicit IRBuilder(Instruction *IP, MDNode *FPMathTag = nullptr
    [all...]
  /prebuilts/r8/
compatdx-master.jar 
compatproguard-master.jar 
d8-master.jar 
r8-master.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0/
builder-3.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta6/
builder-3.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta7/
builder-3.0.0-beta7.jar 

Completed in 2671 milliseconds

1 2