Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp222 bool isPrefix = true; in readPrefixes() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h511 bool isPrefix() const { return Kind == Prefix; } in isPrefix() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp270 static bool isPrefix(unsigned Opcode, const MCInstrInfo &MCII) { in isPrefix() function
H A DX86BaseInfo.h879 inline bool isPrefix(uint64_t TSFlags) { in isPrefix() function
/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2267 static bool isPrefix(Opcode Op) { in isPrefix() function
2271 bool isPrefix() const { return isPrefix(getOpcode()); } in isPrefix() function