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.
48 class FastISel {
165 virtual ~FastISel();
168 explicit FastISel(FunctionLoweringInfo &funcInfo,
171 /// This method is called by target-independent code when the normal FastISel
173 /// 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.
42 #include "llvm/CodeGen/FastISel.h"
80 void FastISel::startNewBlock() {
92 bool FastISel::LowerArguments() {
111 void FastISel::flushLocalValueMap() {
117 bool FastISel::hasTrivialKill(const Value *V) const {
143 unsigned FastISel::getRegForValue(const Value *V) {
145 // Don't handle non-simple values in FastISel
    [all...]

Completed in 56 milliseconds