Home
last modified time | relevance | path

Searched defs:TrueVal (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp431 Instruction *InstCombinerImpl::foldSelectIntoOp(SelectInst &SI, Value *TrueVal, in foldSelectIntoOp()
548 static Value *foldSelectICmpLshrAshr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpLshrAshr()
596 static Value *foldSelectICmpAndOr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpAndOr()
722 const Value *TrueVal, in canonicalizeSaturatedSubtract()
854 static Instruction *foldSelectCtlzToCttz(ICmpInst *ICI, Value *TrueVal, in foldSelectCtlzToCttz()
893 static Value *foldSelectCttzCtlz(ICmpInst *ICI, Value *TrueVal, Value *FalseVal, in foldSelectCttzCtlz()
949 Value *TrueVal = Sel.getTrueValue(); in adjustMinMax() local
1130 Value *TrueVal = Sel.getTrueValue(), *FalseVal = Sel.getFalseValue(); in foldSelectValueEquivalence() local
1462 Value *TrueVal = SI.getTrueValue(); in foldSelectInstWithICmp() local
1723 Value *TrueVal = SI.getTrueValue(); in foldAddSubSelect() local
[all …]
DInstCombineShifts.cpp511 Value *TrueVal = SI->getTrueValue(); in canEvaluateShifted() local
869 Value *TrueVal; in FoldShiftByConstant() local
DInstCombineAddSub.cpp2001 Value *Cond, *TrueVal, *FalseVal; in visitSub() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h148 VPValue *createSelect(VPValue *Cond, VPValue *TrueVal, VPValue *FalseVal) { in createSelect()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
DTGLexer.h61 TrueVal, FalseVal, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DCFLGraph.h345 auto *TrueVal = Inst.getTrueValue(); in visitSelectInst() local
DInstructionSimplify.cpp78 static Value *foldSelectWithBinaryOp(Value *Cond, Value *TrueVal, in foldSelectWithBinaryOp()
4020 static Value *simplifySelectBitTest(Value *TrueVal, Value *FalseVal, Value *X, in simplifySelectBitTest()
4057 Value *TrueVal, Value *FalseVal) { in simplifySelectWithFakeICmpEq()
4069 static Value *simplifySelectWithICmpCond(Value *CondVal, Value *TrueVal, in simplifySelectWithICmpCond()
4204 static Value *SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in SimplifySelectInst()
4307 Value *llvm::SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in SimplifySelectInst()
DIVDescriptors.cpp568 Value *TrueVal = SI->getTrueValue(); in isConditionalRdxPattern() local
DValueTracking.cpp5571 Value *TrueVal, Value *FalseVal, in matchFastFloatClamp()
5625 Value *TrueVal, Value *FalseVal) { in matchClamp()
5770 Value *TrueVal, Value *FalseVal, in matchMinMax()
5877 Value *TrueVal, Value *FalseVal, in matchSelectPattern()
6176 Value *TrueVal = SI->getTrueValue(); in matchSelectPattern() local
6184 CmpInst *CmpI, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS, in matchDecomposedSelectPattern()
DLazyValueInfo.cpp802 ValueLatticeElement &TrueVal = *OptTrueVal; in solveBlockValueSelect() local
DInlineCost.cpp2132 Value *TrueVal = SI.getTrueValue(); in visitSelectInst() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1987 SDValue TrueVal = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local
2047 SDValue TrueVal = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ExtraShAmt); in LowerShiftLeftParts() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstantFold.cpp604 if (ConstantExpr *TrueVal = dyn_cast<ConstantExpr>(V1)) { in ConstantFoldSelectInstruction() local
DMetadata.cpp1396 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp1431 SDValue TrueVal = OtherOp; in combineSelectAndUse() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp2482 SDValue TrueVal = GetPromotedFloat(N->getOperand(1)); in PromoteFloatRes_SELECT() local
2492 SDValue TrueVal = GetPromotedFloat(N->getOperand(2)); in PromoteFloatRes_SELECT_CC() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp953 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in computeValueKnownInPredecessorsImpl() local
DGVN.cpp2356 Value *TrueVal = ConstantInt::getTrue(TrueSucc->getContext()); in processInstruction() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp5130 SDValue TrueVal, SDValue ARMcc, SDValue CCR, in getCMOV()
5170 const SDValue TrueVal, const SDValue FalseVal, in isLowerSaturate()
5267 SDValue TrueVal = Op.getOperand(2); in isLowerSaturatingConditional() local
5337 SDValue TrueVal = Op.getOperand(2); in LowerSELECT_CC() local
12151 SDValue TrueVal = OtherOp; in combineSelectAndUse() local
12766 SDValue TrueVal; in PerformSELECTCombine() local
17180 SDValue TrueVal = N->getOperand(1); in PerformCMOVCombine() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4251 Value *TrueVal, *FalseVal, *Cond; in parseFunctionBody() local
4266 Value *TrueVal, *FalseVal, *Cond; in parseFunctionBody() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2888 Value *TrueVal = PN->getIncomingValueForBlock(IfTrue); in FoldTwoEntryPHINode() local
3957 ConstantInt *TrueVal = dyn_cast<ConstantInt>(Select->getTrueValue()); in SimplifySwitchOnSelect() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2479 SDValue TrueVal = Op.getOperand(2); in LowerSELECT_CC() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DPatternMatch.h1788 auto *TrueVal = SI->getTrueValue(); in match() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp2925 const APInt &TrueVal = cast<ConstantSDNode>(TrueV)->getAPIntValue(); in lowerSELECT() local
5712 SDValue TrueVal = Slct.getOperand(3); in combineSelectCCAndUse() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp6529 auto *TrueVal = dyn_cast<ConstantSDNode>(CompareLHS->getOperand(0)); in combineCCMask() local
6658 auto *TrueVal = dyn_cast<ConstantSDNode>(Select->getOperand(0)); in combineGET_CCMASK() local

12