HomeSort by: relevance | last modified time | path
    Searched defs:MetaThresholdValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 125 ConstantInt *MetaThresholdValue = mdconst::extract_or_null<ConstantInt>(
127 if (MetaThresholdValue) {
131 UP.Threshold = MetaThresholdValue->getSExtValue();
AMDGPUTargetTransformInfo.cpp 125 ConstantInt *MetaThresholdValue = mdconst::extract_or_null<ConstantInt>(
127 if (MetaThresholdValue) {
131 UP.Threshold = MetaThresholdValue->getSExtValue();
AMDGPUTargetTransformInfo.cpp 125 ConstantInt *MetaThresholdValue = mdconst::extract_or_null<ConstantInt>(
127 if (MetaThresholdValue) {
131 UP.Threshold = MetaThresholdValue->getSExtValue();

Completed in 50 milliseconds