Searched defs:FalseOp (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp400 unsigned FalseOp = 0; local
403 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable))
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h418 /// Result = SELECT Cond, TrueOp, FalseOp
427 /// @param FalseOp Operand number of the value selected when Cond is false.
432 unsigned &TrueOp, unsigned &FalseOp,
449 /// @param PreferFalse Try to optimize FalseOp instead of TrueOp.
430 analyzeSelect(const MachineInstr *MI, SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp, unsigned &FalseOp, bool &Optimizable) const argument
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1661 unsigned &TrueOp, unsigned &FalseOp,
1672 FalseOp = 2;
1659 analyzeSelect(const MachineInstr *MI, SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp, unsigned &FalseOp, bool &Optimizable) const argument

Completed in 9175 milliseconds