OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FalseOp
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h
269
unsigned &TrueOp, unsigned &
FalseOp
,
ARMBaseInstrInfo.cpp
[
all
...]
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
687
/// Result = SELECT Cond, TrueOp,
FalseOp
696
/// @param
FalseOp
Operand number of the value selected when Cond is false.
[
all
...]
/external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp
586
unsigned
FalseOp
= 0;
589
if (TII->analyzeSelect(MI, Cond, TrueOp,
FalseOp
, Optimizable))
[
all
...]
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
[
all
...]
Completed in 790 milliseconds