Home
last modified time | relevance | path

Searched defs:MissingFeatures (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h26 struct MissingFeatures { struct
28 static bool addressSpace() { return false; } in addressSpace()
31 static bool cgfSymbolTable() { return false; } in cgfSymbolTable()
34 static bool opGlobalThreadLocal() { return false; } in opGlobalThreadLocal()
35 static bool opGlobalConstant() { return false; } in opGlobalConstant()
36 static bool opGlobalWeakRef() { return false; } in opGlobalWeakRef()
37 static bool opGlobalUnnamedAddr() { return false; } in opGlobalUnnamedAddr()
38 static bool opGlobalSection() { return false; } in opGlobalSection()
39 static bool opGlobalVisibility() { return false; } in opGlobalVisibility()
40 static bool opGlobalDLLImportExport() { return false; } in opGlobalDLLImportExport()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp141 uint64_t &ErrorInfo, FeatureBitset &MissingFeatures, in MatchInstruction()
4218 const FeatureBitset &MissingFeatures, in ErrorMissingFeature()
4283 FeatureBitset MissingFeatures; in matchAndEmitATTInstruction() local
4531 FeatureBitset MissingFeatures; in matchAndEmitIntelInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h223 static NearMissInfo getMissedFeature(const FeatureBitset &MissingFeatures) { in getMissedFeature()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1156 FeatureBitset MissingFeatures; in matchAndEmitInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp665 FeatureBitset MissingFeatures; in matchAndEmitInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp1656 FeatureBitset MissingFeatures; in matchAndEmitInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1598 FeatureBitset MissingFeatures; in matchAndEmitInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1384 FeatureBitset MissingFeatures; in matchAndEmitInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6685 FeatureBitset MissingFeatures; in matchAndEmitInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12838 const FeatureBitset &MissingFeatures = I.getFeatures(); in FilterNearMisses() local