Home
last modified time | relevance | path

Searched defs:FeatureBitset (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/MC/
DSubtargetFeature.h38 FeatureBitset() : bitset() {} in FeatureBitset() function
40 FeatureBitset(const bitset<MAX_SUBTARGET_FEATURES>& B) : bitset(B) {} in FeatureBitset() function
42 FeatureBitset(std::initializer_list<unsigned> Init) : bitset() { in FeatureBitset() function
DMCInstrDesc.h25 class FeatureBitset; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DSubtargetFeature.h47 constexpr FeatureBitset(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) in FeatureBitset() function
52 constexpr FeatureBitset(std::initializer_list<unsigned> Init) { in FeatureBitset() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSubtargetFeature.h47 constexpr FeatureBitset(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) { in FeatureBitset() function
54 constexpr FeatureBitset(std::initializer_list<unsigned> Init) { in FeatureBitset() function
DMCInstrDesc.h24 class FeatureBitset; variable
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h18 class FeatureBitset; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.h51 class FeatureBitset; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.h51 class FeatureBitset; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCCodeEmitter.h26 class FeatureBitset; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
DX86TargetParser.cpp26 class FeatureBitset { class
35 constexpr FeatureBitset(std::initializer_list<unsigned> Init) { in FeatureBitset() function in __anona525bf6d0111::FeatureBitset
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h30 class FeatureBitset; variable