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

  /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.
49 #include "llvm/CodeGen/FastISel.h"
74 void FastISel::startNewBlock() {
89 void FastISel::flushLocalValueMap() {
95 bool FastISel::hasTrivialKill(const Value *V) const {
121 unsigned FastISel::getRegForValue(const Value *V) {
123 // Don't handle non-simple values in FastISel.
129 // of whether FastISel can handle them
    [all...]
Android.mk 5 FastISel.cpp \
SelectionDAGISel.cpp 30 #include "llvm/CodeGen/FastISel.h"
805 FastISel *FastIS) {
    [all...]
SelectionDAGBuilder.cpp 34 #include "llvm/CodeGen/FastISel.h"
    [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 1 //===-- FastISel.h - Definition of the FastISel class ---------------------===//
10 // This file defines the FastISel class.
44 /// FastISel - This is a fast-path instruction selection class that
47 class FastISel {
144 virtual ~FastISel();
147 explicit FastISel(FunctionLoweringInfo &funcInfo);
150 /// code when the normal FastISel process fails to select an instruction.
152 /// fit into FastISel's framework. It returns true if it was successful.
SelectionDAGISel.h 24 class FastISel;
283 FastISel *FastIS);
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 22 #include "llvm/CodeGen/FastISel.h"
358 /// createFastISel - This method returns a target specific FastISel object,
360 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
545 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
ARMFastISel.cpp 1 //===-- ARMFastISel.cpp - ARM FastISel implementation ---------------------===//
10 // This file defines the ARM-specific support for the FastISel class. Some
31 #include "llvm/CodeGen/FastISel.h"
80 class ARMFastISel : public FastISel {
96 : FastISel(funcInfo),
106 // Code from FastISel.cpp.
145 // Backend specific FastISel code.
768 // Some boilerplate from the X86 FastISel.
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 23 #include "llvm/CodeGen/FastISel.h"
635 /// createFastISel - This method returns a target specific FastISel object,
637 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
    [all...]
X86FastISel.cpp 1 //===-- X86FastISel.cpp - X86 FastISel implementation ---------------------===//
10 // This file defines the X86-specific support for the FastISel class. Much
30 #include "llvm/CodeGen/FastISel.h"
43 class X86FastISel : public FastISel {
60 explicit X86FastISel(FunctionLoweringInfo &funcInfo) : FastISel(funcInfo) {
730 // tail call optimization. Fastisel doesn't know how to do that.
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 40 class FastISel;
    [all...]

Completed in 452 milliseconds