/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 198 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures); in InitMCProcessorInfo() 206 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures); in setDefaultFeatures() 222 FeatureBits.flip(FB); in ToggleFeature() 223 return FeatureBits; in ToggleFeature() 227 FeatureBits ^= FB; in ToggleFeature() 228 return FeatureBits; in ToggleFeature() 233 SetImpliedBits(FeatureBits, FB, ProcFeatures); in SetFeatureBitsTransitively() 234 return FeatureBits; in SetFeatureBitsTransitively() 241 FeatureBits.reset(I); in ClearFeatureBitsTransitively() 242 ClearImpliedBits(FeatureBits, I, ProcFeatures); in ClearFeatureBitsTransitively() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/ |
D | RISCVBaseInfo.cpp | 13 ABI computeTargetABI(const Triple &TT, FeatureBitset FeatureBits, in computeTargetABI() argument 17 bool IsRV32E = FeatureBits[RISCV::FeatureRV32E]; in computeTargetABI() 74 void validate(const Triple &TT, const FeatureBitset &FeatureBits) { in validate() argument 75 if (TT.isArch64Bit() && FeatureBits[RISCV::FeatureRV32E]) in validate()
|
D | RISCVBaseInfo.h | 202 ABI computeTargetABI(const Triple &TT, FeatureBitset FeatureBits, 216 void validate(const Triple &TT, const FeatureBitset &FeatureBits);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 89 FeatureBitset FeatureBits; // Feature bits for current CPU + FS variable 107 const FeatureBitset& getFeatureBits() const { return FeatureBits; } in getFeatureBits() 109 FeatureBits = FeatureBits_; in setFeatureBits() 113 return FeatureBits[Feature]; in hasFeature()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackRandomLayoutCase.hpp | 40 enum FeatureBits enum
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsRandomUniformBlockCase.hpp | 43 enum FeatureBits enum
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
D | vktRandomUniformBlockCase.hpp | 39 enum FeatureBits enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Disassembler/ |
D | RISCVDisassembler.cpp | 62 const FeatureBitset &FeatureBits = in DecodeGPRRegisterClass() local 66 bool IsRV32E = FeatureBits[RISCV::FeatureRV32E]; in DecodeGPRRegisterClass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
D | vktMemoryModelSharedLayout.cpp | 45 enum FeatureBits enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMInstPrinter.cpp | 867 const FeatureBitset &FeatureBits = STI.getFeatureBits(); in printMSRMaskOperand() local 868 if (FeatureBits[ARM::FeatureMClass]) { in printMSRMaskOperand() 874 if (Opcode == ARM::t2MSR_M && FeatureBits[ARM::FeatureDSP]) { in printMSRMaskOperand() 884 if (Opcode == ARM::t2MSR_M && FeatureBits [ARM::HasV7Ops]) { in printMSRMaskOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 764 const FeatureBitset &FeatureBits = getSubtargetInfo().getFeatureBits(); in AddThumbPredicate() local 791 if (MI.getOperand(0).getImm() == 0x10 && (FeatureBits[ARM::FeatureRAS]) != 0) in AddThumbPredicate() 2312 const FeatureBitset &FeatureBits = Dis->getSubtargetInfo().getFeatureBits(); in DecodeHINTInstruction() local 2323 if (imm8 == 0x10 && pred != 0xe && ((FeatureBits[ARM::FeatureRAS]) != 0)) in DecodeHINTInstruction() 2525 const FeatureBitset &FeatureBits = Dis->getSubtargetInfo().getFeatureBits(); in DecodeSETPANInstruction() local 2527 if (!FeatureBits[ARM::HasV8_1aOps] || in DecodeSETPANInstruction() 2528 !FeatureBits[ARM::HasV8Ops]) in DecodeSETPANInstruction() 4653 const FeatureBitset &FeatureBits = in DecodeMSRMask() local 4656 if (FeatureBits[ARM::FeatureMClass]) { in DecodeMSRMask() 4676 if (!(FeatureBits[ARM::HasV7Ops])) in DecodeMSRMask() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/ |
D | RISCVAsmParser.cpp | 171 FeatureBitset FeatureBits = FeatureBitStack.pop_back_val(); in popFeatureBits() local 172 copySTI().setFeatureBits(FeatureBits); in popFeatureBits() 173 setAvailableFeatures(ComputeAvailableFeatures(FeatureBits)); in popFeatureBits()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcUniformBlockTests.cpp | 43 enum FeatureBits enum
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSSBOLayoutTests.cpp | 48 enum FeatureBits enum
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 65 enum FeatureBits enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 458 FeatureBitset FeatureBits = STI.getFeatureBits(); in selectArch() local 459 FeatureBits &= ~MipsAssemblerOptions::AllArchRelatedMask; in selectArch() 460 STI.setFeatureBits(FeatureBits); in selectArch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 4596 const FeatureBitset &FeatureBits = Subtarget->getFeatureBits(); in getMClassRegisterMask() local 4597 if (!TheReg || !TheReg->hasRequiredFeatures(FeatureBits)) in getMClassRegisterMask()
|