| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 504 static bool isPrefix(const IndicesVector &Prefix, const IndicesVector &Longer) { in isPrefix() function 522 return Low != Set.end() && isPrefix(*Low, Indices); in prefixIn() 541 if (isPrefix(*Low, ToMark)) in markIndicesSafe() 554 while (Low != End && isPrefix(ToMark, *Low)) { in markIndicesSafe()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 355 static bool isPrefix(const MCInst &MI, const MCInstrInfo &MCII) { in isPrefix() function 356 return X86II::isPrefix(MCII.get(MI.getOpcode()).TSFlags); in isPrefix() 548 if (isPrefix(PrevInst, *MCII)) in canPadInst() 553 if (isPrefix(Inst, *MCII)) in canPadInst()
|
| H A D | X86BaseInfo.h | 965 inline bool isPrefix(uint64_t TSFlags) { in isPrefix() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86Disassembler.cpp | 209 bool isPrefix = true; in readPrefixes() local 215 while (isPrefix) { in readPrefixes() 312 isPrefix = false; in readPrefixes() 316 if (isPrefix) in readPrefixes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCInstrInfo.h | 289 bool isPrefix(MCInstrInfo const &MCII, MCInst const &MCI);
|
| H A D | HexagonMCInstrInfo.cpp | 574 !HexagonMCInstrInfo::isPrefix(MCII, MCI); in isCanon() 724 bool HexagonMCInstrInfo::isPrefix(MCInstrInfo const &MCII, MCInst const &MCI) { in isPrefix() function in HexagonMCInstrInfo
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 363 if (!U->isIncrementOp() || U->isPrefix()) in observeStmt()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86Operand.h | 459 bool isPrefix() const { return Kind == Prefix; } in isPrefix() function
|
| H A D | X86AsmParser.cpp | 4067 if (Prefix.isPrefix()) { in getPrefixes()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 520 result = buildSet(result.get(), opcLoc, UnaryOperator::isPrefix(opcode) && in buildIncDecOperation() 524 if (UnaryOperator::isPrefix(opcode) && !captureSetValueAsResult() && in buildIncDecOperation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Expr.h | 2176 static bool isPrefix(Opcode Op) { in isPrefix() function 2180 bool isPrefix() const { return isPrefix(getOpcode()); } in isPrefix() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Expr.cpp | 3883 if (UnOp->isPrefix() && UnOp->isIncrementDecrementOp()) in getSourceBitField()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | CommandLine.rst | 1229 if (getOption(Input).isPrefix())
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 184571 int isPrefix; /* True if token ends with a "*" character */ 187508 int isPrefix, /* True for a prefix search */ 187524 rc = sqlite3Fts3SegReaderPending(p, iIndex, zTerm, nTerm, isPrefix||isScan, &pSeg); 187548 sqlite3_int64 *pi = (isPrefix ? &iLeavesEndBlock : 0); 187551 if( isPrefix==0 && isScan==0 ) iLeavesEndBlock = iStartBlock; 187555 (isPrefix==0 && isScan==0), 187582 int isPrefix, /* True for a prefix search */ 187593 assert( isPrefix==0 || isScan==0 ); 187597 p, iLangid, iIndex, iLevel, zTerm, nTerm, isPrefix, isScan, pCsr 187636 int isPrefix, /* True for a prefix search */ [all …]
|