OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addUse
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/IR/
Use.cpp
28
Val->
addUse
(*this);
35
RHS.Val->
addUse
(RHS);
/external/swiftshader/third_party/LLVM/lib/VMCore/
Use.cpp
33
V2->
addUse
(*this);
40
V1->
addUse
(RHS);
/external/swiftshader/third_party/LLVM/include/llvm/
Value.h
190
///
addUse
- This method should only be used by the Use class.
192
void
addUse
(Use &U) { U.addToList(&UseList); }
325
if (V) V->
addUse
(*this);
/external/llvm/include/llvm/IR/
Value.h
397
void
addUse
(Use &U) { U.addToList(&UseList); }
616
if (V) V->
addUse
(*this);
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
805
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);
[
all
...]
/external/skia/tests/
GpuLayerCacheTest.cpp
105
cache->
addUse
(layer);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h
667
///
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);
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go
619
// All calls to
addUse
must happen with nonincreasing dist.
620
func (s *regAllocState)
addUse
(id ID, dist int32, line int32) {
758
s.
addUse
(e.ID, int32(len(b.Values))+e.dist, e.line) // pseudo-uses from beyond end of block
762
s.
addUse
(v.ID, int32(len(b.Values)), b.Line) // pseudo-use by control value
778
s.
addUse
(a.ID, int32(i), v.Line)
[
all
...]
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go
619
// All calls to
addUse
must happen with nonincreasing dist.
620
func (s *regAllocState)
addUse
(id ID, dist int32, line int32) {
758
s.
addUse
(e.ID, int32(len(b.Values))+e.dist, e.line) // pseudo-uses from beyond end of block
762
s.
addUse
(v.ID, int32(len(b.Values)), b.Line) // pseudo-use by control value
778
s.
addUse
(a.ID, int32(i), v.Line)
[
all
...]
/prebuilts/sdk/tools/jacks/
jack-4.31.CANDIDATE.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar
Completed in 1024 milliseconds