HomeSort by relevance Sort by last modified time
    Searched defs:getIndexBefore (Results 1 - 11 of 11) 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 246 public int getIndexBefore(long time) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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();
  /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 192 milliseconds