HomeSort by relevance Sort by last modified time
    Searched refs:TheBB (Results 1 - 25 of 34) sorted by null

1 2

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.cpp 50 SPIRVType *TheType, SPIRVId TheId, SPIRVBasicBlock *TheBB)
51 :SPIRVValue(TheBB->getModule(), TheWordCount, TheOC, TheType, TheId),
52 BB(TheBB){
57 SPIRVType *TheType, SPIRVId TheId, SPIRVBasicBlock *TheBB, SPIRVModule *TheBM)
58 : SPIRVValue(TheBM, TheWordCount, TheOC, TheType, TheId), BB(TheBB){
64 SPIRVId TheId, SPIRVBasicBlock *TheBB)
65 :SPIRVValue(TheBB->getModule(), TheWordCount, TheOC, TheId), BB(TheBB){
70 SPIRVBasicBlock *TheBB)
71 :SPIRVValue(TheBB->getModule(), TheWordCount, TheOC), BB(TheBB)
    [all...]
SPIRVInstruction.h 107 SPIRVId TheId, SPIRVBasicBlock *TheBB);
110 SPIRVType *TheType, SPIRVId TheId, SPIRVBasicBlock *TheBB,
114 SPIRVBasicBlock *TheBB);
117 SPIRVBasicBlock *TheBB);
120 SPIRVBasicBlock *TheBB);
164 void setBasicBlock(SPIRVBasicBlock* TheBB) {
165 BB = TheBB;
166 if (TheBB)
167 setModule(TheBB->getModule());
190 SPIRVId TheId, SPIRVBasicBlock *TheBB,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h 73 void SetInsertPoint(BasicBlock *TheBB) {
74 BB = TheBB;
88 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
89 BB = TheBB;
342 explicit IRBuilder(BasicBlock *TheBB, const T &F)
343 : IRBuilderBase(TheBB->getContext()), Folder(F) {
344 SetInsertPoint(TheBB);
347 explicit IRBuilder(BasicBlock *TheBB)
348 : IRBuilderBase(TheBB->getContext()), Folder() {
349 SetInsertPoint(TheBB);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 109 void SetInsertPoint(BasicBlock *TheBB) {
110 BB = TheBB;
125 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
126 BB = TheBB;
128 if (IP != TheBB->end())
580 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
582 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
583 SetInsertPoint(TheBB);
586 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
588 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 128 void SetInsertPoint(BasicBlock *TheBB) {
129 BB = TheBB;
144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
145 BB = TheBB;
147 if (IP != TheBB->end())
619 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
621 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
622 SetInsertPoint(TheBB);
625 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
627 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 128 void SetInsertPoint(BasicBlock *TheBB) {
129 BB = TheBB;
144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
145 BB = TheBB;
147 if (IP != TheBB->end())
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
680 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
681 SetInsertPoint(TheBB);
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
686 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 128 void SetInsertPoint(BasicBlock *TheBB) {
129 BB = TheBB;
144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
145 BB = TheBB;
147 if (IP != TheBB->end())
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
680 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
681 SetInsertPoint(TheBB);
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
686 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 128 void SetInsertPoint(BasicBlock *TheBB) {
129 BB = TheBB;
144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
145 BB = TheBB;
147 if (IP != TheBB->end())
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
680 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
681 SetInsertPoint(TheBB);
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
686 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 128 void SetInsertPoint(BasicBlock *TheBB) {
129 BB = TheBB;
144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
145 BB = TheBB;
147 if (IP != TheBB->end())
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
680 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
681 SetInsertPoint(TheBB);
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
686 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 128 void SetInsertPoint(BasicBlock *TheBB) {
129 BB = TheBB;
144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
145 BB = TheBB;
147 if (IP != TheBB->end())
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
680 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
681 SetInsertPoint(TheBB);
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
686 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 128 void SetInsertPoint(BasicBlock *TheBB) {
129 BB = TheBB;
144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
145 BB = TheBB;
147 if (IP != TheBB->end())
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
680 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
681 SetInsertPoint(TheBB);
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
686 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 128 void SetInsertPoint(BasicBlock *TheBB) {
129 BB = TheBB;
144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
145 BB = TheBB;
147 if (IP != TheBB->end())
619 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
621 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
622 SetInsertPoint(TheBB);
625 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
627 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
IRBuilder.h 128 void SetInsertPoint(BasicBlock *TheBB) {
129 BB = TheBB;
144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
145 BB = TheBB;
147 if (IP != TheBB->end())
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
680 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
681 SetInsertPoint(TheBB);
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
686 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
IRBuilder.h 128 void SetInsertPoint(BasicBlock *TheBB) {
129 BB = TheBB;
144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
145 BB = TheBB;
147 if (IP != TheBB->end())
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
680 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
681 SetInsertPoint(TheBB);
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
686 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IRBuilder.h 128 void SetInsertPoint(BasicBlock *TheBB) {
129 BB = TheBB;
144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
145 BB = TheBB;
147 if (IP != TheBB->end())
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
680 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
681 SetInsertPoint(TheBB);
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
686 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IRBuilder.h 128 void SetInsertPoint(BasicBlock *TheBB) {
129 BB = TheBB;
144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
145 BB = TheBB;
147 if (IP != TheBB->end())
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
680 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
681 SetInsertPoint(TheBB);
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
686 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
IRBuilder.h 128 void SetInsertPoint(BasicBlock *TheBB) {
129 BB = TheBB;
144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
145 BB = TheBB;
147 if (IP != TheBB->end())
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
680 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
681 SetInsertPoint(TheBB);
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
686 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
IRBuilder.h 128 void SetInsertPoint(BasicBlock *TheBB) {
129 BB = TheBB;
144 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
145 BB = TheBB;
147 if (IP != TheBB->end())
678 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr,
680 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder(F) {
681 SetInsertPoint(TheBB);
684 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
686 : IRBuilderBase(TheBB->getContext(), FPMathTag, OpBundles), Folder()
    [all...]
  /external/llvm/include/llvm/Support/
GenericDomTree.h 70 NodeT *TheBB;
88 NodeT *getBlock() const { return TheBB; }
95 : TheBB(BB), IDom(iDom), DFSNumIn(-1), DFSNumOut(-1) {}
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Dominators.h 65 NodeT *TheBB;
82 NodeT *getBlock() const { return TheBB; }
89 : TheBB(BB), IDom(iDom), DFSNumIn(-1), DFSNumOut(-1) { }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTree.h 101 NodeT *TheBB;
109 : TheBB(BB), IDom(iDom) {}
120 NodeT *getBlock() const { return TheBB; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GenericDomTree.h 101 NodeT *TheBB;
109 : TheBB(BB), IDom(iDom) {}
120 NodeT *getBlock() const { return TheBB; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GenericDomTree.h 101 NodeT *TheBB;
109 : TheBB(BB), IDom(iDom) {}
120 NodeT *getBlock() const { return TheBB; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GenericDomTree.h 61 NodeT *TheBB;
70 : TheBB(BB), IDom(iDom), Level(IDom ? IDom->Level + 1 : 0) {}
81 NodeT *getBlock() const { return TheBB; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GenericDomTree.h 61 NodeT *TheBB;
70 : TheBB(BB), IDom(iDom), Level(IDom ? IDom->Level + 1 : 0) {}
81 NodeT *getBlock() const { return TheBB; }

Completed in 1358 milliseconds

1 2