Home
last modified time | relevance | path

Searched defs:Folded (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDJB.cpp67 StringRef Folded = toUTF8(C, Storage); in caseFoldingDjbHashCharSlow() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp351 static Constant *getFoldedSizeOf(Type *Ty, Type *DestTy, bool Folded) { in getFoldedSizeOf()
406 static Constant *getFoldedAlignOf(Type *Ty, Type *DestTy, bool Folded) { in getFoldedAlignOf()
471 bool Folded) { in getFoldedOffsetOf()
/external/llvm/lib/IR/
DConstantFold.cpp352 bool Folded) { in getFoldedSizeOf()
408 bool Folded) { in getFoldedAlignOf()
474 bool Folded) { in getFoldedOffsetOf()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp335 bool Folded) { in getFoldedSizeOf()
392 bool Folded) { in getFoldedAlignOf()
459 bool Folded) { in getFoldedOffsetOf()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp455 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI); in ComputeValueKnownInPredecessors() local
531 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(), in ComputeValueKnownInPredecessors() local
DSCCP.cpp2017 bool Folded = ConstantFoldTerminator(I->getParent()); in runOnModule() local
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp534 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI); in ComputeValueKnownInPredecessors() local
610 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(), in ComputeValueKnownInPredecessors() local
DSCCP.cpp1822 bool Folded = ConstantFoldTerminator(I->getParent()); in runIPSCCP() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp718 if (Constant *Folded = ConstantFoldConstantExpression(CE, DL, TLI)) in CastGEPIndices() local
1903 Constant *Folded = ConstantFoldScalarCall(Name, IntrinsicID, Ty, Lane, TLI); in ConstantFoldVectorCall() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp766 if (Constant *Folded = ConstantFoldConstant(C, DL, TLI)) in CastGEPIndices() local
2083 Constant *Folded = ConstantFoldScalarCall(Name, IntrinsicID, Ty, Lane, TLI, CS); in ConstantFoldVectorCall() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp737 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI); in ComputeValueKnownInPredecessors() local
882 Constant *Folded = ConstantExpr::getCompare(Pred, V, CmpConst); in ComputeValueKnownInPredecessors() local
DSCCP.cpp1928 bool Folded = ConstantFoldTerminator(I->getParent()); in runIPSCCP() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp571 if (Constant *Folded = ConstantFoldConstantExpression(CE, TD)) in CastGEPIndices() local
DScalarEvolution.cpp2584 if (Constant *Folded = ConstantFoldConstantExpression(CE, TD)) in getSizeOfExpr() local
2593 if (Constant *Folded = ConstantFoldConstantExpression(CE, TD)) in getAlignOfExpr() local
2610 if (Constant *Folded = ConstantFoldConstantExpression(CE, TD)) in getOffsetOfExpr() local
2620 if (Constant *Folded = ConstantFoldConstantExpression(CE, TD)) in getOffsetOfExpr() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp1934 bool Folded = false; in addIntervalsForSpills() local
1993 bool Folded = false; in addIntervalsForSpills() local
DVirtRegRewriter.cpp2537 bool Folded = FoldedSS.count(FrameIdx); in RewriteMBB() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp290 Constant *Folded = ConstantExpr::get(Opcode, C1, C2); in SimplifyAssociativeOrCommutative() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp304 Constant *Folded = ConstantExpr::get(Opcode, C1, C2); in SimplifyAssociativeOrCommutative() local
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp689 Init *Folded = Fold(&R, 0); in resolveBitReference() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3273 std::pair<APInt, bool> Folded = FoldValue(Opcode, Cst1->getAPIntValue(), in FoldConstantArithmetic() local
3312 SDValue Folded = FoldConstantArithmetic(Opcode, DL, VT, Scalar1, Scalar2); in FoldConstantArithmetic() local
3352 std::pair<APInt, bool> Folded = FoldValue(Opcode, V1->getAPIntValue(), in FoldConstantArithmetic() local
DDAGCombiner.cpp2337 if (SDValue Folded = DAG.FoldConstantArithmetic(ISD::UDIV, DL, VT, in visitUDIV() local
2398 if (SDValue Folded = DAG.FoldConstantArithmetic(Opcode, DL, VT, N0C, N1C)) in visitREM() local
4601 if (SDValue Folded = in visitSHL() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3325 Constant *Folded = ConstantVector::get({ in visitCallInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp3406 if (SDValue Folded = foldFreeOpFromSelect(DCI, SDValue(N, 0))) in performSelectCombine() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4180 std::pair<APInt, bool> Folded = FoldValue(Opcode, Cst1->getAPIntValue(), in FoldConstantArithmetic() local
4247 SDValue Folded = FoldConstantArithmetic(Opcode, DL, VT, Scalar1, Scalar2); in FoldConstantArithmetic() local
DDAGCombiner.cpp3245 if (SDValue Folded = DAG.FoldConstantArithmetic(ISD::UDIV, DL, VT, in visitUDIV() local
3336 if (SDValue Folded = DAG.FoldConstantArithmetic(Opcode, DL, VT, N0C, N1C)) in visitREM() local

12