Searched refs:isPrefix (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp504 static bool isPrefix(const IndicesVector &Prefix, const IndicesVector &Longer) { function
522 return Low != Set.end() && isPrefix(*Low, Indices);
541 if (isPrefix(*Low, ToMark))
554 while (Low != End && isPrefix(ToMark, *Low)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp355 static bool isPrefix(const MCInst &MI, const MCInstrInfo &MCII) { function
356 return X86II::isPrefix(MCII.get(MI.getOpcode()).TSFlags);
548 if (isPrefix(PrevInst, *MCII))
553 if (isPrefix(Inst, *MCII))
H A DX86BaseInfo.h965 inline bool isPrefix(uint64_t TSFlags) { function
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp209 bool isPrefix = true; local
215 while (isPrefix) {
312 isPrefix = false;
316 if (isPrefix)
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp363 if (!U->isIncrementOp() || U->isPrefix())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h289 bool isPrefix(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp574 !HexagonMCInstrInfo::isPrefix(MCII, MCI);
724 bool HexagonMCInstrInfo::isPrefix(MCInstrInfo const &MCII, MCInst const &MCI) { function in class:HexagonMCInstrInfo
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp520 result = buildSet(result.get(), opcLoc, UnaryOperator::isPrefix(opcode) &&
524 if (UnaryOperator::isPrefix(opcode) && !captureSetValueAsResult() &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h459 bool isPrefix() const { return Kind == Prefix; } function in struct:llvm::final
H A DX86AsmParser.cpp4067 if (Prefix.isPrefix()) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2175 /// isPrefix - Return true if this is a prefix operation, like --x.
2176 static bool isPrefix(Opcode Op) { function in class:clang::final::final
2180 bool isPrefix() const { return isPrefix(getOpcode()); } function in class:clang::final::final
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp3883 if (UnOp->isPrefix() && UnOp->isIncrementDecrementOp())
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c184571 int isPrefix; /* True if token ends with a "*" character */ member in struct:Fts3PhraseToken
187501 fts3SegReaderCursor( Fts3Table *p, int iLangid, int iIndex, int iLevel, const char *zTerm, int nTerm, int isPrefix, int isScan, Fts3MultiSegReader *pCsr ) argument
187575 sqlite3Fts3SegReaderCursor( Fts3Table *p, int iLangid, int iIndex, int iLevel, const char *zTerm, int nTerm, int isPrefix, int isScan, Fts3MultiSegReader *pCsr ) argument
187632 fts3TermSegReaderCursor( Fts3Cursor *pCsr, const char *zTerm, int nTerm, int isPrefix, Fts3MultiSegReader **ppSegcsr ) argument
197744 int isPrefix = (pCsr->pFilter->flags & FTS3_SEGMENT_PREFIX); local
[all...]

Completed in 1090 milliseconds