Home
last modified time | relevance | path

Searched refs:getFeatureBits (Results 1 – 25 of 72) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp708 if (!STI.getFeatureBits().test(FeatureSupportsXNACK)) in AMDGPUTargetID()
954 if (STI->getFeatureBits().test(FeatureSGPRInitBug)) in getAddressableNumSGPRs()
976 if (STI->getFeatureBits().test(FeatureTrapHandler)) in getMinNumSGPRs()
993 if (STI->getFeatureBits().test(FeatureTrapHandler)) in getMaxNumSGPRs()
1038 if (STI->getFeatureBits().test(FeatureGFX90AInsts)) in getVGPRAllocGranule()
1045 if (STI->getFeatureBits().test(FeatureGFX11FullVGPRs)) in getVGPRAllocGranule()
1056 if (STI->getFeatureBits().test(FeatureGFX90AInsts)) in getVGPREncodingGranule()
1067 if (STI->getFeatureBits().test(FeatureGFX90AInsts)) in getTotalNumVGPRs()
1072 if (STI->getFeatureBits().test(FeatureGFX11FullVGPRs)) in getTotalNumVGPRs()
1078 if (STI->getFeatureBits().test(FeatureGFX90AInsts)) in getAddressableNumVGPRs()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp70 return STI->getFeatureBits().test(C.Value); in matchAliasCondition()
72 return !STI->getFeatureBits().test(C.Value); in matchAliasCondition()
77 OrPredicateResult |= STI->getFeatureBits().test(C.Value); in matchAliasCondition()
81 OrPredicateResult |= !(STI->getFeatureBits().test(C.Value)); in matchAliasCondition()
H A DMCInstrInfo.cpp21 STI.getFeatureBits()[DeprecatedFeatures[Opcode]]) { in getDeprecatedInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp108 TM.getSubtargetImpl(*Caller)->getFeatureBits(); in areInlineCompatible()
110 TM.getSubtargetImpl(*Callee)->getFeatureBits(); in areInlineCompatible()
H A DWebAssemblyTargetMachine.cpp235 ->getFeatureBits(); in coalesceFeatures()
237 Features |= WasmTM->getSubtargetImpl(F)->getFeatureBits(); in coalesceFeatures()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp89 TargetABI = RISCVABI::computeTargetABI(TT, getFeatureBits(), ABIName); in initializeSubtargetDependencies()
90 RISCVFeatures::validate(TT, getFeatureBits()); in initializeSubtargetDependencies()
H A DRISCVAsmPrinter.cpp113 unsigned NOPBytes = STI->getFeatureBits()[RISCV::FeatureStdExtC] ? 2 : 4; in LowerSTACKMAP()
146 unsigned NOPBytes = STI->getFeatureBits()[RISCV::FeatureStdExtC] ? 2 : 4; in LowerPATCHPOINT()
168 unsigned NOPBytes = STI->getFeatureBits()[RISCV::FeatureStdExtC] ? 2 : 4; in LowerSTATEPOINT()
229 getSubtargetInfo().getFeatureBits()); in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCAsmPrinter.cpp53 getSubtargetInfo().getFeatureBits()); in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp558 llvm::FeatureBitset Features = X->getFeatureBits(); in createHexagonMCSubtargetInfo()
563 llvm::FeatureBitset Features = X->getFeatureBits(); in createHexagonMCSubtargetInfo()
567 X->setFeatureBits(completeHVXFeatures(X->getFeatureBits())); in createHexagonMCSubtargetInfo()
575 llvm::FeatureBitset Features = X->getFeatureBits(); in createHexagonMCSubtargetInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MCInstLower.cpp49 getSubtargetInfo().getFeatureBits()); in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRELFStreamer.cpp63 EFlags |= getEFlagsForFeatureSet(STI.getFeatureBits()); in AVRELFStreamer()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp51 NewSTI.setFeatureBits(MF.getSubtarget().getFeatureBits()); in runOnMachineFunction()
145 getSubtargetInfo().getFeatureBits()); in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp68 STI.hasFeature(RISCV::Feature64Bit), STI.getFeatureBits()); in emitTargetAttributes()
H A DRISCVAsmBackend.h36 RISCVFeatures::validate(STI.getTargetTriple(), STI.getFeatureBits()); in RISCVAsmBackend()
H A DRISCVELFStreamer.cpp36 const FeatureBitset &Features = STI.getFeatureBits(); in RISCVTargetELFStreamer()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp142 getSubtargetInfo().getFeatureBits()); in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchAsmPrinter.cpp34 MI->getOpcode(), getSubtargetInfo().getFeatureBits()); in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp960 if (!IC || !IC->haveFeatures(STI.getFeatureBits())) in printSysAlias()
972 if (!DC || !DC->haveFeatures(STI.getFeatureBits())) in printSysAlias()
983 if (!AT || !AT->haveFeatures(STI.getFeatureBits())) in printSysAlias()
995 if (!TLBI || !TLBI->haveFeatures(STI.getFeatureBits())) in printSysAlias()
1054 if (!TLBI || !TLBI->haveFeatures(STI.getFeatureBits())) in printSyspAlias()
1465 if (PRFM && PRFM->haveFeatures(STI.getFeatureBits())) { in printPrefetchOp()
1867 Reg->haveFeatures(STI.getFeatureBits())); in isValidSysReg()
1947 if (PStateImm15 && PStateImm15->haveFeatures(STI.getFeatureBits())) in printSystemPStateField()
1949 else if (PStateImm1 && PStateImm1->haveFeatures(STI.getFeatureBits())) in printSystemPStateField()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp153 getSubtargetInfo().getFeatureBits()); in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kAsmPrinter.cpp165 getSubtargetInfo().getFeatureBits()); in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1394 if (getFeatureBits().none()) { in AMDGPUAsmParser()
1519 return getFeatureBits()[AMDGPU::FeatureIntClamp]; in hasIntClamp()
1551 const FeatureBitset &getFeatureBits() const { in getFeatureBits() function in __anoneb28f2920111::AMDGPUAsmParser
1552 return getSTI().getFeatureBits(); in getFeatureBits()
2117 auto FB = AsmParser->getFeatureBits(); in isBoolReg()
4469 auto FB = getFeatureBits(); in validateVccOperand()
4577 auto FB = getFeatureBits(); in validateAGPRLdSt()
4588 auto FB = getFeatureBits(); in validateVGPRAlign()
4632 auto FB = getFeatureBits(); in validateBLGP()
4704 if (!getFeatureBits()[AMDGPU::FeatureGFX90AInsts]) in validateGWS()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h112 const FeatureBitset& getFeatureBits() const { return FeatureBits; } in getFeatureBits() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp199 getSubtargetInfo().getFeatureBits()); in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp260 getSubtargetInfo().getFeatureBits()); in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp193 getSubtargetInfo().getFeatureBits()); in emitInstruction()

123