Home
last modified time | relevance | path

Searched defs:isPrefix (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp222 bool isPrefix = true; in readPrefixes() local
/llvm-project/flang/lib/Parser/
H A Dprescan.cpp430 bool isPrefix{j == n || !IsLegalInIdentifier(str[j])}; // prefix is END EnforceStupidEndStatementRules() local
/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h511 bool isPrefix() const { return Kind == Prefix; } isPrefix() function
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp270 static bool isPrefix(unsigned Opcode, const MCInstrInfo &MCII) { isPrefix() function
H A DX86BaseInfo.h879 inline bool isPrefix(uint64_t TSFlags) { isPrefix() function
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp739 bool HexagonMCInstrInfo::isPrefix(MCInstrInfo const &MCII, MCInst const &MCI) { in isPrefix() function in HexagonMCInstrInfo
/llvm-project/clang/include/clang/AST/
H A DExpr.h2267 static bool isPrefix(Opcode Op) { isPrefix() function
2271 bool isPrefix() const { return isPrefix(getOpcode()); } isPrefix() function