Searched refs:isPrefix (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86AsmBackend.cpp | 270 static bool isPrefix(unsigned Opcode, const MCInstrInfo &MCII) { in isPrefix() function 271 return X86II::isPrefix(MCII.get(Opcode).TSFlags); in isPrefix() 458 if (isPrefix(PrevInstOpcode, *MCII)) in canPadInst() 463 if (isPrefix(Inst.getOpcode(), *MCII)) in canPadInst()
|
| H A D | X86BaseInfo.h | 879 inline bool isPrefix(uint64_t TSFlags) { in isPrefix() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86Disassembler.cpp | 222 bool isPrefix = true; in readPrefixes() local 228 while (isPrefix) { in readPrefixes() 328 isPrefix = false; in readPrefixes() 332 if (isPrefix) in readPrefixes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCInstrInfo.h | 298 bool isPrefix(MCInstrInfo const &MCII, MCInst const &MCI);
|
| H A D | HexagonMCInstrInfo.cpp | 589 !HexagonMCInstrInfo::isPrefix(MCII, MCI); in isCanon() 739 bool HexagonMCInstrInfo::isPrefix(MCInstrInfo const &MCII, MCInst const &MCI) { in isPrefix() function in HexagonMCInstrInfo
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 527 result = buildSet(result.get(), opcLoc, UnaryOperator::isPrefix(opcode) && in buildIncDecOperation() 531 if (UnaryOperator::isPrefix(opcode) && !captureSetValueAsResult() && in buildIncDecOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86Operand.h | 511 bool isPrefix() const { return Kind == Prefix; } in isPrefix() function
|
| H A D | X86AsmParser.cpp | 4045 if (Prefix.isPrefix()) { in getPrefixes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 2267 static bool isPrefix(Opcode Op) { in isPrefix() function 2271 bool isPrefix() const { return isPrefix(getOpcode()); } in isPrefix() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 4143 if (UnOp->isPrefix() && UnOp->isIncrementDecrementOp()) in getSourceBitField()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 189113 int isPrefix; /* True if token ends with a "*" character */ 192054 int isPrefix, /* True for a prefix search */ 192070 rc = sqlite3Fts3SegReaderPending(p, iIndex, zTerm, nTerm, isPrefix||isScan, &pSeg); 192094 sqlite3_int64 *pi = (isPrefix ? &iLeavesEndBlock : 0); 192097 if( isPrefix==0 && isScan==0 ) iLeavesEndBlock = iStartBlock; 192101 (isPrefix==0 && isScan==0), 192128 int isPrefix, /* True for a prefix search */ 192139 assert( isPrefix==0 || isScan==0 ); 192143 p, iLangid, iIndex, iLevel, zTerm, nTerm, isPrefix, isScan, pCsr 192182 int isPrefix, /* True for a prefix search */ [all …]
|