Searched defs:FunctionLoweringInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h1 //===-- FunctionLoweringInfo.h - Lower functions from LLVM IR to CodeGen --===//
51 /// FunctionLoweringInfo - This contains information that is global to a
54 class FunctionLoweringInfo { class in namespace:llvm
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/
H A DFunctionLoweringInfo.cpp1 //===-- FunctionLoweringInfo.cpp ------------------------------------------===//
17 #include "llvm/CodeGen/FunctionLoweringInfo.h"
58 FunctionLoweringInfo::FunctionLoweringInfo(const TargetLowering &tli) function in class:FunctionLoweringInfo
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
[all...]

Completed in 71 milliseconds