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

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 1 //===-- FunctionLoweringInfo.h - Lower functions from LLVM IR to CodeGen --===//
52 /// FunctionLoweringInfo - This contains information that is global to a
55 class FunctionLoweringInfo {
122 explicit FunctionLoweringInfo(const TargetLowering &TLI);
124 /// set - Initialize this FunctionLoweringInfo with the given Function
130 /// FunctionLoweringInfo to an empty state, ready to be used for a
221 MachineModuleInfo *MMI, FunctionLoweringInfo &FLI);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 1 //===-- FunctionLoweringInfo.cpp ------------------------------------------===//
16 #include "llvm/CodeGen/FunctionLoweringInfo.h"
57 FunctionLoweringInfo::FunctionLoweringInfo(const TargetLowering &tli)
61 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf) {
187 /// FunctionLoweringInfo to an empty state, ready to be used for a
189 void FunctionLoweringInfo::clear() {
208 unsigned FunctionLoweringInfo::CreateReg(EVT VT) {
219 unsigned FunctionLoweringInfo::CreateRegs(Type *Ty) {
242 const FunctionLoweringInfo::LiveOutInfo
    [all...]

Completed in 108 milliseconds