Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCSubtargetInfo.h156 bool checkFeatures(StringRef FS) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCSubtargetInfo.cpp297 bool MCSubtargetInfo::checkFeatures(StringRef FS) const { in checkFeatures() function in MCSubtargetInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp267 if (!STI->checkFeatures("+reference-types")) in Initialize()
504 if (STI->checkFeatures("+reference-types")) { in parseFunctionTableOperand()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp516 if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize64")) in AMDGPUTargetMachine()
518 else if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize32")) in AMDGPUTargetMachine()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
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()