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

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 447 /// getIndexBefore - Returns the index of the last indexed instruction
450 SlotIndex getIndexBefore(const MachineInstr &MI) const {
598 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 248 public int getIndexBefore(long time) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 432 /// getIndexBefore - Returns the index of the last indexed instruction
435 SlotIndex getIndexBefore(const MachineInstr &MI) const {
583 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SlotIndexes.h 440 /// getIndexBefore - Returns the index of the last indexed instruction
443 SlotIndex getIndexBefore(const MachineInstr &MI) const {
595 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SlotIndexes.h 440 /// getIndexBefore - Returns the index of the last indexed instruction
443 SlotIndex getIndexBefore(const MachineInstr &MI) const {
595 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SlotIndexes.h 440 /// getIndexBefore - Returns the index of the last indexed instruction
443 SlotIndex getIndexBefore(const MachineInstr &MI) const {
595 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SlotIndexes.h 440 /// getIndexBefore - Returns the index of the last indexed instruction
443 SlotIndex getIndexBefore(const MachineInstr &MI) const {
595 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SlotIndexes.h 440 /// getIndexBefore - Returns the index of the last indexed instruction
443 SlotIndex getIndexBefore(const MachineInstr &MI) const {
595 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SlotIndexes.h 440 /// getIndexBefore - Returns the index of the last indexed instruction
443 SlotIndex getIndexBefore(const MachineInstr &MI) const {
595 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 432 /// getIndexBefore - Returns the index of the last indexed instruction
435 SlotIndex getIndexBefore(const MachineInstr &MI) const {
583 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SlotIndexes.h 440 /// getIndexBefore - Returns the index of the last indexed instruction
443 SlotIndex getIndexBefore(const MachineInstr &MI) const {
595 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SlotIndexes.h 440 /// getIndexBefore - Returns the index of the last indexed instruction
443 SlotIndex getIndexBefore(const MachineInstr &MI) const {
595 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SlotIndexes.h 440 /// getIndexBefore - Returns the index of the last indexed instruction
443 SlotIndex getIndexBefore(const MachineInstr &MI) const {
595 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SlotIndexes.h 440 /// getIndexBefore - Returns the index of the last indexed instruction
443 SlotIndex getIndexBefore(const MachineInstr &MI) const {
595 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SlotIndexes.h 440 /// getIndexBefore - Returns the index of the last indexed instruction
443 SlotIndex getIndexBefore(const MachineInstr &MI) const {
595 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SlotIndexes.h 440 /// getIndexBefore - Returns the index of the last indexed instruction
443 SlotIndex getIndexBefore(const MachineInstr &MI) const {
595 prevItr = getIndexBefore(MI).listEntry()->getIterator();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SlotIndexes.h 517 /// getIndexBefore - Returns the index of the last indexed instruction
520 SlotIndex getIndexBefore(const MachineInstr *MI) const {
663 prevEntry = &getIndexBefore(mi).entry();

Completed in 1626 milliseconds