Home
last modified time | relevance | path

Searched refs:FalseOp (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h117 unsigned &FalseOp, bool &Optimizable) const override;
DLanaiInstrInfo.cpp442 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
451 FalseOp = 2; in analyzeSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h119 unsigned &FalseOp, bool &Optimizable) const override;
DLanaiInstrInfo.cpp441 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
450 FalseOp = 2; in analyzeSelect()
/external/swiftshader/third_party/subzero/src/
DIceInst.cpp941 Operand *FalseOp = getFalseOperand(); in dump() local
946 Str << ", " << FalseOp->getType() << " "; in dump()
947 FalseOp->dump(Func); in dump()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h267 unsigned &FalseOp, bool &Optimizable) const override;
DARMBaseInstrInfo.cpp1866 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
1877 FalseOp = 2; in analyzeSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h298 unsigned &FalseOp, bool &Optimizable) const override;
DARMBaseInstrInfo.cpp2067 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
2078 FalseOp = 2; in analyzeSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1755 auto *FalseOp = dyn_cast<ConstantSDNode>(Node->getOperand(1)); in expandSelectBoolean() local
1756 if (!TrueOp || !FalseOp) in expandSelectBoolean()
1758 if (FalseOp->getZExtValue() != 0) in expandSelectBoolean()
DSystemZISelLowering.cpp2573 SDValue FalseOp = Op.getOperand(3); in lowerSELECT_CC() local
2587 if (isAbsolute(C.Op0, TrueOp, FalseOp)) in lowerSELECT_CC()
2589 if (isAbsolute(C.Op0, FalseOp, TrueOp)) in lowerSELECT_CC()
2590 return getAbsolute(DAG, DL, FalseOp, C.CCMask & SystemZ::CCMASK_CMP_GT); in lowerSELECT_CC()
2594 SDValue Ops[] = {TrueOp, FalseOp, DAG.getConstant(C.CCValid, DL, MVT::i32), in lowerSELECT_CC()
5257 auto *FalseOp = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in combineZERO_EXTEND() local
5258 if (TrueOp && FalseOp) { in combineZERO_EXTEND()
5261 DAG.getConstant(FalseOp->getZExtValue(), DL, VT), in combineZERO_EXTEND()
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp585 unsigned FalseOp = 0; in optimizeSelect() local
588 if (TII->analyzeSelect(*MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp630 unsigned FalseOp = 0; in optimizeSelect() local
633 if (TII->analyzeSelect(MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h738 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h806 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2412 SDValue FalseOp = Op.getOperand(3); in lowerSELECT_CC() local
2426 if (isAbsolute(C.Op0, TrueOp, FalseOp)) in lowerSELECT_CC()
2428 if (isAbsolute(C.Op0, FalseOp, TrueOp)) in lowerSELECT_CC()
2429 return getAbsolute(DAG, DL, FalseOp, C.CCMask & SystemZ::CCMASK_CMP_GT); in lowerSELECT_CC()
2437 auto *FalseC = dyn_cast<ConstantSDNode>(FalseOp); in lowerSELECT_CC()
2457 SDValue Ops[] = {TrueOp, FalseOp, DAG.getConstant(C.CCValid, DL, MVT::i32), in lowerSELECT_CC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp33273 SDValue FalseOp = N->getOperand(0); in combineCMov() local
33281 if (FalseOp.getValueType() != MVT::f80 || hasFPCMov(CC)) { in combineCMov()
33282 SDValue Ops[] = {FalseOp, TrueOp, DAG.getConstant(CC, DL, MVT::i8), in combineCMov()
33292 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) { in combineCMov()
33298 std::swap(TrueOp, FalseOp); in combineCMov()
33396 CmpAgainst == dyn_cast<ConstantSDNode>(FalseOp)) { in combineCMov()
33398 std::swap(TrueOp, FalseOp); in combineCMov()
33403 SDValue Ops[] = { FalseOp, Cond.getOperand(0), in combineCMov()
33433 std::swap(FalseOp, TrueOp); in combineCMov()
33438 SDValue LOps[] = {FalseOp, TrueOp, DAG.getConstant(CC0, DL, MVT::i8), in combineCMov()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp12891 SDValue FalseOp = N->getOperand(0); in PerformCMOVCombine() local
12902 return (CC == X86::COND_E) ? FalseOp : TrueOp; in PerformCMOVCombine()
12910 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) { in PerformCMOVCombine()