Home
last modified time | relevance | path

Searched defs:TargetFeatures (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp52 const FeatureBitset TargetFeatures = { member in __anon467c84d50111::AMDGPUPropagateAttributes
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp50 static constexpr const FeatureBitset TargetFeatures = { variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWasm.h265 std::vector<wasm::WasmFeatureEntry> TargetFeatures; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DWasm.h282 std::vector<wasm::WasmFeatureEntry> TargetFeatures; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DWasm.h276 std::vector<wasm::WasmFeatureEntry> TargetFeatures; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DWasm.h273 std::vector<wasm::WasmFeatureEntry> TargetFeatures; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DWasm.h282 std::vector<wasm::WasmFeatureEntry> TargetFeatures; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DWasm.h282 std::vector<wasm::WasmFeatureEntry> TargetFeatures; variable
/aosp_15_r20/external/clang/lib/Basic/
H A DTargets.cpp4941 std::vector<const char*> TargetFeatures; in initFeatureMap() local