/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 229 Instruction *InstCombiner::FoldSelectIntoOp(SelectInst &SI, Value *TrueVal, in FoldSelectIntoOp() 309 static Value *foldSelectICmpAndOr(const SelectInst &SI, Value *TrueVal, in foldSelectICmpAndOr() 370 static Value *foldSelectCttzCtlz(ICmpInst *ICI, Value *TrueVal, Value *FalseVal, in foldSelectCttzCtlz() 421 Value *TrueVal = SI.getTrueValue(); in visitSelectInstWithICmp() local 769 static Value *foldSelectICmpAnd(const SelectInst &SI, ConstantInt *TrueVal, in foldSelectICmpAnd() 845 Value *TrueVal = SI.getTrueValue(); in foldAddSubSelect() local 914 Value *TrueVal = SI.getTrueValue(); in visitSelectInst() local
|
D | InstCombineShifts.cpp | 168 Value *TrueVal = SI->getTrueValue(); in CanEvaluateShifted() local
|
D | InstCombineVectorOps.cpp | 266 Value *TrueVal = SI->getTrueValue(); in visitExtractElementInst() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 424 Instruction *InstCombiner::foldSelectIntoOp(SelectInst &SI, Value *TrueVal, in foldSelectIntoOp() 539 static Value *foldSelectICmpLshrAshr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpLshrAshr() 587 static Value *foldSelectICmpAndOr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpAndOr() 681 const Value *TrueVal, in canonicalizeSaturatedSubtract() 811 static Instruction *foldSelectCtlzToCttz(ICmpInst *ICI, Value *TrueVal, in foldSelectCtlzToCttz() 850 static Value *foldSelectCttzCtlz(ICmpInst *ICI, Value *TrueVal, Value *FalseVal, in foldSelectCttzCtlz() 906 Value *TrueVal = Sel.getTrueValue(); in adjustMinMax() local 1157 Value *TrueVal = Sel.getTrueValue(), *FalseVal = Sel.getFalseValue(); in foldSelectValueEquivalence() local 1421 Value *TrueVal = SI.getTrueValue(); in foldSelectInstWithICmp() local 1682 Value *TrueVal = SI.getTrueValue(); in foldAddSubSelect() local [all …]
|
D | InstCombineShifts.cpp | 528 Value *TrueVal = SI->getTrueValue(); in canEvaluateShifted() local 903 Value *TrueVal; in FoldShiftByConstant() local
|
/external/llvm/lib/Analysis/ |
D | CFLGraph.h | 284 auto *TrueVal = Inst.getTrueValue(); in visitSelectInst() local
|
D | LazyValueInfo.cpp | 887 LVILatticeVal TrueVal = getBlockValue(SI->getTrueValue(), BB); in solveBlockValueSelect() local
|
D | ValueTracking.cpp | 3709 Value *TrueVal, Value *FalseVal, in matchSelectPattern() 3910 Value *TrueVal = SI->getTrueValue(); in matchSelectPattern() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4662 Value *TrueVal, Value *FalseVal, in matchFastFloatClamp() 4716 Value *TrueVal, Value *FalseVal) { in matchClamp() 4846 Value *TrueVal, Value *FalseVal, in matchMinMax() 4941 Value *TrueVal, Value *FalseVal, in matchSelectPattern() 5240 Value *TrueVal = SI->getTrueValue(); in matchSelectPattern() local 5248 CmpInst *CmpI, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS, in matchDecomposedSelectPattern()
|
D | CFLGraph.h | 338 auto *TrueVal = Inst.getTrueValue(); in visitSelectInst() local
|
D | InstructionSimplify.cpp | 72 static Value *foldSelectWithBinaryOp(Value *Cond, Value *TrueVal, in foldSelectWithBinaryOp() 3805 static Value *simplifySelectBitTest(Value *TrueVal, Value *FalseVal, Value *X, in simplifySelectBitTest() 3842 Value *TrueVal, Value *FalseVal) { in simplifySelectWithFakeICmpEq() 3854 static Value *simplifySelectWithICmpCond(Value *CondVal, Value *TrueVal, in simplifySelectWithICmpCond() 3978 static Value *SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in SimplifySelectInst() 4034 Value *llvm::SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in SimplifySelectInst()
|
D | IVDescriptors.cpp | 529 Value *TrueVal = SI->getTrueValue(); in isConditionalRdxPattern() local
|
D | InlineCost.cpp | 1573 Value *TrueVal = SI.getTrueValue(); in visitSelectInst() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 2104 SDValue TrueVal = GetPromotedFloat(N->getOperand(1)); in PromoteFloatRes_SELECT() local 2114 SDValue TrueVal = GetPromotedFloat(N->getOperand(2)); in PromoteFloatRes_SELECT_CC() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1748 SDValue TrueVal = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local 1810 SDValue TrueVal = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ExtraShAmt); in LowerShiftLeftParts() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 2005 SDValue TrueVal = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local 2065 SDValue TrueVal = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ExtraShAmt); in LowerShiftLeftParts() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 624 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in ComputeValueKnownInPredecessors() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 2348 SDValue TrueVal = GetPromotedFloat(N->getOperand(1)); in PromoteFloatRes_SELECT() local 2358 SDValue TrueVal = GetPromotedFloat(N->getOperand(2)); in PromoteFloatRes_SELECT_CC() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 3698 SDValue TrueVal, SDValue ARMcc, SDValue CCR, in getCMOV() 3738 const SDValue TrueVal, const SDValue FalseVal, in isLowerSaturate() 3748 const SDValue TrueVal, const SDValue FalseVal, in isUpperSaturate() 3864 SDValue TrueVal = Op.getOperand(2); in LowerSELECT_CC() local 4538 SDValue TrueVal = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local 8691 SDValue TrueVal = OtherOp; in combineSelectAndUse() local 10957 SDValue TrueVal = N->getOperand(1); in PerformCMOVCombine() local
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 766 if (ConstantExpr *TrueVal = dyn_cast<ConstantExpr>(V1)) { in ConstantFoldSelectInstruction() local
|
D | Metadata.cpp | 1291 bool Instruction::extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) { in extractProfMetadata()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 1385 SDValue TrueVal = OtherOp; in combineSelectAndUse() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 774 if (ConstantExpr *TrueVal = dyn_cast<ConstantExpr>(V1)) { in ConstantFoldSelectInstruction() local
|
D | Metadata.cpp | 1314 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 1431 SDValue TrueVal = OtherOp; in combineSelectAndUse() local
|