OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isUse
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.cpp
46
bool Operand::
isUse
() const { return !IsDef; }
177
if (Op.
isUse
())
181
if (Op.
isUse
() && Op.isImplicit())
260
if (Op.
isUse
())
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOperand.h
370
bool
isUse
() const {
460
return !isUndef() && !isInternalRead() && (
isUse
() || getSubReg());
RDFGraph.h
542
bool
isUse
() const {
798
static bool
IsUse
(const NodeAddr<NodeBase*> BA) {
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
3404
bool
isUse
= HandleUse(I, Pat, InstInputs);
3405
if (!
isUse
&& Pat->getTransformFn())
3436
bool
isUse
= HandleUse(I, Pat, InstInputs);
3438
if (!
isUse
&& Pat->getTransformFn())
Completed in 21 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026