Searched refs:FalseOp (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 117 unsigned &FalseOp, bool &Optimizable) const override;
|
D | LanaiInstrInfo.cpp | 442 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 451 FalseOp = 2; in analyzeSelect()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 941 Operand *FalseOp = getFalseOperand(); in dump() local 946 Str << ", " << FalseOp->getType() << " "; in dump() 947 FalseOp->dump(Func); in dump()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 267 unsigned &FalseOp, bool &Optimizable) const override;
|
D | ARMBaseInstrInfo.cpp | 1866 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument 1877 FalseOp = 2; in analyzeSelect()
|
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 585 unsigned FalseOp = 0; in optimizeSelect() local 588 if (TII->analyzeSelect(*MI, Cond, TrueOp, FalseOp, Optimizable)) in optimizeSelect()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 738 unsigned &TrueOp, unsigned &FalseOp, in analyzeSelect() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2412 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/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 27193 SDValue FalseOp = N->getOperand(0); in combineCMov() local 27205 return (CC == X86::COND_E) ? FalseOp : TrueOp; in combineCMov() 27212 if (FalseOp.getValueType() != MVT::f80 || hasFPCMov(CC)) { in combineCMov() 27213 SDValue Ops[] = {FalseOp, TrueOp, DAG.getConstant(CC, DL, MVT::i8), in combineCMov() 27223 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) { in combineCMov() 27229 std::swap(TrueOp, FalseOp); in combineCMov() 27337 CmpAgainst == dyn_cast<ConstantSDNode>(FalseOp)) { in combineCMov() 27339 std::swap(TrueOp, FalseOp); in combineCMov() 27344 SDValue Ops[] = { FalseOp, Cond.getOperand(0), in combineCMov() 27374 std::swap(FalseOp, TrueOp); in combineCMov() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12891 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()
|