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 ---*- C++ -*---------===//
11 /// This file defines the FastISel class.
47 class FastISel {
163 virtual ~FastISel();
166 explicit FastISel(FunctionLoweringInfo &funcInfo,
169 /// This method is called by target-independent code when the normal FastISel
171 /// emit code for anything that doesn't fit into FastISel's framework. It
  /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.
43 #include "llvm/CodeGen/FastISel.h"
76 void FastISel::startNewBlock() {
88 bool FastISel::LowerArguments() {
107 void FastISel::flushLocalValueMap() {
113 bool FastISel::hasTrivialKill(const Value *V) const {
139 unsigned FastISel::getRegForValue(const Value *V) {
141 // Don't handle non-simple values in FastISel
    [all...]

Completed in 99 milliseconds