| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 708 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 D | MCInstPrinter.cpp | 70 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 D | MCInstrInfo.cpp | 21 STI.getFeatureBits()[DeprecatedFeatures[Opcode]]) { in getDeprecatedInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.cpp | 108 TM.getSubtargetImpl(*Caller)->getFeatureBits(); in areInlineCompatible() 110 TM.getSubtargetImpl(*Callee)->getFeatureBits(); in areInlineCompatible()
|
| H A D | WebAssemblyTargetMachine.cpp | 235 ->getFeatureBits(); in coalesceFeatures() 237 Features |= WasmTM->getSubtargetImpl(F)->getFeatureBits(); in coalesceFeatures()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.cpp | 89 TargetABI = RISCVABI::computeTargetABI(TT, getFeatureBits(), ABIName); in initializeSubtargetDependencies() 90 RISCVFeatures::validate(TT, getFeatureBits()); in initializeSubtargetDependencies()
|
| H A D | RISCVAsmPrinter.cpp | 113 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 D | ARCAsmPrinter.cpp | 53 getSubtargetInfo().getFeatureBits()); in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCTargetDesc.cpp | 558 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 D | R600MCInstLower.cpp | 49 getSubtargetInfo().getFeatureBits()); in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRELFStreamer.cpp | 63 EFlags |= getEFlagsForFeatureSet(STI.getFeatureBits()); in AVRELFStreamer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYAsmPrinter.cpp | 51 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 D | RISCVTargetStreamer.cpp | 68 STI.hasFeature(RISCV::Feature64Bit), STI.getFeatureBits()); in emitTargetAttributes()
|
| H A D | RISCVAsmBackend.h | 36 RISCVFeatures::validate(STI.getTargetTriple(), STI.getFeatureBits()); in RISCVAsmBackend()
|
| H A D | RISCVELFStreamer.cpp | 36 const FeatureBitset &Features = STI.getFeatureBits(); in RISCVTargetELFStreamer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFAsmPrinter.cpp | 142 getSubtargetInfo().getFeatureBits()); in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchAsmPrinter.cpp | 34 MI->getOpcode(), getSubtargetInfo().getFeatureBits()); in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 960 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 D | MSP430AsmPrinter.cpp | 153 getSubtargetInfo().getFeatureBits()); in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kAsmPrinter.cpp | 165 getSubtargetInfo().getFeatureBits()); in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1394 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 D | MCSubtargetInfo.h | 112 const FeatureBitset& getFeatureBits() const { return FeatureBits; } in getFeatureBits() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiAsmPrinter.cpp | 199 getSubtargetInfo().getFeatureBits()); in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreAsmPrinter.cpp | 260 getSubtargetInfo().getFeatureBits()); in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRAsmPrinter.cpp | 193 getSubtargetInfo().getFeatureBits()); in emitInstruction()
|