/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | DJB.cpp | 67 StringRef Folded = toUTF8(C, Storage); in caseFoldingDjbHashCharSlow() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 351 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/ |
D | ConstantFold.cpp | 352 bool Folded) { in getFoldedSizeOf() 408 bool Folded) { in getFoldedAlignOf() 474 bool Folded) { in getFoldedOffsetOf()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 335 bool Folded) { in getFoldedSizeOf() 392 bool Folded) { in getFoldedAlignOf() 459 bool Folded) { in getFoldedOffsetOf()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 455 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI); in ComputeValueKnownInPredecessors() local 531 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(), in ComputeValueKnownInPredecessors() local
|
D | SCCP.cpp | 2017 bool Folded = ConstantFoldTerminator(I->getParent()); in runOnModule() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 534 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI); in ComputeValueKnownInPredecessors() local 610 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(), in ComputeValueKnownInPredecessors() local
|
D | SCCP.cpp | 1822 bool Folded = ConstantFoldTerminator(I->getParent()); in runIPSCCP() local
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 718 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/ |
D | ConstantFolding.cpp | 766 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/ |
D | JumpThreading.cpp | 737 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI); in ComputeValueKnownInPredecessors() local 882 Constant *Folded = ConstantExpr::getCompare(Pred, V, CmpConst); in ComputeValueKnownInPredecessors() local
|
D | SCCP.cpp | 1928 bool Folded = ConstantFoldTerminator(I->getParent()); in runIPSCCP() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 571 if (Constant *Folded = ConstantFoldConstantExpression(CE, TD)) in CastGEPIndices() local
|
D | ScalarEvolution.cpp | 2584 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/ |
D | LiveIntervalAnalysis.cpp | 1934 bool Folded = false; in addIntervalsForSpills() local 1993 bool Folded = false; in addIntervalsForSpills() local
|
D | VirtRegRewriter.cpp | 2537 bool Folded = FoldedSS.count(FrameIdx); in RewriteMBB() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 290 Constant *Folded = ConstantExpr::get(Opcode, C1, C2); in SimplifyAssociativeOrCommutative() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 304 Constant *Folded = ConstantExpr::get(Opcode, C1, C2); in SimplifyAssociativeOrCommutative() local
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Record.cpp | 689 Init *Folded = Fold(&R, 0); in resolveBitReference() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3273 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
|
D | DAGCombiner.cpp | 2337 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/ |
D | InstCombineCalls.cpp | 3325 Constant *Folded = ConstantVector::get({ in visitCallInst() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 3406 if (SDValue Folded = foldFreeOpFromSelect(DCI, SDValue(N, 0))) in performSelectCombine() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4180 std::pair<APInt, bool> Folded = FoldValue(Opcode, Cst1->getAPIntValue(), in FoldConstantArithmetic() local 4247 SDValue Folded = FoldConstantArithmetic(Opcode, DL, VT, Scalar1, Scalar2); in FoldConstantArithmetic() local
|
D | DAGCombiner.cpp | 3245 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
|