Home
last modified time | relevance | path

Searched refs:CmpTy (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1563 Type *CmpTy = CntTy; in LinearFunctionTestReplace() local
1576 CmpTy = SE->getEffectiveSCEVType(IVInit->getType()); in LinearFunctionTestReplace()
1577 IVLimit = SE->getTruncateOrSignExtend(IVLimit, CmpTy); in LinearFunctionTestReplace()
1582 > SE->getTypeSizeInBits(CmpTy)) in LinearFunctionTestReplace()
1583 IVInit = SE->getTruncateExpr(IVInit, CmpTy); in LinearFunctionTestReplace()
1593 Value *ExitCnt = Rewriter.expandCodeFor(IVLimit, CmpTy, BI); in LinearFunctionTestReplace()
1625 > SE->getTypeSizeInBits(CmpTy)) { in LinearFunctionTestReplace()
1626 CmpIndVar = Builder.CreateTrunc(CmpIndVar, CmpTy, "lftr.wideiv"); in LinearFunctionTestReplace()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp1389 LLT CmpTy = MRI.getType(I.getOperand(2).getReg()); in select() local
1390 if (CmpTy == LLT::scalar(32)) { in select()
1393 } else if (CmpTy == LLT::scalar(64) || CmpTy.isPointer()) { in select()
1434 LLT CmpTy = MRI.getType(I.getOperand(2).getReg()); in select() local
1435 if (CmpTy == LLT::scalar(32)) { in select()
1437 } else if (CmpTy == LLT::scalar(64)) { in select()
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp457 QualType CmpTy = getConditionType(); in evalIntegralCast() local
459 evalBinOpNN(state, BO_LE, FromVal, ToTypeMaxVal, CmpTy).castAs<NonLoc>(); in evalIntegralCast()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoVector.td300 ValueType CmpTy>
301 : Pat<(CmpTy (CmpOp Value:$Rs, Value:$Rt)),
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1868 EVT CmpTy = N0.getValueType(); in SimplifySetCC() local
1869 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0.getOperand(0), in SimplifySetCC()
1872 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), dl, CmpTy); in SimplifySetCC()
1900 EVT CmpTy = N0.getValueType(); in SimplifySetCC() local
1901 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0, in SimplifySetCC()
1903 SDValue CmpRHS = DAG.getConstant(NewC, dl, CmpTy); in SimplifySetCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2328 ZeroCompare CmpTy);
2661 ZeroCompare CmpTy) { in getCompoundZeroComparisonInGPR() argument
2667 switch (CmpTy) { in getCompoundZeroComparisonInGPR()
2697 (CmpTy == ZeroCompare::GEZExt || CmpTy == ZeroCompare::LEZExt)) in getCompoundZeroComparisonInGPR()
2702 (CmpTy == ZeroCompare::GESExt || CmpTy == ZeroCompare::LESExt)) in getCompoundZeroComparisonInGPR()
2708 switch (CmpTy) { in getCompoundZeroComparisonInGPR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2500 EVT CmpTy = N0.getValueType(); in SimplifySetCC() local
2501 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0.getOperand(0), in SimplifySetCC()
2504 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), dl, CmpTy); in SimplifySetCC()
2531 EVT CmpTy = N0.getValueType(); in SimplifySetCC() local
2532 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0, in SimplifySetCC()
2534 SDValue CmpRHS = DAG.getConstant(NewC, dl, CmpTy); in SimplifySetCC()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1130 Type *CmpTy = CmpInst::makeCmpResultType(Other->getType()); in FoldAllocaCmp() local
1133 ConstantInt::get(CmpTy, !CmpInst::isTrueWhenEqual(ICI.getPredicate()))); in FoldAllocaCmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1076 Type *CmpTy = CmpInst::makeCmpResultType(Other->getType()); in foldAllocaCmp() local
1079 ConstantInt::get(CmpTy, !CmpInst::isTrueWhenEqual(ICI.getPredicate()))); in foldAllocaCmp()