Home
last modified time | relevance | path

Searched defs:funcInfo (Results 1 – 5 of 5) sorted by relevance

/external/v8/tools/
Dtickprocessor.js575 function addEntry(funcInfo) { argument
659 funcInfo = { name: fields[3], start: parseInt(fields[1], 16) }; variable
/external/llvm/lib/Target/X86/
DX86FastISel.cpp59 explicit X86FastISel(FunctionLoweringInfo &funcInfo) : FastISel(funcInfo) { in X86FastISel()
2130 llvm::FastISel *X86::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp97 explicit ARMFastISel(FunctionLoweringInfo &funcInfo) in ARMFastISel()
2088 llvm::FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo) { in createFastISel()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp983 FastISel::FastISel(FunctionLoweringInfo &funcInfo) in FastISel()
/external/llvm/include/llvm/Target/
DTargetLowering.h1304 virtual FastISel *createFastISel(FunctionLoweringInfo &funcInfo) const { in createFastISel()