Searched refs:addUse (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/IR/
H A DUse.cpp28 Val->addUse(*this);
35 RHS.Val->addUse(RHS);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DUse.cpp33 V2->addUse(*this);
40 V1->addUse(RHS);
/external/swiftshader/third_party/LLVM/include/llvm/
H A DValue.h190 /// addUse - This method should only be used by the Use class.
192 void addUse(Use &U) { U.addToList(&UseList); } function in class:llvm::Value
325 if (V) V->addUse(*this);
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
H A DLiveIntervals.java208 public void addUse(LiveIntervalsUse use) { method in class:LiveIntervals
380 splitChild.addUse(uses.pollLast());
H A DLinearScanRegisterAllocator.java1789 intervals.addUse(new LiveIntervalsUse(instructionNumber, constraint));
1844 useIntervals.addUse(
/external/llvm/include/llvm/IR/
H A DValue.h397 void addUse(Use &U) { U.addToList(&UseList); } function
616 if (V) V->addUse(*this);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DValue.h406 void addUse(Use &U) { U.addToList(&UseList); } function
626 if (V) V->addUse(*this);
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h805 void addUse(SDUse &U) { U.addToList(&UseList); }
918 if (V.getNode()) V.getNode()->addUse(*this);
923 V.getNode()->addUse(*this);
929 if (N) N->addUse(*this);
/external/skia/tests/
H A DGpuLayerCacheTest.cpp105 cache->addUse(layer);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAGNodes.h667 /// addUse - This method should only be used by the SDUse class.
669 void addUse(SDUse &U) { U.addToList(&UseList); }
811 if (V.getNode()) V.getNode()->addUse(*this);
816 V.getNode()->addUse(*this);
822 if (N) N->addUse(*this);

Completed in 224 milliseconds