HomeSort by relevance Sort by last modified time
    Searched defs:getIndexAfter (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 464 /// getIndexAfter - Returns the index of the first indexed instruction
467 SlotIndex getIndexAfter(const MachineInstr &MI) const {
594 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 262 public int getIndexAfter(long time) {
339 final int startIndex = getIndexAfter(end);
531 final int startIndex = getIndexAfter(end);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 449 /// getIndexAfter - Returns the index of the first indexed instruction
452 SlotIndex getIndexAfter(const MachineInstr &MI) const {
579 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SlotIndexes.h 457 /// getIndexAfter - Returns the index of the first indexed instruction
460 SlotIndex getIndexAfter(const MachineInstr &MI) const {
591 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SlotIndexes.h 457 /// getIndexAfter - Returns the index of the first indexed instruction
460 SlotIndex getIndexAfter(const MachineInstr &MI) const {
591 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SlotIndexes.h 457 /// getIndexAfter - Returns the index of the first indexed instruction
460 SlotIndex getIndexAfter(const MachineInstr &MI) const {
591 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SlotIndexes.h 457 /// getIndexAfter - Returns the index of the first indexed instruction
460 SlotIndex getIndexAfter(const MachineInstr &MI) const {
591 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SlotIndexes.h 457 /// getIndexAfter - Returns the index of the first indexed instruction
460 SlotIndex getIndexAfter(const MachineInstr &MI) const {
591 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SlotIndexes.h 457 /// getIndexAfter - Returns the index of the first indexed instruction
460 SlotIndex getIndexAfter(const MachineInstr &MI) const {
591 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 449 /// getIndexAfter - Returns the index of the first indexed instruction
452 SlotIndex getIndexAfter(const MachineInstr &MI) const {
579 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SlotIndexes.h 457 /// getIndexAfter - Returns the index of the first indexed instruction
460 SlotIndex getIndexAfter(const MachineInstr &MI) const {
591 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SlotIndexes.h 457 /// getIndexAfter - Returns the index of the first indexed instruction
460 SlotIndex getIndexAfter(const MachineInstr &MI) const {
591 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SlotIndexes.h 457 /// getIndexAfter - Returns the index of the first indexed instruction
460 SlotIndex getIndexAfter(const MachineInstr &MI) const {
591 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SlotIndexes.h 457 /// getIndexAfter - Returns the index of the first indexed instruction
460 SlotIndex getIndexAfter(const MachineInstr &MI) const {
591 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SlotIndexes.h 457 /// getIndexAfter - Returns the index of the first indexed instruction
460 SlotIndex getIndexAfter(const MachineInstr &MI) const {
591 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SlotIndexes.h 457 /// getIndexAfter - Returns the index of the first indexed instruction
460 SlotIndex getIndexAfter(const MachineInstr &MI) const {
591 nextItr = getIndexAfter(MI).listEntry()->getIterator();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SlotIndexes.h 534 /// getIndexAfter - Returns the index of the first indexed instruction
537 SlotIndex getIndexAfter(const MachineInstr *MI) const {
659 nextEntry = &getIndexAfter(mi).entry();

Completed in 694 milliseconds