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 --===//
51 /// FunctionLoweringInfo - This contains information that is global to a
54 class FunctionLoweringInfo {
121 explicit FunctionLoweringInfo(const TargetLowering &TLI);
123 /// set - Initialize this FunctionLoweringInfo with the given Function
129 /// FunctionLoweringInfo to an empty state, ready to be used for a
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 1 //===-- FunctionLoweringInfo.cpp ------------------------------------------===//
17 #include "llvm/CodeGen/FunctionLoweringInfo.h"
58 FunctionLoweringInfo::FunctionLoweringInfo(const TargetLowering &tli)
62 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf) {
190 /// FunctionLoweringInfo to an empty state, ready to be used for a
192 void FunctionLoweringInfo::clear() {
211 unsigned FunctionLoweringInfo::CreateReg(EVT VT) {
222 unsigned FunctionLoweringInfo::CreateRegs(Type *Ty) {
245 const FunctionLoweringInfo::LiveOutInfo
    [all...]

Completed in 59 milliseconds