HomeSort by: relevance | last modified time | path
    Searched refs:TargetFeatures (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPropagateAttributes.cpp 50 static constexpr const FeatureBitset TargetFeatures = {
82 if ((Features & TargetFeatures) != (Other.Features & TargetFeatures))
91 FnProperties New((Features & ~TargetFeatures) | CallerProps.Features);
340 << getFeatureString(NewFeatures & TargetFeatures)
366 else if (TargetFeatures[KV.Value])
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
ARM.cpp 370 std::vector<StringRef> TargetFeatures;
380 TargetFeatures.push_back(ArchFeature);
385 llvm::ARM::getFPUFeatures(FPUKind, TargetFeatures);
389 llvm::ARM::getExtensionFeatures(Extensions, TargetFeatures);
391 for (auto Feature : TargetFeatures)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 138 return TargetFeatures;
275 std::vector<wasm::WasmFeatureEntry> TargetFeatures;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 2469 TargetFeatures TF(CallerFeatureMap);
CodeGenFunction.h 4745 /// TargetFeatures - This class is used to check whether the builtin function
4755 class TargetFeatures {
4812 TargetFeatures(const llvm::StringMap<bool> &CallerFeatureMap)
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 838 TargetFeatures.push_back(Feature);

Completed in 47 milliseconds