Searched refs:FalseOp (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h115 // Result = SELECT Cond, TrueOp, FalseOp
121 unsigned &FalseOp, bool &Optimizable) const override;
H A DLanaiInstrInfo.cpp440 unsigned &TrueOp, unsigned &FalseOp,
449 FalseOp = 2;
438 analyzeSelect(const MachineInstr &MI, SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp, unsigned &FalseOp, bool &Optimizable) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1874 auto *FalseOp = dyn_cast<ConstantSDNode>(Node->getOperand(1)); local
1875 if (!TrueOp || !FalseOp)
1877 if (FalseOp->getZExtValue() != 0)
H A DSystemZISelLowering.cpp2995 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)); local
5873 if (TrueOp && FalseOp) {
5876 DAG.getConstant(FalseOp->getZExtValue(), DL, VT),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp634 unsigned FalseOp = 0; local
637 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable))
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h897 /// 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.
909 analyzeSelect(const MachineInstr &MI, SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp, unsigned &FalseOp, bool &Optimizable) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h305 unsigned &FalseOp, bool &Optimizable) const override;
H A DARMBaseInstrInfo.cpp2309 unsigned &TrueOp, unsigned &FalseOp,
2320 FalseOp = 2;
2307 analyzeSelect(const MachineInstr &MI, SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp, unsigned &FalseOp, bool &Optimizable) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 402 milliseconds