Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp80 size_t FnSize) { in FunctionDescToIntelJITFormat() argument
87 Result.method_size = FnSize; in FunctionDescToIntelJITFormat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1489 unsigned FnSize = 0; in EstimateFunctionSizeInBytes() local
1492 FnSize += TII.getInstSizeInBytes(MI); in EstimateFunctionSizeInBytes()
1496 FnSize += Table.MBBs.size() * 4; in EstimateFunctionSizeInBytes()
1497 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes()
1498 return FnSize; in EstimateFunctionSizeInBytes()
1772 unsigned FnSize = EstimateFunctionSizeInBytes(MF, TII); in determineCalleeSaves() local
1776 if (FnSize >= (1 << 11)) { in determineCalleeSaves()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp183 unsigned FnSize = MaybeChangedFn.getInstructionCount(); in emitInstrCountChangedRemark() local
190 std::pair<unsigned, unsigned>(0, FnSize); in emitInstrCountChangedRemark()
195 It->second.second = FnSize; in emitInstrCountChangedRemark()