Home | History | Annotate | Download | only in X86

Lines Matching refs:FunctionLoweringInfo

31 #include "llvm/CodeGen/FunctionLoweringInfo.h"
60 explicit X86FastISel(FunctionLoweringInfo &funcInfo) : FastISel(funcInfo) {
2180 llvm::FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo) {