Home
last modified time | relevance | path

Searched refs:hasFeature (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp123 if (STI.hasFeature(ARM::HasV8Ops)) { in getArchForCPU()
124 if (STI.hasFeature(ARM::FeatureRClass)) in getArchForCPU()
127 } else if (STI.hasFeature(ARM::HasV8_1MMainlineOps)) in getArchForCPU()
129 else if (STI.hasFeature(ARM::HasV8MMainlineOps)) in getArchForCPU()
131 else if (STI.hasFeature(ARM::HasV7Ops)) { in getArchForCPU()
132 if (STI.hasFeature(ARM::FeatureMClass) && STI.hasFeature(ARM::FeatureDSP)) in getArchForCPU()
135 } else if (STI.hasFeature(ARM::HasV6T2Ops)) in getArchForCPU()
137 else if (STI.hasFeature(ARM::HasV8MBaselineOps)) in getArchForCPU()
139 else if (STI.hasFeature(ARM::HasV6MOps)) in getArchForCPU()
141 else if (STI.hasFeature(ARM::HasV6Ops)) in getArchForCPU()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp190 if (STI.hasFeature(X86::Mode16Bit) && BaseReg.getReg() == 0 && Disp.isImm() && in is16BitMemOperand()
384 assert(STI.hasFeature(X86::Mode64Bit) && in emitMemModRMByte()
508 (!STI.hasFeature(X86::Mode64Bit) || BaseReg != 0)) { in emitMemModRMByte()
660 if ((STI.hasFeature(X86::Mode16Bit) && AdSize == X86II::AdSize32) || in emitPrefixImpl()
661 (STI.hasFeature(X86::Mode32Bit) && AdSize == X86II::AdSize16) || in emitPrefixImpl()
662 (STI.hasFeature(X86::Mode64Bit) && AdSize == X86II::AdSize32)) { in emitPrefixImpl()
666 } else if (STI.hasFeature(X86::Mode64Bit)) { in emitPrefixImpl()
669 } else if (STI.hasFeature(X86::Mode32Bit)) { in emitPrefixImpl()
673 assert(STI.hasFeature(X86::Mode16Bit)); in emitPrefixImpl()
702 if ((!STI.hasFeature(X86::Mode32Bit) && siReg == X86::ESI) || in emitPrefixImpl()
[all …]
DX86AsmBackend.cpp374 if (!(STI.hasFeature(X86::Mode64Bit) || STI.hasFeature(X86::Mode32Bit))) in needAlign()
/third_party/python/Lib/xml/dom/
Ddomreg.py35 if not dom.hasFeature(f,v):
Dminidom.py210 return self.ownerDocument.implementation.hasFeature(feature, version)
1426 def hasFeature(self, feature, version): member in DOMImplementation
1485 if self.hasFeature(feature, None):
1805 return self.implementation.hasFeature(feature, version)
2009 if not Document.implementation.hasFeature(f, v):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetObjectFile.cpp35 ARM_TM.getMCSubtargetInfo()->hasFeature(ARM::FeatureExecuteOnly); in Initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h112 bool hasFeature(unsigned Feature) const { in hasFeature() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h47 bool hasFeature(ARM32InstructionSet I) const { return I <= InstructionSet; } in hasFeature() function
172 return CPUFeatures.hasFeature(I); in hasCPUFeature()
DIceTargetLoweringARM32.cpp6946 if (CPUFeatures.hasFeature(TargetARM32Features::HWDivArm)) { in lower()
6968 if (CPUFeatures.hasFeature(TargetARM32Features::HWDivArm)) { in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp57 bool isRV64() const { return getSTI().hasFeature(RISCV::Feature64Bit); } in isRV64()
58 bool isRV32E() const { return getSTI().hasFeature(RISCV::FeatureRV32E); } in isRV32E()
/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl318 boolean hasFeature(); // useless; always returns true
/third_party/python/Doc/library/
Dxml.dom.rst106 version)`` pairs which are passed to the :meth:`hasFeature` method on available
211 .. method:: DOMImplementation.hasFeature(feature, version)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp241 if (STI.hasFeature(AMDGPU::FeatureR128A16)) in printR128A16()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp5464 ST->hasFeature(AMDGPU::FeatureR128A16)) { in lowerImage()
5508 ST->hasFeature(AMDGPU::FeatureNSAEncoding) && VAddrs.size() >= 3; in lowerImage()
5607 ST->hasFeature(AMDGPU::FeatureR128A16) ? True : False); in lowerImage()
/third_party/typescript/tests/baselines/reference/
DmappedTypeRecursiveInference.types100 …createDocument: any; createDocumentType: any; createHTMLDocument: any; hasFeature: any; }; readonl…
102 …createDocument: any; createDocumentType: any; createHTMLDocument: any; hasFeature: any; }; readonl…
108 …createDocument: any; createDocumentType: any; createHTMLDocument: any; hasFeature: any; }; readonl…
110 …createDocument: any; createDocumentType: any; createHTMLDocument: any; hasFeature: any; }; readonl…
/third_party/typescript/tests/lib/
Dlib.d.ts5482 hasFeature(feature: string, version: string): boolean; method
/third_party/typescript/src/lib/
Ddom.generated.d.ts3964 hasFeature(...args: any[]): true; method
/third_party/typescript/lib/
Dlib.dom.d.ts3984 hasFeature(...args: any[]): true; method