Home
last modified time | relevance | path

Searched defs:Threshold (Results 1 – 25 of 93) sorted by relevance

1234

/external/llvm/tools/llvm-cov/
DCoverageFilters.h61 T Threshold; variable
63 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter()
84 RegionCoverageFilter(Operation Op, double Threshold) in RegionCoverageFilter()
95 LineCoverageFilter(Operation Op, double Threshold) in LineCoverageFilter()
/external/llvm-project/llvm/tools/llvm-cov/
DCoverageFilters.h89 T Threshold; variable
91 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter()
112 RegionCoverageFilter(Operation Op, double Threshold) in RegionCoverageFilter()
124 LineCoverageFilter(Operation Op, double Threshold) in LineCoverageFilter()
/external/llvm/include/llvm/Analysis/
DInlineCost.h62 const int Threshold; variable
65 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} in InlineCost()
68 static InlineCost get(int Cost, int Threshold) { in get()
/external/llvm/lib/Transforms/IPO/
DInlineSimple.cpp54 explicit SimpleInliner(int Threshold) in SimpleInliner()
89 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
DFunctionImport.cpp167 unsigned Threshold) { in selectCallee()
205 unsigned Threshold, in selectCallee()
267 unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, in computeImportForFunction()
363 auto Threshold = FuncInfo.second; in ComputeImportForModule() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp46 int Threshold = EnableHeaderDuplication || in run() local
118 int Threshold = hasVectorizeTransformation(L) == TM_ForcedByUser in runOnLoop() local
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart_ex.c737 HAL_StatusTypeDef HAL_UARTEx_SetTxFifoThreshold(UART_HandleTypeDef *huart, uint32_t Threshold) in HAL_UARTEx_SetTxFifoThreshold()
786 HAL_StatusTypeDef HAL_UARTEx_SetRxFifoThreshold(UART_HandleTypeDef *huart, uint32_t Threshold) in HAL_UARTEx_SetRxFifoThreshold()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart_ex.c737 HAL_StatusTypeDef HAL_UARTEx_SetTxFifoThreshold(UART_HandleTypeDef *huart, uint32_t Threshold) in HAL_UARTEx_SetTxFifoThreshold()
786 HAL_StatusTypeDef HAL_UARTEx_SetRxFifoThreshold(UART_HandleTypeDef *huart, uint32_t Threshold) in HAL_UARTEx_SetRxFifoThreshold()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInlineCost.h73 int Threshold; variable
86 static InlineCost get(int Cost, int Threshold) { in get()
/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dconfig.proto10 message Threshold { message
45 message Threshold { message
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIPreEmitPeephole.cpp78 unsigned Threshold = 5; in optimizeVccBranch() local
315 const unsigned Threshold = 20; in runOnMachineFunction() local
/external/llvm-project/llvm/include/llvm/Analysis/
DInlineCost.h74 int Threshold = 0; variable
87 static InlineCost get(int Cost, int Threshold) { in get()
/external/llvm-project/llvm/lib/Transforms/IPO/
DInlineSimple.cpp99 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
DFunctionImport.cpp179 unsigned Threshold, StringRef CallerModulePath, in selectCallee()
363 const unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, in computeImportForFunction()
503 auto GetAdjustedThreshold = [](unsigned Threshold, bool IsHotCallsite) { in computeImportForFunction()
560 auto Threshold = std::get<1>(GVInfo); in ComputeImportForModule() local
/external/llvm/bindings/ocaml/transforms/passmgr_builder/
Dpassmgr_builder_ocaml.c65 value Threshold, value PMB) { in llvm_pmbuilder_use_inliner_with_threshold()
/external/llvm-project/llvm/bindings/ocaml/transforms/passmgr_builder/
Dpassmgr_builder_ocaml.c65 value Threshold, value PMB) { in llvm_pmbuilder_use_inliner_with_threshold()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInlineSimple.cpp100 Pass *llvm::createFunctionInliningPass(int Threshold) { in createFunctionInliningPass()
DFunctionImport.cpp179 unsigned Threshold, StringRef CallerModulePath, in selectCallee()
364 const unsigned Threshold, const GVSummaryMapTy &DefinedGVSummaries, in computeImportForFunction()
517 auto GetAdjustedThreshold = [](unsigned Threshold, bool IsHotCallsite) { in computeImportForFunction()
574 auto Threshold = std::get<1>(FuncInfo); in ComputeImportForModule() local
/external/llvm-project/llvm/lib/CodeGen/
DSpillPlacement.h67 BlockFrequency Threshold; variable
/external/llvm/lib/CodeGen/
DSpillPlacement.h68 BlockFrequency Threshold; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSpillPlacement.h67 BlockFrequency Threshold; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp42 int Threshold = EnableHeaderDuplication ? DefaultRotationThreshold : 0; in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamWriter.h148 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR() local
164 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR64() local
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h153 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR() local
169 uint32_t Threshold = 1U << (NumBits-1); in EmitVBR64() local
/external/llvm/lib/Target/X86/
DX86PadShortFunction.cpp78 const unsigned int Threshold; member

1234