| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRELFStreamer.cpp | 12 static unsigned getEFlagsForFeatureSet(const FeatureBitset &Features) { in getEFlagsForFeatureSet() argument [all...] |
| /third_party/json/tests/thirdparty/Fuzzer/ |
| H A D | FuzzerMerge.h | 53 std::vector<uint32_t> Features; member
|
| H A D | FuzzerMerge.cpp | 192 std::set<size_t> Features; in CrashResistantMergeInternalStep() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
| H A D | TargetSelect.cpp | 80 SubtargetFeatures Features; in selectTarget() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | InfoStream.h | 65 PdbRaw_Features Features = PdbFeatureNone; member in llvm::pdb::InfoStream
|
| H A D | InfoStreamBuilder.h | 63 std::vector<PdbRaw_FeatureSig> Features; member in llvm::pdb::InfoStreamBuilder
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFStreamer.cpp | 27 const FeatureBitset &Features = STI.getFeatureBits(); in RISCVTargetELFStreamer() local
|
| /third_party/rust/crates/syn/json/src/ |
| H A D | lib.rs | 189 pub struct Features { structure names
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| H A D | GPUAdapter.cpp | 59 class Features : public interop::GPUSupportedFeatures { class 61 Features(WGPUDeviceProperties properties) { in Features() function in wgpu::binding::__anon20524::Features
|
| H A D | GPUDevice.cpp | 116 class Features : public interop::GPUSupportedFeatures { in getFeatures() class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.h | 142 SubtargetFeatures Features; member in llvm::orc::JITTargetMachineBuilder
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | TargetParser.cpp | 29 unsigned Features; member
|
| H A D | AArch64TargetParser.cpp | 62 getExtensionFeatures(unsigned Extensions, std::vector<StringRef> &Features) getExtensionFeatures() argument 107 getArchFeatures(AArch64::ArchKind AK, std::vector<StringRef> &Features) getArchFeatures() argument [all...] |
| H A D | ARMTargetParser.cpp | 160 bool ARM::getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features) { in getFPUFeatures() argument 383 getHWDivFeatures(unsigned HWDivKind, std::vector<StringRef> &Features) getHWDivFeatures() argument 402 getExtensionFeatures(unsigned Extensions, std::vector<StringRef> &Features) getExtensionFeatures() argument 496 appendArchExtFeatures( StringRef CPU, ARM::ArchKind AK, StringRef ArchExt, std::vector<StringRef> &Features) appendArchExtFeatures() argument [all...] |
| H A D | Host.cpp | 556 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, unsigned Brand_id, unsigned Features, unsigned Features2, unsigned Features3, unsigned *Type, unsigned *Subtype) getIntelProcessorTypeAndSubtype() argument 881 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, unsigned Features, unsigned *Type, unsigned *Subtype) getAMDProcessorTypeAndSubtype() argument 982 unsigned Features = 0; getAvailableFeatures() local 1143 unsigned Features = 0, Features2 = 0, Features3 = 0; getHostCPUName() local 1341 getHostCPUFeatures(StringMap<bool> &Features) getHostCPUFeatures() argument 1493 getHostCPUFeatures(StringMap<bool> &Features) getHostCPUFeatures() argument 1559 getHostCPUFeatures(StringMap<bool> &Features) getHostCPUFeatures() argument 1570 getHostCPUFeatures(StringMap<bool> &Features) getHostCPUFeatures() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 98 SubtargetFeatures Features; in getMIPSFeatures() local 158 SubtargetFeatures Features; getARMFeatures() local 279 SubtargetFeatures Features; getRISCVFeatures() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetMachine.cpp | 47 SmallVector<StringRef, 3> Features; in UsesVectorABI() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 133 SubtargetFeatures Features; in createTargetMachine() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.cpp | 46 LLVMCreateDisasmCPUFeatures(const char *TT, const char *CPU, const char *Features, void *DisInfo, int TagType, LLVMOpInfoCallback GetOpInfo, LLVMSymbolLookupCallback SymbolLookUp) LLVMCreateDisasmCPUFeatures() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | SubtargetFeature.h | 184 std::vector<std::string> Features; ///< Subtarget features as a vector member in SubtargetFeatures
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCCodeEmitter.cpp | 379 FeatureBitset Features = computeAvailableFeatures(STI.getFeatureBits()); in encodeInstruction() local
|
| H A D | HexagonMCTargetDesc.cpp | 388 std::pair<std::string, std::string> Features = selectCPUAndFS(CPU, FS); in createHexagonMCSubtargetInfo() local 400 llvm::FeatureBitset Features = X->getFeatureBits(); in createHexagonMCSubtargetInfo() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 258 SubtargetFeatures Features; in LLVMGetHostCPUFeatures() local 102 LLVMCreateTargetMachine(LLVMTargetRef T, const char *Triple, const char *CPU, const char *Features, LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, LLVMCodeModel CodeModel) LLVMCreateTargetMachine() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 183 FeatureBitset Features = coalesceFeatures(M); variable 211 FeatureBitset Features = in coalesceFeatures() local 221 std::string getFeatureString(const FeatureBitset &Features) { in getFeatureString() argument 230 replaceFeatures(Function &F, const std::string &Features) replaceFeatures() argument 275 recordFeatures(Module &M, const FeatureBitset &Features, bool Stripped) recordFeatures() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 120 FeatureBitset Features = getFeatureBits(); in initializeSubtargetDependencies() local
|