Searched refs:funcInfo (Results 1 – 10 of 10) sorted by relevance
575 function addEntry(funcInfo) { argument580 prevEntry.start < funcInfo.start &&581 prevEntry.start >= libStart && funcInfo.start <= libEnd) {582 processorFunc(prevEntry.name, prevEntry.start, funcInfo.start);584 if (funcInfo.end &&585 (!prevEntry || prevEntry.start != funcInfo.start) &&586 funcInfo.start >= libStart && funcInfo.end <= libEnd) {587 processorFunc(funcInfo.name, funcInfo.start, funcInfo.end);589 prevEntry = funcInfo;593 var funcInfo = this.parseNextLine();[all …]
334 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;505 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
97 explicit ARMFastISel(FunctionLoweringInfo &funcInfo) in ARMFastISel() argument98 : FastISel(funcInfo), in ARMFastISel()99 TM(funcInfo.MF->getTarget()), in ARMFastISel()103 AFI = funcInfo.MF->getInfo<ARMFunctionInfo>(); in ARMFastISel()105 Context = &funcInfo.Fn->getContext(); in ARMFastISel()2088 llvm::FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel() argument2090 const TargetMachine &TM = funcInfo.MF->getTarget(); in createFastISel()2096 return new ARMFastISel(funcInfo); in createFastISel()
955 ARMTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()956 return ARM::createFastISel(funcInfo); in createFastISel()
131 explicit FastISel(FunctionLoweringInfo &funcInfo);
686 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const;951 FastISel *createFastISel(FunctionLoweringInfo &funcInfo);
59 explicit X86FastISel(FunctionLoweringInfo &funcInfo) : FastISel(funcInfo) { in X86FastISel() argument2130 llvm::FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel() argument2131 return new X86FastISel(funcInfo); in createFastISel()
2709 X86TargetLowering::createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()2710 return X86::createFastISel(funcInfo); in createFastISel()
983 FastISel::FastISel(FunctionLoweringInfo &funcInfo) in FastISel() argument984 : FuncInfo(funcInfo), in FastISel()
1304 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel() argument