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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRegisterInfo.h 138 /// use_iterator/use_begin/use_end - Walk all uses of the specified register.
140 use_iterator use_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
147 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); }
  /external/swiftshader/third_party/LLVM/include/llvm/
Value.h 157 use_iterator use_begin() { return use_iterator(UseList); } function in class:llvm::Value
158 const_use_iterator use_begin() const { return const_use_iterator(UseList); } function in class:llvm::Value
161 User *use_back() { return *use_begin(); }
162 const User *use_back() const { return *use_begin(); }
169 const_use_iterator I = use_begin(), E = use_end();
  /external/llvm/include/llvm/IR/
Value.h 300 use_iterator use_begin() { function
304 const_use_iterator use_begin() const { function
374 const_use_iterator I = use_begin(), E = use_end();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Value.h 309 use_iterator use_begin() { function
313 const_use_iterator use_begin() const { function
383 const_use_iterator I = use_begin(), E = use_end();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Value.h 318 use_iterator use_begin() { function
322 const_use_iterator use_begin() const { function
392 const_use_iterator I = use_begin(), E = use_end();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Value.h 333 use_iterator use_begin() { function
337 const_use_iterator use_begin() const { function
408 const_use_iterator I = use_begin(), E = use_end();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Value.h 333 use_iterator use_begin() { function
337 const_use_iterator use_begin() const { function
408 const_use_iterator I = use_begin(), E = use_end();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Value.h 334 use_iterator use_begin() { function
338 const_use_iterator use_begin() const { function
409 const_use_iterator I = use_begin(), E = use_end();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Value.h 334 use_iterator use_begin() { function
338 const_use_iterator use_begin() const { function
409 const_use_iterator I = use_begin(), E = use_end();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Value.h 334 use_iterator use_begin() { function
338 const_use_iterator use_begin() const { function
409 const_use_iterator I = use_begin(), E = use_end();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Value.h 334 use_iterator use_begin() { function
338 const_use_iterator use_begin() const { function
409 const_use_iterator I = use_begin(), E = use_end();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Value.h 318 use_iterator use_begin() { function
322 const_use_iterator use_begin() const { function
392 const_use_iterator I = use_begin(), E = use_end();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Value.h 333 use_iterator use_begin() { function
337 const_use_iterator use_begin() const { function
408 const_use_iterator I = use_begin(), E = use_end();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Value.h 333 use_iterator use_begin() { function
337 const_use_iterator use_begin() const { function
408 const_use_iterator I = use_begin(), E = use_end();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Value.h 334 use_iterator use_begin() { function
338 const_use_iterator use_begin() const { function
409 const_use_iterator I = use_begin(), E = use_end();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Value.h 334 use_iterator use_begin() { function
338 const_use_iterator use_begin() const { function
409 const_use_iterator I = use_begin(), E = use_end();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Value.h 334 use_iterator use_begin() { function
338 const_use_iterator use_begin() const { function
409 const_use_iterator I = use_begin(), E = use_end();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Value.h 334 use_iterator use_begin() { function
338 const_use_iterator use_begin() const { function
409 const_use_iterator I = use_begin(), E = use_end();
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 403 /// use_iterator/use_begin/use_end - Walk all uses of the specified register.
406 use_iterator use_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
412 return make_range(use_begin(Reg), use_end());
448 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); }
453 use_iterator UI = use_begin(RegNo);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 427 /// use_iterator/use_begin/use_end - Walk all uses of the specified register.
430 use_iterator use_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
436 return make_range(use_begin(Reg), use_end());
472 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); }
477 use_iterator UI = use_begin(RegNo);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineRegisterInfo.h 429 /// use_iterator/use_begin/use_end - Walk all uses of the specified register.
432 use_iterator use_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
438 return make_range(use_begin(Reg), use_end());
474 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); }
479 use_iterator UI = use_begin(RegNo);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineRegisterInfo.h 429 /// use_iterator/use_begin/use_end - Walk all uses of the specified register.
432 use_iterator use_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
438 return make_range(use_begin(Reg), use_end());
474 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); }
479 use_iterator UI = use_begin(RegNo);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineRegisterInfo.h 429 /// use_iterator/use_begin/use_end - Walk all uses of the specified register.
432 use_iterator use_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
438 return make_range(use_begin(Reg), use_end());
474 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); }
479 use_iterator UI = use_begin(RegNo);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineRegisterInfo.h 429 /// use_iterator/use_begin/use_end - Walk all uses of the specified register.
432 use_iterator use_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
438 return make_range(use_begin(Reg), use_end());
474 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); }
479 use_iterator UI = use_begin(RegNo);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineRegisterInfo.h 429 /// use_iterator/use_begin/use_end - Walk all uses of the specified register.
432 use_iterator use_begin(unsigned RegNo) const { function in class:llvm::MachineRegisterInfo
438 return make_range(use_begin(Reg), use_end());
474 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); }
479 use_iterator UI = use_begin(RegNo);
    [all...]

Completed in 625 milliseconds

1 2 3