/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMTargetStreamer.cpp | 123 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/ |
D | X86MCCodeEmitter.cpp | 190 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 …]
|
D | X86AsmBackend.cpp | 374 if (!(STI.hasFeature(X86::Mode64Bit) || STI.hasFeature(X86::Mode32Bit))) in needAlign()
|
/third_party/python/Lib/xml/dom/ |
D | domreg.py | 35 if not dom.hasFeature(f,v):
|
D | minidom.py | 210 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/ |
D | ARMTargetObjectFile.cpp | 35 ARM_TM.getMCSubtargetInfo()->hasFeature(ARM::FeatureExecuteOnly); in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 112 bool hasFeature(unsigned Feature) const { in hasFeature() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.h | 47 bool hasFeature(ARM32InstructionSet I) const { return I <= InstructionSet; } in hasFeature() function 172 return CPUFeatures.hasFeature(I); in hasCPUFeature()
|
D | IceTargetLoweringARM32.cpp | 6946 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/ |
D | RISCVAsmParser.cpp | 57 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/ |
D | dom.idl | 318 boolean hasFeature(); // useless; always returns true
|
/third_party/python/Doc/library/ |
D | xml.dom.rst | 106 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/ |
D | AMDGPUInstPrinter.cpp | 241 if (STI.hasFeature(AMDGPU::FeatureR128A16)) in printR128A16()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 5464 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/ |
D | mappedTypeRecursiveInference.types | 100 …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/ |
D | lib.d.ts | 5482 hasFeature(feature: string, version: string): boolean; method
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 3964 hasFeature(...args: any[]): true; method
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 3984 hasFeature(...args: any[]): true; method
|