Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp504 static bool isPrefix(const IndicesVector &Prefix, const IndicesVector &Longer) { in isPrefix() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp209 bool isPrefix = true; in readPrefixes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h459 bool isPrefix() const { return Kind == Prefix; } in isPrefix() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h965 inline bool isPrefix(uint64_t TSFlags) { in isPrefix() function
H A DX86AsmBackend.cpp355 static bool isPrefix(const MCInst &MI, const MCInstrInfo &MCII) { in isPrefix() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp724 bool HexagonMCInstrInfo::isPrefix(MCInstrInfo const &MCII, MCInst const &MCI) { in isPrefix() function in HexagonMCInstrInfo
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2176 static bool isPrefix(Opcode Op) { in isPrefix() function
2180 bool isPrefix() const { return isPrefix(getOpcode()); } in isPrefix() function