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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 79 InstructionRecycler.clear(Allocator);
157 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
167 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
176 InstructionRecycler.Deallocate(Allocator, MI);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 159 InstructionRecycler.clear(Allocator);
253 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
261 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
278 InstructionRecycler.Deallocate(Allocator, MI);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h 106 Recycler<MachineInstr> InstructionRecycler;
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 196 Recycler<MachineInstr> InstructionRecycler;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 233 Recycler<MachineInstr> InstructionRecycler;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 233 Recycler<MachineInstr> InstructionRecycler;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 233 Recycler<MachineInstr> InstructionRecycler;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 233 Recycler<MachineInstr> InstructionRecycler;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 233 Recycler<MachineInstr> InstructionRecycler;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 233 Recycler<MachineInstr> InstructionRecycler;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 233 Recycler<MachineInstr> InstructionRecycler;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 233 Recycler<MachineInstr> InstructionRecycler;
    [all...]

Completed in 1156 milliseconds