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

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
reloc-bad-5.s 1 # Test bad uses of $DSBT_INDEX. Uses with addend.
  /external/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 60 /// \brief Keeps track of a constant candidate and its uses.
62 ConstantUseListType Uses;
72 Uses.push_back(ConstantUser(Inst, Idx));
79 ConstantUseListType Uses;
82 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
83 : Uses(std::move(Uses)), Offset(Offset) { }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 60 /// \brief Keeps track of a constant candidate and its uses.
62 ConstantUseListType Uses;
72 Uses.push_back(ConstantUser(Inst, Idx));
79 ConstantUseListType Uses;
82 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
83 : Uses(std::move(Uses)), Offset(Offset) { }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 60 /// \brief Keeps track of a constant candidate and its uses.
62 ConstantUseListType Uses;
72 Uses.push_back(ConstantUser(Inst, Idx));
79 ConstantUseListType Uses;
82 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
83 : Uses(std::move(Uses)), Offset(Offset) { }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 60 /// \brief Keeps track of a constant candidate and its uses.
62 ConstantUseListType Uses;
72 Uses.push_back(ConstantUser(Inst, Idx));
79 ConstantUseListType Uses;
82 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
83 : Uses(std::move(Uses)), Offset(Offset) { }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 60 /// \brief Keeps track of a constant candidate and its uses.
62 ConstantUseListType Uses;
72 Uses.push_back(ConstantUser(Inst, Idx));
79 ConstantUseListType Uses;
82 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
83 : Uses(std::move(Uses)), Offset(Offset) { }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 60 /// \brief Keeps track of a constant candidate and its uses.
62 ConstantUseListType Uses;
72 Uses.push_back(ConstantUser(Inst, Idx));
79 ConstantUseListType Uses;
82 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
83 : Uses(std::move(Uses)), Offset(Offset) { }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 60 /// \brief Keeps track of a constant candidate and its uses.
62 ConstantUseListType Uses;
72 Uses.push_back(ConstantUser(Inst, Idx));
79 ConstantUseListType Uses;
82 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
83 : Uses(std::move(Uses)), Offset(Offset) { }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 60 /// \brief Keeps track of a constant candidate and its uses.
62 ConstantUseListType Uses;
72 Uses.push_back(ConstantUser(Inst, Idx));
79 ConstantUseListType Uses;
82 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
83 : Uses(std::move(Uses)), Offset(Offset) { }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 60 /// \brief Keeps track of a constant candidate and its uses.
62 ConstantUseListType Uses;
72 Uses.push_back(ConstantUser(Inst, Idx));
79 ConstantUseListType Uses;
82 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
83 : Uses(std::move(Uses)), Offset(Offset) { }
  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 52 SmallSet<unsigned, 4> &Uses);
