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

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 1 //===-- FunctionLoweringInfo.h - Lower functions from LLVM IR to CodeGen --===//
53 /// FunctionLoweringInfo - This contains information that is global to a
56 class FunctionLoweringInfo {
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);
FastISel.h 25 class FunctionLoweringInfo;
47 FunctionLoweringInfo &FuncInfo;
144 explicit FastISel(FunctionLoweringInfo &funcInfo);
SelectionDAGISel.h 33 class FunctionLoweringInfo;
45 FunctionLoweringInfo *FuncInfo;
  /external/llvm/lib/CodeGen/SelectionDAG/
Android.mk 6 FunctionLoweringInfo.cpp \
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...]
SelectionDAGBuilder.h 44 class FunctionLoweringInfo;
314 FunctionLoweringInfo &FuncInfo;
334 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo,
SelectionDAGISel.cpp 17 #include "llvm/CodeGen/FunctionLoweringInfo.h"
194 FuncInfo(new FunctionLoweringInfo(TLI)),
817 FunctionLoweringInfo *FuncInfo) {
    [all...]
FastISel.cpp 49 #include "llvm/CodeGen/FunctionLoweringInfo.h"
    [all...]
SelectionDAGBuilder.cpp 35 #include "llvm/CodeGen/FunctionLoweringInfo.h"
616 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
642 FunctionLoweringInfo &FuncInfo,
679 const FunctionLoweringInfo::LiveOutInfo *LOI =
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 349 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
536 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
ARMFastISel.cpp 33 #include "llvm/CodeGen/FunctionLoweringInfo.h"
97 explicit ARMFastISel(FunctionLoweringInfo &funcInfo)
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 702 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;
    [all...]
X86FastISel.cpp 31 #include "llvm/CodeGen/FunctionLoweringInfo.h"
60 explicit X86FastISel(FunctionLoweringInfo &funcInfo) : FastISel(funcInfo) {
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 45 class FunctionLoweringInfo;
    [all...]

Completed in 5330 milliseconds