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

  /external/llvm/include/llvm/CodeGen/
FastISel.h 1 //===-- FastISel.h - Definition of the FastISel class ---------------------===//
10 // This file defines the FastISel class.
45 /// FastISel - This is a fast-path instruction selection class that
48 class FastISel {
146 virtual ~FastISel();
149 explicit FastISel(FunctionLoweringInfo &funcInfo,
153 /// code when the normal FastISel process fails to select an instruction.
155 /// fit into FastISel's framework. It returns true if it was successful.
  /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.
50 #include "llvm/CodeGen/FastISel.h"
75 void FastISel::startNewBlock() {
90 void FastISel::flushLocalValueMap() {
96 bool FastISel::hasTrivialKill(const Value *V) const {
122 unsigned FastISel::getRegForValue(const Value *V) {
124 // Don't handle non-simple values in FastISel.
130 // of whether FastISel can handle them
    [all...]

Completed in 1291 milliseconds