Searched defs:Features (Results 76 - 82 of 82) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1735 std::vector<std::string> Features; local
3032 llvm::SmallVector<StringRef, 32> Features; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2831 const FeatureBitset Features; member in struct:Extension
5178 FeatureBitset Features = STI.getFeatureBits(); local
5197 FeatureBitset Features = local
5224 FeatureBitset Features = STI.getFeatureBits(); local
5235 FeatureBitset Features = local
5277 FeatureBitset Features = STI.getFeatureBits(); local
5300 FeatureBitset Features = local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3800 calculateGPRBlocks( const FeatureBitset &Features, bool VCCUsed, bool FlatScrUsed, bool XNACKUsed, Optional<bool> EnableWavefrontSize32, unsigned NextFreeVGPR, SMRange VGPRRange, unsigned NextFreeSGPR, SMRange SGPRRange, unsigned &VGPRBlocks, unsigned &SGPRBlocks) argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7206 SubtargetFeatures Features; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11258 std::vector<StringRef> Features; local
12064 const FeatureBitset Features; member in struct:__anon4036::__anon4041
12133 FeatureBitset Features = ComputeAvailableFeatures(STI.getFeatureBits()); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp116 FeatureBitset Features; member in class:__anon4200::MipsAssemblerOptions
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6754 getLocationOfByte( unsigned ByteNo, const SourceManager &SM, const LangOptions &Features, const TargetInfo &Target, unsigned *StartToken = nullptr, unsigned *StartTokenByteOffset = nullptr) const argument

Completed in 411 milliseconds

1234