OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Optimizable
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp
401
bool
Optimizable
= false;
403
if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp,
Optimizable
))
405
if (!
Optimizable
)
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
429
///
Optimizable
.
435
/// @param
Optimizable
Returned as true if MI is
optimizable
.
440
bool &
Optimizable
) const {
446
/// analyzeSelect and returned
Optimizable
= true, attempt to optimize MI by
455
/// @param MI
Optimizable
select instruction.
460
// This function must be implemented if
Optimizable
is ever set.
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h
209
bool &
Optimizable
) const;
ARMBaseInstrInfo.cpp
[
all
...]
Completed in 68 milliseconds