Searched refs:checkFeatures (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h150 bool checkFeatures(StringRef FS) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp278 bool MCSubtargetInfo::checkFeatures(StringRef FS) const { function in class:MCSubtargetInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp390 if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize64"))
392 else if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize32"))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1583 PrimaryIsThumb = STI->checkFeatures("+thumb-mode");
2117 if (isArmElf(Obj) && !STI->checkFeatures("+mclass")) {
2118 if (STI->checkFeatures("+thumb-mode"))

Completed in 113 milliseconds