Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h156 bool checkFeatures(StringRef FS) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp297 bool MCSubtargetInfo::checkFeatures(StringRef FS) const { in checkFeatures() function in MCSubtargetInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp267 if (!STI->checkFeatures("+reference-types")) in Initialize()
504 if (STI->checkFeatures("+reference-types")) { in parseFunctionTableOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp516 if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize64")) in AMDGPUTargetMachine()
518 else if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize32")) in AMDGPUTargetMachine()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1114 PrimaryIsThumb = STI->checkFeatures("+thumb-mode"); in disassembleObject()
1682 if (isArmElf(Obj) && !STI->checkFeatures("+mclass")) { in disassembleObject()
1683 if (STI->checkFeatures("+thumb-mode")) in disassembleObject()