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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h1 //===-- FunctionLoweringInfo.h - Lower functions from LLVM IR to CodeGen --===//
53 /// FunctionLoweringInfo - This contains information that is global to a
56 class FunctionLoweringInfo { class in namespace:llvm
123 explicit FunctionLoweringInfo(const TargetLowering &TLI);
125 /// set - Initialize this FunctionLoweringInfo with the given Function
131 /// FunctionLoweringInfo to an empty state, ready to be used for a
222 MachineModuleInfo *MMI, FunctionLoweringInfo &FLI);
/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
200 /// set - Initialize this FunctionLoweringInfo with the given Function
206 /// FunctionLoweringInfo to an empty state, ready to be used for a
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp1 //===-- FunctionLoweringInfo.cpp ------------------------------------------===//
16 #include "llvm/CodeGen/FunctionLoweringInfo.h"
57 FunctionLoweringInfo::FunctionLoweringInfo(const TargetLowering &tli) function in class:FunctionLoweringInfo
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
[all...]

Completed in 535 milliseconds