/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-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 374 Instruction *InstCombiner::foldSelectIntoOp(SelectInst &SI, Value *TrueVal, in foldSelectIntoOp() 497 static Value *foldSelectICmpAndOr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpAndOr() 595 const Value *TrueVal, in canonicalizeSaturatedSubtract() 652 static Value *foldSelectCttzCtlz(ICmpInst *ICI, Value *TrueVal, Value *FalseVal, in foldSelectCttzCtlz() 701 Value *TrueVal = Sel.getTrueValue(); in adjustMinMax() local 913 Value *TrueVal = SI.getTrueValue(); in foldSelectInstWithICmp() local 1164 Value *TrueVal = SI.getTrueValue(); in foldAddSubSelect() local 1508 Value *TrueVal = SI.getTrueValue(); in visitSelectInst() local
|
D | InstCombineShifts.cpp | 175 Value *TrueVal = SI->getTrueValue(); in canEvaluateShifted() local 568 Value *TrueVal; in FoldShiftByConstant() local
|
D | InstCombineAddSub.cpp | 1690 Value *TrueVal = SI->getTrueValue(); in visitSub() 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CFLGraph.h | 336 auto *TrueVal = Inst.getTrueValue(); in visitSelectInst() local
|
D | InstructionSimplify.cpp | 68 static Value *foldSelectWithBinaryOp(Value *Cond, Value *TrueVal, in foldSelectWithBinaryOp() 3711 static Value *simplifySelectBitTest(Value *TrueVal, Value *FalseVal, Value *X, in simplifySelectBitTest() 3748 Value *TrueVal, Value *FalseVal) { in simplifySelectWithFakeICmpEq() 3760 static Value *simplifySelectWithICmpCond(Value *CondVal, Value *TrueVal, in simplifySelectWithICmpCond() 3814 static Value *SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in SimplifySelectInst() 3854 Value *llvm::SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in SimplifySelectInst()
|
D | ValueTracking.cpp | 4262 Value *TrueVal, Value *FalseVal, in matchFastFloatClamp() 4316 Value *TrueVal, Value *FalseVal) { in matchClamp() 4446 Value *TrueVal, Value *FalseVal, in matchMinMax() 4541 Value *TrueVal, Value *FalseVal, in matchSelectPattern() 4818 Value *TrueVal = SI->getTrueValue(); in matchSelectPattern() local
|
D | InlineCost.cpp | 1327 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1941 SDValue TrueVal = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local 2001 SDValue TrueVal = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ExtraShAmt); in LowerShiftLeftParts() 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-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 2128 SDValue TrueVal = GetPromotedFloat(N->getOperand(1)); in PromoteFloatRes_SELECT() local 2138 SDValue TrueVal = GetPromotedFloat(N->getOperand(2)); in PromoteFloatRes_SELECT_CC() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 1507 uint64_t TrueVal, FalseVal; in getLoopEstimatedTripCount() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 624 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in ComputeValueKnownInPredecessors() 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 772 if (ConstantExpr *TrueVal = dyn_cast<ConstantExpr>(V1)) { in ConstantFoldSelectInstruction() local
|
D | Metadata.cpp | 1315 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 1385 SDValue TrueVal = OtherOp; in combineSelectAndUse() 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 1431 SDValue TrueVal = OtherOp; in combineSelectAndUse() local
|