Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp462 Instruction *InstCombinerImpl::foldSelectIntoOp(SelectInst &SI, Value *TrueVal, in foldSelectIntoOp()
468 bool Swapped) -> Instruction * { in foldSelectIntoOp()
576 static Value *foldSelectICmpLshrAshr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpLshrAshr()
624 static Value *foldSelectICmpAndOr(const ICmpInst *IC, Value *TrueVal, in foldSelectICmpAndOr()
758 auto *TrueVal = SI.getTrueValue(); in foldSelectZeroOrMul() local
802 const Value *TrueVal, in canonicalizeSaturatedSubtract()
946 static Instruction *foldSelectCtlzToCttz(ICmpInst *ICI, Value *TrueVal, in foldSelectCtlzToCttz()
985 static Value *foldSelectCttzCtlz(ICmpInst *ICI, Value *TrueVal, Value *FalseVal, in foldSelectCttzCtlz()
1048 Value *TrueVal = Sel.getTrueValue(); in adjustMinMax() local
1229 Value *TrueVal = Sel.getTrueValue(), *FalseVal = Sel.getFalseValue(); in foldSelectValueEquivalence() local
[all …]
H A DInstCombineShifts.cpp554 Value *TrueVal = SI->getTrueValue(); in canEvaluateShifted() local
823 Value *TrueVal; in FoldShiftByConstant() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp424 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 …]
H A DInstCombineShifts.cpp528 Value *TrueVal = SI->getTrueValue(); in canEvaluateShifted() local
903 Value *TrueVal; in FoldShiftByConstant() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A 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
H A DInstCombineShifts.cpp168 Value *TrueVal = SI->getTrueValue(); in CanEvaluateShifted() local
H A DInstCombineVectorOps.cpp266 Value *TrueVal = SI->getTrueValue(); in visitExtractElementInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h51 using TrueVal = Bitfield::Element<bool, 0, 1>; // Low 0'th bit. variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp4662 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()
H A DInstructionSimplify.cpp72 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()
H A DCFLGraph.h338 auto *TrueVal = Inst.getTrueValue(); in visitSelectInst() local
H A DIVDescriptors.cpp529 Value *TrueVal = SI->getTrueValue(); in isConditionalRdxPattern() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DProfDataUtils.cpp135 bool extractBranchWeights(const Instruction &I, uint64_t &TrueVal, in extractBranchWeights()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp5951 Value *TrueVal, Value *FalseVal, in matchFastFloatClamp()
6005 Value *TrueVal, Value *FalseVal) { in matchClamp()
6150 Value *TrueVal, Value *FalseVal, in matchMinMax()
6241 Value *TrueVal, Value *FalseVal, in matchSelectPattern()
6549 Value *TrueVal = SI->getTrueValue(); in matchSelectPattern() local
6557 CmpInst *CmpI, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS, in matchDecomposedSelectPattern()
H A DInstructionSimplify.cpp78 static Value *foldSelectWithBinaryOp(Value *Cond, Value *TrueVal, in foldSelectWithBinaryOp()
4289 static Value *simplifySelectBitTest(Value *TrueVal, Value *FalseVal, Value *X, in simplifySelectBitTest()
4398 Value *TrueVal, Value *FalseVal) { in simplifySelectWithFakeICmpEq()
4410 static Value *simplifySelectWithICmpCond(Value *CondVal, Value *TrueVal, in simplifySelectWithICmpCond()
4548 static Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst()
4716 Value *llvm::simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst()
H A DIVDescriptors.cpp734 Value *TrueVal = SI->getTrueValue(); in isConditionalRdxPattern() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
H A DTGLexer.h62 TrueVal, FalseVal, enumerator
/aosp_15_r20/external/llvm/lib/Analysis/
H A DCFLGraph.h284 auto *TrueVal = Inst.getTrueValue(); in visitSelectInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
H A DVECustomDAG.cpp413 auto TrueVal = DAG.getConstant(-1, DL, MVT::i32); in getConstantMask() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp2104 SDValue TrueVal = GetPromotedFloat(N->getOperand(1)); in PromoteFloatRes_SELECT() local
2114 SDValue TrueVal = GetPromotedFloat(N->getOperand(2)); in PromoteFloatRes_SELECT_CC() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2005 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
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A 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
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp2348 SDValue TrueVal = GetPromotedFloat(N->getOperand(1)); in PromoteFloatRes_SELECT() local
2358 SDValue TrueVal = GetPromotedFloat(N->getOperand(2)); in PromoteFloatRes_SELECT_CC() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2124 SDValue TrueVal = DAG.getNode(Opc, dl, VT, ShOpHi, ExtraShAmt); in LowerShiftRightParts() local
2184 SDValue TrueVal = DAG.getNode(ISD::SHL, dl, VT, ShOpLo, ExtraShAmt); in LowerShiftLeftParts() local

1234