Home
last modified time | relevance | path

Searched defs:FalseVal (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp505 foldSelectIntoOp(SelectInst & SI,Value * TrueVal,Value * FalseVal) foldSelectIntoOp() argument
510 __anon50ac9f250202(SelectInst &SI, Value *TrueVal, Value *FalseVal, bool Swapped) foldSelectIntoOp() argument
657 foldSelectICmpLshrAshr(const ICmpInst * IC,Value * TrueVal,Value * FalseVal,InstCombiner::BuilderTy & Builder) foldSelectICmpLshrAshr() argument
712 foldSelectICmpAndBinOp(const ICmpInst * IC,Value * TrueVal,Value * FalseVal,InstCombiner::BuilderTy & Builder) foldSelectICmpAndBinOp() argument
845 auto *FalseVal = SI.getFalseValue(); foldSelectZeroOrMul() local
889 canonicalizeSaturatedSubtract(const ICmpInst * ICI,const Value * TrueVal,const Value * FalseVal,InstCombiner::BuilderTy & Builder) canonicalizeSaturatedSubtract() argument
1076 foldSelectCtlzToCttz(ICmpInst * ICI,Value * TrueVal,Value * FalseVal,InstCombiner::BuilderTy & Builder) foldSelectCtlzToCttz() argument
1118 foldSelectCttzCtlz(ICmpInst * ICI,Value * TrueVal,Value * FalseVal,InstCombiner::BuilderTy & Builder) foldSelectCttzCtlz() argument
1174 canonicalizeSPF(ICmpInst & Cmp,Value * TrueVal,Value * FalseVal,InstCombinerImpl & IC) canonicalizeSPF() argument
1270 Value *TrueVal = Sel.getTrueValue(), *FalseVal = Sel.getFalseValue(); foldSelectValueEquivalence() local
1705 Value *FalseVal = SI.getFalseValue(); foldSelectInstWithICmp() local
1883 Value *FalseVal = SI.getFalseValue(); foldAddSubSelect() local
1958 Value *FalseVal = SI.getFalseValue(); foldOverflowingAddSubSelect() local
1972 Value *TrueVal, *FalseVal, *Op; foldOverflowingAddSubSelect() local
2582 Value *FalseVal = SI.getFalseValue(); foldSelectWithSRem() local
2633 Value *TrueVal = Sel.getTrueValue(), *FalseVal = Sel.getFalseValue(); foldSelectWithFrozenICmp() local
2855 Value *FalseVal = nullptr; global() member
2940 Value *FalseVal = SI.getFalseValue(); foldSelectOfBools() local
3300 Value *FalseVal = SI.getFalseValue(); foldBitCeil() local
3348 matchFMulByZeroIfResultEqZero(InstCombinerImpl & IC,Value * Cmp0,Value * Cmp1,Value * TrueVal,Value * FalseVal,Instruction & CtxI,bool SelectIsNSZ) matchFMulByZeroIfResultEqZero() argument
3366 Value *FalseVal = SI.getFalseValue(); visitSelectInst() local
[all...]
H A DInstCombineShifts.cpp590 Value *FalseVal = SI->getFalseValue(); canEvaluateShifted() local
840 Value *FalseVal; FoldShiftByConstant() local
H A DInstructionCombining.cpp1005 Value *A, *CondVal, *TrueVal, *FalseVal; foldBinOpOfSelectAndCastOfSelectCondition() local
1233 Value *FalseVal = LHSInst->getOperand(2); matchSymmetricPair() local
H A DInstCombineAddSub.cpp2471 Value *Cond, *TrueVal, *FalseVal; visitSub() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp38 bool FalseVal = false; in consume() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp136 extractBranchWeights(const Instruction & I,uint64_t & TrueVal,uint64_t & FalseVal) extractBranchWeights() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h59 FalseVal, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp436 Metadata *FalseVal = DisableAllLoopOptsOnLoop() local
H A DSimplifyCFG.cpp3582 Value *FalseVal = PN->getIncomingValueForBlock(IfFalse); FoldTwoEntryPHINode() local
4632 ConstantInt *FalseVal = dyn_cast<ConstantInt>(Select->getFalseValue()); SimplifySwitchOnSelect() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp83 foldSelectWithBinaryOp(Value * Cond,Value * TrueVal,Value * FalseVal) foldSelectWithBinaryOp() argument
4466 simplifySelectBitTest(Value * TrueVal,Value * FalseVal,Value * X,const APInt * Y,bool TrueWhenUnset) simplifySelectBitTest() argument
4583 simplifySelectWithFakeICmpEq(Value * CmpLHS,Value * CmpRHS,ICmpInst::Predicate Pred,Value * TrueVal,Value * FalseVal) simplifySelectWithFakeICmpEq() argument
4596 simplifySelectWithICmpEq(Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal,const SimplifyQuery & Q,unsigned MaxRecurse) simplifySelectWithICmpEq() argument
4614 simplifySelectWithICmpCond(Value * CondVal,Value * TrueVal,Value * FalseVal,const SimplifyQuery & Q,unsigned MaxRecurse) simplifySelectWithICmpCond() argument
4769 simplifySelectInst(Value * Cond,Value * TrueVal,Value * FalseVal,const SimplifyQuery & Q,unsigned MaxRecurse) simplifySelectInst() argument
4946 simplifySelectInst(Value * Cond,Value * TrueVal,Value * FalseVal,const SimplifyQuery & Q) simplifySelectInst() argument
[all...]
H A DIVDescriptors.cpp735 Value *FalseVal = SI->getFalseValue(); isConditionalRdxPattern() local
H A DValueTracking.cpp7358 matchFastFloatClamp(CmpInst::Predicate Pred,Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal,Value * & LHS,Value * & RHS) matchFastFloatClamp() argument
7412 matchClamp(CmpInst::Predicate Pred,Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal) matchClamp() argument
7557 matchMinMax(CmpInst::Predicate Pred,Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal,Value * & LHS,Value * & RHS,unsigned Depth) matchMinMax() argument
7648 matchSelectPattern(CmpInst::Predicate Pred,FastMathFlags FMF,Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal,Value * & LHS,Value * & RHS,unsigned Depth) matchSelectPattern() argument
7959 Value *FalseVal = SI->getFalseValue(); matchSelectPattern() local
7966 matchDecomposedSelectPattern(CmpInst * CmpI,Value * TrueVal,Value * FalseVal,Value * & LHS,Value * & RHS,Instruction::CastOps * CastOp,unsigned Depth) matchDecomposedSelectPattern() argument
[all...]
H A DLazyValueInfo.cpp856 ValueLatticeElement &FalseVal = *OptFalseVal; solveBlockValueSelect() local
[all...]
H A DInlineCost.cpp2364 Value *FalseVal = SI.getFalseValue(); visitSelectInst() local
H A DScalarEvolution.cpp6076 createNodeForSelectOrPHIInstWithICmpInstCond(Type * Ty,ICmpInst * Cond,Value * TrueVal,Value * FalseVal) createNodeForSelectOrPHIInstWithICmpInstCond() argument
6214 createNodeForSelectViaUMinSeq(ScalarEvolution * SE,Value * Cond,Value * TrueVal,Value * FalseVal) createNodeForSelectViaUMinSeq() argument
6225 createNodeForSelectOrPHIViaUMinSeq(Value * V,Value * Cond,Value * TrueVal,Value * FalseVal) createNodeForSelectOrPHIViaUMinSeq() argument
6244 createNodeForSelectOrPHI(Value * V,Value * Cond,Value * TrueVal,Value * FalseVal) createNodeForSelectOrPHI() argument
7146 const APInt *TrueVal, *FalseVal; getRangeViaFactoring() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp900 extractBranchWeights(const SelectOptimizeImpl::SelectLike SI,uint64_t & TrueVal,uint64_t & FalseVal) extractBranchWeights() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1433 SDValue FalseVal = combineSelectAndUse() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2458 SDValue FalseVal = DAG.getNode(ISD::OR, dl, VT, Tmp1, Tmp2); LowerShiftRightParts() local
2518 SDValue FalseVal = DAG.getNode(ISD::OR, dl, VT, Tmp1, Tmp2); LowerShiftLeftParts() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp2695 SDValue FalseVal = GetPromotedFloat(N->getOperand(2)); PromoteFloatRes_SELECT() local
2705 SDValue FalseVal = GetPromotedFloat(N->getOperand(3)); PromoteFloatRes_SELECT_CC() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1682 Value *FalseVal = I.getFalseValue(); visitSelectInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp884 Constant *FalseVal = getKnownConstant(SI->getFalseValue(), Preference); computeValueKnownInPredecessorsImpl() local
H A DGVN.cpp2610 Value *FalseVal = ConstantInt::getFalse(FalseSucc->getContext()); processInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5235 getCMOV(const SDLoc & dl,EVT VT,SDValue FalseVal,SDValue TrueVal,SDValue ARMcc,SDValue CCR,SDValue Cmp,SelectionDAG & DAG) const getCMOV() argument
5276 isLowerSaturate(const SDValue LHS,const SDValue RHS,const SDValue TrueVal,const SDValue FalseVal,const ISD::CondCode CC,const SDValue K) isLowerSaturate() argument
5374 SDValue FalseVal = Op.getOperand(3); isLowerSaturatingConditional() local
5444 SDValue FalseVal = Op.getOperand(3); LowerSELECT_CC() local
12588 SDValue FalseVal = DAG.getNode(N->getOpcode(), SDLoc(N), VT, combineSelectAndUse() local
13203 SDValue FalseVal; PerformSELECTCombine() local
18368 SDValue FalseVal = N->getOperand(0); PerformCMOVCombine() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5127 Value *TrueVal, *FalseVal, *Cond; parseFunctionBody() local
5148 Value *TrueVal, *FalseVal, *Cond; parseFunctionBody() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2687 SDValue FalseVal = Op.getOperand(3); LowerSELECT_CC() local

12