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.
30 class FastISel {
310 virtual ~FastISel();
313 explicit FastISel(FunctionLoweringInfo &FuncInfo,
318 /// FastISel process fails to select an instruction. This gives targets a
319 /// chance to emit code for anything that doesn't fit into FastISel's
  /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"
81 void FastISel::ArgListEntry::setAttributes(ImmutableCallSite *CS,
96 void FastISel::startNewBlock() {
108 bool FastISel::lowerArguments() {
128 void FastISel::flushLocalValueMap() {
135 bool FastISel::hasTrivialKill(const Value *V) {
148 // FastISel might fold the use into another instruction and now there is mor
    [all...]

Completed in 760 milliseconds