Home
last modified time | relevance | path

Searched refs:FeatureBits (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp198 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/
DRISCVBaseInfo.cpp13 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()
DRISCVBaseInfo.h202 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/
DMCSubtargetInfo.h89 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/
DvktTransformFeedbackRandomLayoutCase.hpp40 enum FeatureBits enum
/third_party/vk-gl-cts/modules/glshared/
DglsRandomUniformBlockCase.hpp43 enum FeatureBits enum
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.hpp39 enum FeatureBits enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Disassembler/
DRISCVDisassembler.cpp62 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/
DvktMemoryModelSharedLayout.cpp45 enum FeatureBits enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMInstPrinter.cpp867 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/
DARMDisassembler.cpp764 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/
DRISCVAsmParser.cpp171 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/
DglcUniformBlockTests.cpp43 enum FeatureBits enum
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp48 enum FeatureBits enum
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp65 enum FeatureBits enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp458 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/
DARMISelDAGToDAG.cpp4596 const FeatureBitset &FeatureBits = Subtarget->getFeatureBits(); in getMClassRegisterMask() local
4597 if (!TheReg || !TheReg->hasRequiredFeatures(FeatureBits)) in getMClassRegisterMask()