Home
last modified time | relevance | path

Searched defs:FeatureBits (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp111 if (TT.isArch64Bit() && !FeatureBits[RISCV::Feature64Bit]) in validate() argument
38 computeTargetABI(const Triple & TT,const FeatureBitset & FeatureBits,StringRef ABIName) computeTargetABI() argument
122 parseFeatureBits(bool IsRV64,const FeatureBitset & FeatureBits) parseFeatureBits() argument
[all...]
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchBaseInfo.cpp72 ABI computeTargetABI(const Triple &TT, const FeatureBitset &FeatureBits, in computeTargetABI() argument
/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h92 FeatureBitset FeatureBits; // Feature bits for current CPU + FS global() variable
/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp1084 __anond56891b00102(StringRef FeatString, std::vector<std::string> &Features, llvm::AArch64::ExtensionSet &FeatureBits) parseTargetAttr() argument
1103 llvm::AArch64::ExtensionSet FeatureBits; parseTargetAttr() local
[all...]
/llvm-project/llvm/lib/Target/CSKY/Disassembler/
H A DCSKYDisassembler.cpp215 const FeatureBitset &FeatureBits = in DecodeGPRPairRegisterClass() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp164 FeatureBitset FeatureBits = getFeatureBits(); initializeSubtargetDependencies() local
/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp922 const FeatureBitset &FeatureBits = getSubtargetInfo().getFeatureBits(); AddThumbPredicate() local
2550 const FeatureBitset &FeatureBits = Dis->getSubtargetInfo().getFeatureBits(); DecodeHINTInstruction() local
2795 const FeatureBitset &FeatureBits = Dis->getSubtargetInfo().getFeatureBits(); DecodeSETPANInstruction() local
4834 const FeatureBitset &FeatureBits = DecodeThumbTableBranch() local
4979 const FeatureBitset &FeatureBits = DecodeMSRMask() local
[all...]
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp912 const FeatureBitset &FeatureBits = STI.getFeatureBits(); printMSRMaskOperand() local
/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp267 FeatureBitset FeatureBits = FeatureBitStack.pop_back_val(); popFeatureBits() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp5423 const FeatureBitset &FeatureBits = Subtarget->getFeatureBits(); getMClassRegisterMask() local
/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp473 FeatureBits &= ~MipsAssemblerOptions::AllArchRelatedMask; in selectArch() local
[all...]