Home
last modified time | relevance | path

Searched refs:FnSize (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DOProfileJITEventListener.cpp47 void *FnStart, size_t FnSize,
105 const Function &F, void *FnStart, size_t FnSize, in NotifyFunctionEmitted() argument
110 FnStart, FnSize) == -1) { in NotifyFunctionEmitted()
113 << FnStart << "-" << ((char*)FnStart + FnSize) << "]\n"); in NotifyFunctionEmitted()
159 << FnStart << "-" << ((char*)FnStart + FnSize) << "]\n"); in NotifyFunctionEmitted()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp80 size_t FnSize) { in FunctionDescToIntelJITFormat() argument
87 Result.method_size = FnSize; in FunctionDescToIntelJITFormat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp81 size_t FnSize) { in FunctionDescToIntelJITFormat() argument
88 Result.method_size = FnSize; in FunctionDescToIntelJITFormat()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.cpp739 unsigned FnSize = 0; in GetFunctionSizeInBytes() local
745 FnSize += TII.GetInstSizeInBytes(I); in GetFunctionSizeInBytes()
747 return FnSize; in GetFunctionSizeInBytes()
971 unsigned FnSize = GetFunctionSizeInBytes(MF, TII); in processFunctionBeforeCalleeSavedScan() local
975 if (FnSize >= (1 << 11)) { in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1359 unsigned FnSize = 0; in GetFunctionSizeInBytes() local
1362 FnSize += TII.GetInstSizeInBytes(MI); in GetFunctionSizeInBytes()
1364 return FnSize; in GetFunctionSizeInBytes()
1594 unsigned FnSize = GetFunctionSizeInBytes(MF, TII); in determineCalleeSaves() local
1598 if (FnSize >= (1 << 11)) { in determineCalleeSaves()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1480 unsigned FnSize = 0; in GetFunctionSizeInBytes() local
1483 FnSize += TII.getInstSizeInBytes(MI); in GetFunctionSizeInBytes()
1485 return FnSize; in GetFunctionSizeInBytes()
1728 unsigned FnSize = GetFunctionSizeInBytes(MF, TII); in determineCalleeSaves() local
1732 if (FnSize >= (1 << 11)) { in determineCalleeSaves()