HomeSort by: relevance | last modified time | path
    Searched refs:FalseOp (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiInstrInfo.h 115 // Result = SELECT Cond, TrueOp, FalseOp
121 unsigned &FalseOp, bool &Optimizable) const override;
LanaiInstrInfo.cpp 440 unsigned &TrueOp, unsigned &FalseOp,
449 FalseOp = 2;
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 1874 auto *FalseOp = dyn_cast<ConstantSDNode>(Node->getOperand(1));
1875 if (!TrueOp || !FalseOp)
1877 if (FalseOp->getZExtValue() != 0)
SystemZISelLowering.cpp 2995 SDValue FalseOp = Op.getOperand(3);
3009 if (isAbsolute(C.Op0, TrueOp, FalseOp))
3011 if (isAbsolute(C.Op0, FalseOp, TrueOp))
3012 return getAbsolute(DAG, DL, FalseOp, C.CCMask & SystemZ::CCMASK_CMP_GT);
3016 SDValue Ops[] = {TrueOp, FalseOp,
5872 auto *FalseOp = dyn_cast<ConstantSDNode>(N0.getOperand(1));
5873 if (TrueOp && FalseOp) {
5876 DAG.getConstant(FalseOp->getZExtValue(), DL, VT),
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 634 unsigned FalseOp = 0;
637 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable))
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 897 /// Result = SELECT Cond, TrueOp, FalseOp
906 /// @param FalseOp Operand number of the value selected when Cond is false.
911 unsigned &TrueOp, unsigned &FalseOp,
930 /// @param PreferFalse Try to optimize FalseOp instead of TrueOp.
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 305 unsigned &FalseOp, bool &Optimizable) const override;
ARMBaseInstrInfo.cpp 2309 unsigned &TrueOp, unsigned &FalseOp,
2320 FalseOp = 2;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 42 milliseconds