Home
last modified time | relevance | path

Searched refs:checkFeatures (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h156 bool checkFeatures(StringRef FS) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp297 bool MCSubtargetInfo::checkFeatures(StringRef FS) const { in checkFeatures() function in MCSubtargetInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp246 if (!STI->checkFeatures("+reference-types")) in Initialize()
477 if (STI->checkFeatures("+reference-types")) { in parseFunctionTableOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp385 if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize64")) in AMDGPUTargetMachine()
387 else if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize32")) in AMDGPUTargetMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1054 PrimaryIsThumb = STI->checkFeatures("+thumb-mode"); in disassembleObject()
1601 if (isArmElf(Obj) && !STI->checkFeatures("+mclass")) { in disassembleObject()
1602 if (STI->checkFeatures("+thumb-mode")) in disassembleObject()