OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInsertSubregLike
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h
399
bool
isInsertSubregLike
() const { return Flags & (1ULL << MCID::InsertSubreg); }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PeepholeOptimizer.cpp
253
(MI.isRegSequenceLike() || MI.
isInsertSubregLike
() ||
1092
if (MI.isBitcast() || MI.isRegSequenceLike() || MI.
isInsertSubregLike
() ||
1924
assert((Def->isInsertSubreg() || Def->
isInsertSubregLike
()) &&
2067
if (Def->isInsertSubreg() || Def->
isInsertSubregLike
())
TargetInstrInfo.cpp
1339
MI.
isInsertSubregLike
()) && "Instruction do not have the proper type");
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h
983
bool
isInsertSubregLike
(QueryType Type = IgnoreBundle) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
5390
assert(MI.
isInsertSubregLike
() && "Invalid kind of instruction");
Completed in 29 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026