| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSelect.cpp | 431 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 …]
|
| D | InstCombineShifts.cpp | 511 Value *TrueVal = SI->getTrueValue(); in canEvaluateShifted() local 869 Value *TrueVal; in FoldShiftByConstant() local
|
| D | InstCombineAddSub.cpp | 2001 Value *Cond, *TrueVal, *FalseVal; in visitSub() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorizationPlanner.h | 148 VPValue *createSelect(VPValue *Cond, VPValue *TrueVal, VPValue *FalseVal) { in createSelect()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/ |
| D | TGLexer.h | 61 TrueVal, FalseVal, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | CFLGraph.h | 345 auto *TrueVal = Inst.getTrueValue(); in visitSelectInst() local
|
| D | InstructionSimplify.cpp | 78 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()
|
| D | IVDescriptors.cpp | 568 Value *TrueVal = SI->getTrueValue(); in isConditionalRdxPattern() local
|
| D | ValueTracking.cpp | 5571 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()
|
| D | LazyValueInfo.cpp | 802 ValueLatticeElement &TrueVal = *OptTrueVal; in solveBlockValueSelect() local
|
| D | InlineCost.cpp | 2132 Value *TrueVal = SI.getTrueValue(); in visitSelectInst() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelLowering.cpp | 1987 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/ |
| D | ConstantFold.cpp | 604 if (ConstantExpr *TrueVal = dyn_cast<ConstantExpr>(V1)) { in ConstantFoldSelectInstruction() local
|
| D | Metadata.cpp | 1396 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| D | LanaiISelLowering.cpp | 1431 SDValue TrueVal = OtherOp; in combineSelectAndUse() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeFloatTypes.cpp | 2482 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/ |
| D | JumpThreading.cpp | 953 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in computeValueKnownInPredecessorsImpl() local
|
| D | GVN.cpp | 2356 Value *TrueVal = ConstantInt::getTrue(TrueSucc->getContext()); in processInstruction() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 5130 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/ |
| D | BitcodeReader.cpp | 4251 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/ |
| D | SimplifyCFG.cpp | 2888 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/ |
| D | SparcISelLowering.cpp | 2479 SDValue TrueVal = Op.getOperand(2); in LowerSELECT_CC() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | PatternMatch.h | 1788 auto *TrueVal = SI->getTrueValue(); in match() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVISelLowering.cpp | 2925 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/ |
| D | SystemZISelLowering.cpp | 6529 auto *TrueVal = dyn_cast<ConstantSDNode>(CompareLHS->getOperand(0)); in combineCCMask() local 6658 auto *TrueVal = dyn_cast<ConstantSDNode>(Select->getOperand(0)); in combineGET_CCMASK() local
|