Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp229 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
DInstCombineShifts.cpp168 Value *TrueVal = SI->getTrueValue(); in CanEvaluateShifted() local
DInstCombineVectorOps.cpp266 Value *TrueVal = SI->getTrueValue(); in visitExtractElementInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp374 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
DInstCombineShifts.cpp175 Value *TrueVal = SI->getTrueValue(); in canEvaluateShifted() local
568 Value *TrueVal; in FoldShiftByConstant() local
DInstCombineAddSub.cpp1690 Value *TrueVal = SI->getTrueValue(); in visitSub() local
/external/llvm/lib/Analysis/
DCFLGraph.h284 auto *TrueVal = Inst.getTrueValue(); in visitSelectInst() local
DLazyValueInfo.cpp887 LVILatticeVal TrueVal = getBlockValue(SI->getTrueValue(), BB); in solveBlockValueSelect() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLGraph.h336 auto *TrueVal = Inst.getTrueValue(); in visitSelectInst() local
DInstructionSimplify.cpp68 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()
DValueTracking.cpp4262 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
DInlineCost.cpp1327 Value *TrueVal = SI.getTrueValue(); in visitSelectInst() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp2104 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/
DNVPTXISelLowering.cpp1941 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/
DNVPTXISelLowering.cpp1748 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/
DLegalizeFloatTypes.cpp2128 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/
DLoopUtils.cpp1507 uint64_t TrueVal, FalseVal; in getLoopEstimatedTripCount() local
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp624 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference); in ComputeValueKnownInPredecessors() local
/external/llvm/lib/IR/
DConstantFold.cpp766 if (ConstantExpr *TrueVal = dyn_cast<ConstantExpr>(V1)) { in ConstantFoldSelectInstruction() local
DMetadata.cpp1291 bool Instruction::extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) { in extractProfMetadata()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp772 if (ConstantExpr *TrueVal = dyn_cast<ConstantExpr>(V1)) { in ConstantFoldSelectInstruction() local
DMetadata.cpp1315 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata()
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp1385 SDValue TrueVal = OtherOp; in combineSelectAndUse() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3698 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/
DLanaiISelLowering.cpp1431 SDValue TrueVal = OtherOp; in combineSelectAndUse() local

12