Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineSelect.cpp510 Instruction *InstCombinerImpl::foldSelectIntoOp(SelectInst &SI, Value *TrueVal, in foldSelectIntoOp()
516 bool Swapped) -> Instruction * { in foldSelectIntoOp()
672 static Value *foldSelectICmpLshrAshr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpLshrAshr()
727 static Value *foldSelectICmpAndBinOp(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpAndBinOp()
860 auto *TrueVal = SI.getTrueValue(); in foldSelectZeroOrMul() local
904 const Value *TrueVal, in canonicalizeSaturatedSubtract()
1091 static Instruction *foldSelectCtlzToCttz(ICmpInst *ICI, Value *TrueVal, in foldSelectCtlzToCttz()
1134 static Value *foldSelectCttzCtlz(ICmpInst *ICI, Value *TrueVal, Value *FalseVal, in foldSelectCttzCtlz()
1193 static Value *canonicalizeSPF(ICmpInst &Cmp, Value *TrueVal, Value *FalseVal, in canonicalizeSPF()
1292 Value *TrueVal = Sel.getTrueValue(), *FalseVal = Sel.getFalseValue(); in foldSelectValueEquivalence() local
[all …]
HDInstCombineShifts.cpp599 Value *TrueVal = SI->getTrueValue(); in canEvaluateShifted() local
876 Value *TrueVal; in FoldShiftByConstant() local
HDInstructionCombining.cpp1028 Value *A, *CondVal, *TrueVal, *FalseVal; in foldBinOpOfSelectAndCastOfSelectCondition() local
1255 Value *TrueVal = LHSInst->getOperand(1); in matchSymmetricPair() local
HDInstCombineAddSub.cpp2481 Value *Cond, *TrueVal, *FalseVal; in visitSub() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDProfDataUtils.cpp187 bool extractBranchWeights(const Instruction &I, uint64_t &TrueVal, in extractBranchWeights()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/TableGen/
HDTGLexer.h58 TrueVal, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVECustomDAG.cpp413 auto TrueVal = DAG.getConstant(-1, DL, MVT::i32); in getConstantMask() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInstructionSimplify.cpp83 static Value *foldSelectWithBinaryOp(Value *Cond, Value *TrueVal, in foldSelectWithBinaryOp()
4492 static Value *simplifySelectBitTest(Value *TrueVal, Value *FalseVal, Value *X, in simplifySelectBitTest()
4609 Value *TrueVal, Value *FalseVal) { in simplifySelectWithFakeICmpEq()
4622 Value *TrueVal, Value *FalseVal, in simplifySelectWithICmpEq()
4639 static Value *simplifySelectWithICmpCond(Value *CondVal, Value *TrueVal, in simplifySelectWithICmpCond()
4795 static Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst()
4972 Value *llvm::simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst()
HDIVDescriptors.cpp733 Value *TrueVal = SI->getTrueValue(); in isConditionalRdxPattern() local
HDValueTracking.cpp8081 Value *TrueVal, Value *FalseVal, in matchFastFloatClamp()
8135 Value *TrueVal, Value *FalseVal) { in matchClamp()
8280 Value *TrueVal, Value *FalseVal, in matchMinMax()
8403 Value *TrueVal, Value *FalseVal, in matchSelectPattern()
8713 Value *TrueVal = SI->getTrueValue(); in matchSelectPattern() local
8721 CmpInst *CmpI, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS, in matchDecomposedSelectPattern()
HDLazyValueInfo.cpp851 ValueLatticeElement &TrueVal = *OptTrueVal; in solveBlockValueSelect() local
HDInlineCost.cpp2371 Value *TrueVal = SI.getTrueValue(); in visitSelectInst() local
HDScalarEvolution.cpp6082 Value *TrueVal, in createNodeForSelectOrPHIInstWithICmpInstCond()
6220 createNodeForSelectViaUMinSeq(ScalarEvolution *SE, Value *Cond, Value *TrueVal, in createNodeForSelectViaUMinSeq()
6232 Value *V, Value *Cond, Value *TrueVal, Value *FalseVal) { in createNodeForSelectOrPHIViaUMinSeq()
6250 Value *TrueVal, in createNodeForSelectOrPHI()
7162 const APInt *TrueVal, *FalseVal; in getRangeViaFactoring() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSelectOptimize.cpp953 uint64_t &TrueVal, uint64_t &FalseVal) { in extractBranchWeights()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiISelLowering.cpp1431 SDValue TrueVal = OtherOp; in combineSelectAndUse() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULowerBufferFatPointers.cpp844 Value *TrueVal = rsrcPartRoot(SI->getTrueValue()); in getPossibleRsrcRoots() local
HDAMDGPUCodeGenPrepare.cpp1689 Value *TrueVal = I.getTrueValue(); in visitSelectInst() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeFloatTypes.cpp2921 SDValue TrueVal = GetPromotedFloat(N->getOperand(1)); in PromoteFloatRes_SELECT() local
2931 SDValue TrueVal = GetPromotedFloat(N->getOperand(2)); in PromoteFloatRes_SELECT_CC() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.cpp2472 SDValue TrueVal = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local
2532 SDValue TrueVal = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ExtraShAmt); in LowerShiftLeftParts() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDJumpThreading.cpp872 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in computeValueKnownInPredecessorsImpl() local
HDGVN.cpp2677 Value *TrueVal = ConstantInt::getTrue(TrueSucc->getContext()); in processInstruction() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp5253 SDValue TrueVal, SDValue ARMcc, SDValue CCR, in getCMOV()
5293 const SDValue TrueVal, const SDValue FalseVal, in isLowerSaturate()
5390 SDValue TrueVal = Op.getOperand(2); in isLowerSaturatingConditional() local
5460 SDValue TrueVal = Op.getOperand(2); in LowerSELECT_CC() local
12604 SDValue TrueVal = OtherOp; in combineSelectAndUse() local
13219 SDValue TrueVal; in PerformSELECTCombine() local
18392 SDValue TrueVal = N->getOperand(1); in PerformCMOVCombine() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp3648 Value *TrueVal = PN->getIncomingValueForBlock(IfTrue); in FoldTwoEntryPHINode() local
4700 ConstantInt *TrueVal = dyn_cast<ConstantInt>(Select->getTrueValue()); in SimplifySwitchOnSelect() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp7595 const APInt &TrueVal = TrueV->getAsAPIntVal(); in combineSelectToBinOp() local
7741 const APInt &TrueVal = TrueV->getAsAPIntVal(); in lowerSELECT() local
7832 const APInt &TrueVal = TrueV->getAsAPIntVal(); in lowerSELECT() local
13240 SDValue TrueVal = Slct.getOperand(1 + OpOffset); in combineSelectAndUse() local
15869 SDValue TrueVal, SDValue FalseVal, in tryFoldSelectIntoOp()
16019 SDValue TrueVal = N->getOperand(1); in performSELECTCombine() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp5304 Value *TrueVal, *FalseVal, *Cond; in parseFunctionBody() local
5325 Value *TrueVal, *FalseVal, *Cond; in parseFunctionBody() local

12