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

/external/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp442 unsigned &TrueOp, unsigned &FalseOp,
451 FalseOp = 2;
440 analyzeSelect(const MachineInstr &MI, SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp, unsigned &FalseOp, bool &Optimizable) const argument
/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp585 unsigned FalseOp = 0; local
588 if (TII->analyzeSelect(*MI, Cond, TrueOp, FalseOp, Optimizable))
/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp941 Operand *FalseOp = getFalseOperand(); local
946 Str << ", " << FalseOp->getType() << " ";
947 FalseOp->dump(Func);
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h724 /// Result = SELECT Cond, TrueOp, FalseOp
733 /// @param FalseOp Operand number of the value selected when Cond is false.
738 unsigned &TrueOp, unsigned &FalseOp,
757 /// @param PreferFalse Try to optimize FalseOp instead of TrueOp.
736 analyzeSelect(const MachineInstr &MI, SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp, unsigned &FalseOp, bool &Optimizable) const argument
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1866 unsigned &TrueOp, unsigned &FalseOp,
1877 FalseOp = 2;
1864 analyzeSelect(const MachineInstr &MI, SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp, unsigned &FalseOp, bool &Optimizable) const argument

Completed in 224 milliseconds