Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DConfig.h34 bool checkFeatures; member
H A DWriter.cpp488 if (!config->checkFeatures) in populateTargetFeatures()
524 if (!config->checkFeatures) in populateTargetFeatures()
592 if (config->relocatable || !config->checkFeatures) in checkImportExportTargetFeatures()
H A DDriver.cpp397 config->checkFeatures = in readConfigs()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h157 bool checkFeatures(StringRef FS) const;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSubtargetInfo.cpp298 bool MCSubtargetInfo::checkFeatures(StringRef FS) const { in checkFeatures() function in MCSubtargetInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp269 if (!STI->checkFeatures("+reference-types")) in Initialize()
507 if (STI->checkFeatures("+reference-types")) { in parseFunctionTableOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp545 if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize64")) in AMDGPUTargetMachine()
547 else if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize32")) in AMDGPUTargetMachine()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp711 if (STI.checkFeatures("+thumb-mode")) { in printInst()
1315 PrimaryIsThumb = STI->checkFeatures("+thumb-mode"); in disassembleObject()
2089 if (isArmElf(*Obj) && !STI->checkFeatures("+mclass")) { in disassembleObject()
2090 if (STI->checkFeatures("+thumb-mode")) in disassembleObject()