HomeSort by relevance Sort by last modified time
    Searched refs:LastFn (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 443 mutable unsigned LastFn;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 388 // If this is a new LastFn instruction, bump the counter.
389 if (LastMI != MI || LastFn != getFunctionNumber()) {
392 LastFn = getFunctionNumber();
AsmPrinter.cpp 101 LastMI(0), LastFn(0), Counter(~0U), SetCounter(0) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 518 // If this is a new LastFn instruction, bump the counter.
519 if (LastMI != MI || LastFn != getFunctionNumber()) {
522 LastFn = getFunctionNumber();
AsmPrinter.cpp 104 LastMI(nullptr), LastFn(0), Counter(~0U) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 516 mutable unsigned LastFn;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 582 mutable unsigned LastFn = 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
AsmPrinter.h 590 mutable unsigned LastFn = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
AsmPrinter.h 590 mutable unsigned LastFn = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
AsmPrinter.h 589 mutable unsigned LastFn = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
AsmPrinter.h 589 mutable unsigned LastFn = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
AsmPrinter.h 589 mutable unsigned LastFn = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
AsmPrinter.h 589 mutable unsigned LastFn = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 582 mutable unsigned LastFn = 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
AsmPrinter.h 590 mutable unsigned LastFn = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
AsmPrinter.h 590 mutable unsigned LastFn = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
AsmPrinter.h 589 mutable unsigned LastFn = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
AsmPrinter.h 589 mutable unsigned LastFn = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
AsmPrinter.h 589 mutable unsigned LastFn = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
AsmPrinter.h 589 mutable unsigned LastFn = 0;

Completed in 1535 milliseconds