59 /// instructions in the IT block. This also tracks "dependencies", i.e. uses
63 SmallSet<unsigned, 4> &Uses,
85 Uses.insert(*Subreg);
98 /// Clear kill flags for any uses in the given set. This will likely
101 static void ClearKillFlags(MachineInstr *MI, SmallSet<unsigned, 4> &Uses) {
105 if (!Uses.count(MO.getReg()))
127 SmallSet<unsigned, 4> &Uses) {
141 if (Uses.count(DstReg) || Defs.count(SrcReg))
184 SmallSet<unsigned, 4> Uses;
    [all...]
  /external/clang/lib/Sema/
ScopeInfo.cpp 158 WeakUseVector &Uses =
160 Uses.push_back(WeakUseTy(Msg, Msg->getNumArgs() == 0));
185 FunctionScopeInfo::WeakObjectUseMap::iterator Uses;
190 Uses = WeakObjectUses.find(WeakObjectProfileTy(RefExpr));
197 Uses = WeakObjectUses.find(WeakObjectProfileTy(IvarE));
199 Uses = WeakObjectUses.find(WeakObjectProfileTy(DRE));
201 Uses = WeakObjectUses.end();
204 Uses =
213 if (Uses == WeakObjectUses.end())
218 llvm::find(llvm::reverse(Uses->second), WeakUseTy(E, true))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2ITBlockPass.cpp 46 SmallSet<unsigned, 4> &Uses);
53 /// instructions in the IT block. This also tracks "dependencies", i.e. uses
57 SmallSet<unsigned, 4> &Uses,
77 Uses.insert(Reg);
80 Uses.insert(*Subreg);
110 SmallSet<unsigned, 4> &Uses) {
124 if (Uses.count(DstReg) || Defs.count(SrcReg))
167 SmallSet<unsigned, 4> Uses;
180 Uses.clear();
181 TrackDefUses(MI, Defs, Uses, TRI)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenMux.cpp 67 BitVector Defs, Uses;
68 DefUseInfo() : Defs(), Uses() {}
69 DefUseInfo(const BitVector &D, const BitVector &U) : Defs(D), Uses(U) {}
92 BitVector &Uses) const;
123 BitVector &Uses) const {
124 // First, get the implicit defs and uses for this instruction.
132 expandReg(*R++, Uses);
134 // Look over all operands, and collect explicit defs and uses.
139 BitVector &Set = Mo->isDef() ? Defs : Uses;
149 BitVector Defs(NR), Uses(NR)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug099.go 24 // Uses interface method.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug099.go 24 // Uses interface method.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func.go 128 if v.Uses != 0 {
129 f.Fatalf("value %s still has %d uses", v, v.Uses)
235 arg.Uses++
245 arg.Uses++
256 arg.Uses++
267 arg.Uses++
278 arg0.Uses++
279 arg1.Uses++
290 arg0.Uses+
    [all...]
rewriteS390X.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func.go 128 if v.Uses != 0 {
129 f.Fatalf("value %s still has %d uses", v, v.Uses)
235 arg.Uses++
245 arg.Uses++
256 arg.Uses++
267 arg.Uses++
278 arg0.Uses++
279 arg1.Uses++
290 arg0.Uses+
    [all...]
rewriteS390X.go     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 427 UsesTy Uses;
528 // User can only have one or two uses.
535 // The loop increment must have two uses.
707 for (Use &U : I->uses()) {
710 // Ignore "wrap-around" uses to PHIs of this loop's header.
    [all...]
  /external/vboot_reference/scripts/image_signing/
convert_recovery_to_full_ssd.sh 19 Converts <signed_recovery_image> into a full SSD image usable by factory. Uses
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PeepholeOptimizer.cpp 19 // will replace some uses of the pre-extension value with uses of the
31 // same flag that the "cmp" instruction sets and that "bz" uses, then we can
125 /// result, then replace all reachable uses of the source with the subreg of the
130 /// debug uses.
144 // No other uses.
147 // The source has other uses. See if we can replace the other uses with use of
155 // Uses that are in the same BB of uses of the result of the instruction
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
InstrInfoEmitter.cpp 22 static void PrintDefList(const std::vector<Record*> &Uses,
25 for (unsigned i = 0, e = Uses.size(); i != e; ++i)
26 OS << getQualifiedName(Uses[i]) << ", ";
183 // Emit all of the instruction's implicit uses and defs.
187 std::vector<Record*> Uses = Inst->getValueAsListOfDefs("Uses");
188 if (!Uses.empty()) {
189 unsigned &IL = EmittedLists[Uses];
190 if (!IL) PrintDefList(Uses, IL = ++ListNumber, OS);
313 // Emit the implicit uses and defs lists..
    [all...]
  /external/v8/src/compiler/
node.h 136 class V8_EXPORT_PRIVATE Uses final {
146 explicit Uses(Node* node) : node_(node) {}
152 Uses uses() { return Uses(this); } function in class:v8::internal::compiler::final
545 // A forward iterator to visit the uses edges of a node.
587 // A forward iterator to visit the uses of a node.
588 class Node::Uses::const_iterator final {
613 friend class Node::Uses;
622 Node::Uses::const_iterator Node::Uses::begin() const
    [all...]

Completed in 841 milliseconds

1 2 3 4 5 6 7 8 9