HomeSort by relevance Sort by last modified time
    Searched refs:FastISel (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 1 //===-- FastISel.cpp - Implementation of the FastISel class ---------------===//
10 // This file contains the implementation of the FastISel class.
48 #include "llvm/CodeGen/FastISel.h"
81 void FastISel::ArgListEntry::setAttributes(ImmutableCallSite *CS,
98 void FastISel::startNewBlock() {
110 bool FastISel::lowerArguments() {
130 void FastISel::flushLocalValueMap() {
137 bool FastISel::hasTrivialKill(const Value *V) {
150 // FastISel might fold the use into another instruction and now there is mor
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 1 //===-- FastISel.cpp - Implementation of the FastISel class ---------------===//
10 // This file contains the implementation of the FastISel class.
48 #include "llvm/CodeGen/FastISel.h"
66 void FastISel::startNewBlock() {
81 void FastISel::flushLocalValueMap() {
87 bool FastISel::hasTrivialKill(const Value *V) const {
108 unsigned FastISel::getRegForValue(const Value *V) {
110 // Don't handle non-simple values in FastISel.
116 // of whether FastISel can handle them
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.h 47 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
92 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
FastISel.h 1 //===-- FastISel.h - Definition of the FastISel class ---------------------===//
10 // This file defines the FastISel class.
41 /// FastISel - This is a fast-path instruction selection class that
44 class FastISel {
141 virtual ~FastISel();
144 explicit FastISel(FunctionLoweringInfo &funcInfo);
147 /// code when the normal FastISel process fails to select an instruction.
149 /// fit into FastISel's framework. It returns true if it was successful.
SelectionDAGISel.h 24 class FastISel;
284 FastISel *FastIS);
  /external/llvm/include/llvm/CodeGen/
FastISel.h 1 //===-- FastISel.h - Definition of the FastISel class ---*- C++ -*---------===//
11 /// This file defines the FastISel class.
31 class FastISel {
314 virtual ~FastISel();
317 explicit FastISel(FunctionLoweringInfo &FuncInfo,
322 /// FastISel process fails to select an instruction. This gives targets a
323 /// chance to emit code for anything that doesn't fit into FastISel's
SelectionDAGISel.h 25 class FastISel;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 1 //===- FastISel.h - Definition of the FastISel class ------------*- C++ -*-===//
11 /// This file defines the FastISel class.
42 class FastISel {
296 virtual ~FastISel();
299 explicit FastISel(FunctionLoweringInfo &FuncInfo,
304 /// FastISel process fails to select an instruction. This gives targets a
305 /// chance to emit code for anything that doesn't fit into FastISel's
SelectionDAGISel.h 26 class FastISel;
62 /// Used to report things like combines and FastISel failures.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 1 //===- FastISel.h - Definition of the FastISel class ------------*- C++ -*-===//
11 /// This file defines the FastISel class.
42 class FastISel {
296 virtual ~FastISel();
299 explicit FastISel(FunctionLoweringInfo &FuncInfo,
304 /// FastISel process fails to select an instruction. This gives targets a
305 /// chance to emit code for anything that doesn't fit into FastISel's
SelectionDAGISel.h 26 class FastISel;
62 /// Used to report things like combines and FastISel failures.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 1 //===- FastISel.h - Definition of the FastISel class ------------*- C++ -*-===//
11 /// This file defines the FastISel class.
42 class FastISel {
296 virtual ~FastISel();
299 explicit FastISel(FunctionLoweringInfo &FuncInfo,
304 /// FastISel process fails to select an instruction. This gives targets a
305 /// chance to emit code for anything that doesn't fit into FastISel's
SelectionDAGISel.h 26 class FastISel;
62 /// Used to report things like combines and FastISel failures.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 1 //===- FastISel.h - Definition of the FastISel class ------------*- C++ -*-===//
11 /// This file defines the FastISel class.
42 class FastISel {
296 virtual ~FastISel();
299 explicit FastISel(FunctionLoweringInfo &FuncInfo,
304 /// FastISel process fails to select an instruction. This gives targets a
305 /// chance to emit code for anything that doesn't fit into FastISel's
SelectionDAGISel.h 26 class FastISel;
62 /// Used to report things like combines and FastISel failures.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 1 //===- FastISel.h - Definition of the FastISel class ------------*- C++ -*-===//
11 /// This file defines the FastISel class.
42 class FastISel {
296 virtual ~FastISel();
299 explicit FastISel(FunctionLoweringInfo &FuncInfo,
304 /// FastISel process fails to select an instruction. This gives targets a
305 /// chance to emit code for anything that doesn't fit into FastISel's
SelectionDAGISel.h 26 class FastISel;
62 /// Used to report things like combines and FastISel failures.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 1 //===- FastISel.h - Definition of the FastISel class ------------*- C++ -*-===//
11 /// This file defines the FastISel class.
42 class FastISel {
296 virtual ~FastISel();
299 explicit FastISel(FunctionLoweringInfo &FuncInfo,
304 /// FastISel process fails to select an instruction. This gives targets a
305 /// chance to emit code for anything that doesn't fit into FastISel's
SelectionDAGISel.h 26 class FastISel;
62 /// Used to report things like combines and FastISel failures.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 1 //===- FastISel.h - Definition of the FastISel class ------------*- C++ -*-===//
11 /// This file defines the FastISel class.
42 class FastISel {
296 virtual ~FastISel();
299 explicit FastISel(FunctionLoweringInfo &FuncInfo,
304 /// FastISel process fails to select an instruction. This gives targets a
305 /// chance to emit code for anything that doesn't fit into FastISel's
SelectionDAGISel.h 26 class FastISel;
62 /// Used to report things like combines and FastISel failures.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 1 //===- FastISel.h - Definition of the FastISel class ------------*- C++ -*-===//
11 /// This file defines the FastISel class.
42 class FastISel {
296 virtual ~FastISel();
299 explicit FastISel(FunctionLoweringInfo &FuncInfo,
304 /// FastISel process fails to select an instruction. This gives targets a
305 /// chance to emit code for anything that doesn't fit into FastISel's
SelectionDAGISel.h 26 class FastISel;
62 /// Used to report things like combines and FastISel failures.
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 21 #include "llvm/CodeGen/FastISel.h"
347 /// createFastISel - This method returns a target specific FastISel object,
349 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
536 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 260 /// This method returns a target specific FastISel object, or null if the
262 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
582 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,

Completed in 1569 milliseconds

1 2 3