Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DConfig.h32 bool checkFeatures; member
DWriter.cpp442 if (!config->checkFeatures) in populateTargetFeatures()
481 if (!config->checkFeatures) in populateTargetFeatures()
DDriver.cpp364 config->checkFeatures = in readConfigs()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h150 bool checkFeatures(StringRef FS) const;
/external/llvm-project/llvm/include/llvm/MC/
DMCSubtargetInfo.h153 bool checkFeatures(StringRef FS) const;
/external/llvm-project/llvm/lib/MC/
DMCSubtargetInfo.cpp294 bool MCSubtargetInfo::checkFeatures(StringRef FS) const { in checkFeatures() function in MCSubtargetInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp278 bool MCSubtargetInfo::checkFeatures(StringRef FS) const { in checkFeatures() function in MCSubtargetInfo
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp387 if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize64")) in AMDGPUTargetMachine()
389 else if (getMCSubtargetInfo()->checkFeatures("+wavefrontsize32")) in AMDGPUTargetMachine()
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1655 PrimaryIsThumb = STI->checkFeatures("+thumb-mode"); in disassembleObject()
2201 if (isArmElf(Obj) && !STI->checkFeatures("+mclass")) { in disassembleObject()
2202 if (STI->checkFeatures("+thumb-mode")) in disassembleObject()