/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | ValueList.cpp | 195 Constant *NewC; in resolveConstantForwardRefs() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1394 Value *NewC = ConstantExpr::getTrunc(C, X->getType()); in narrowMaskedBinOp() local 1445 Constant *NewC = ConstantInt::get(I.getType(), *C & *XorC); in visitAnd() local 2573 Constant *NewC = ConstantInt::get(I.getType(), -(*C) - 1); in visitXor() local 2578 Constant *NewC = ConstantInt::get(I.getType(), *C + *RHSC); in visitXor() local 2584 Constant *NewC = ConstantInt::get(I.getType(), -(*C) - 1); in visitXor() local 2589 Constant *NewC = ConstantInt::get(I.getType(), *C + *RHSC); in visitXor() local 2597 Constant *NewC = ConstantInt::get(I.getType(), *C ^ *RHSC); in visitXor() local
|
D | InstCombineVectorOps.cpp | 1214 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop() local 1293 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle() local
|
D | InstCombineCompares.cpp | 1976 Constant *NewC = in foldICmpShlConstant() local 2345 APInt NewC = C.ssub_ov(*C2, Overflow); in foldICmpAddConstant() local 2491 Value *NewC = ConstantInt::get(EltTy, C.trunc(EltTy->getBitWidth())); in foldICmpBitCastConstant() local
|
D | InstCombineMulDivRem.cpp | 1154 Constant *C2, *NewC = nullptr; in foldFDivConstantDividend() local
|
D | InstCombineAddSub.cpp | 971 Constant *NewC = in foldAddWithConstant() local
|
D | InstructionCombining.cpp | 1420 Constant *NewC = ConstantVector::get(NewVecC); in foldShuffledBinop() local
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 987 if (auto *NewC = dyn_cast<ConstantExpr>(C)) in ConstantFoldInstruction() local 1047 auto *NewC = cast<Constant>(&NewU); in ConstantFoldConstantExpressionImpl() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | CGSCCPassManagerTest.cpp | 1171 auto &NewC = in TEST_F() local 1217 auto &NewC = in TEST_F() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1057 auto *NewC = cast<Constant>(&NewU); in ConstantFoldConstantImpl() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 804 Comdat *NewC = M.getOrInsertComdat(NewName); in trySingleImplDevirt() local
|
D | GlobalOpt.cpp | 817 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) { in ConstantPropUsersOf() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 373 SDValue NewC = DAG.getConstant(Demanded & C, DL, VT); in ShrinkDemandedConstant() local 2516 APInt NewC = C1; in SimplifySetCC() local
|
D | DAGCombiner.cpp | 2031 APInt NewC = IsAdd ? C->getAPIntValue() + 1 : C->getAPIntValue() - 1; in foldAddSubOfSignBit() local 2645 SDValue NewC = DAG.getNode(ISD::SUB, DL, VT, N0, N11); in visitSUB() local 10798 SDValue NewC = DAG.getNode(ISD::FADD, DL, VT, N0.getOperand(1), N1, Flags); in visitFADD() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 775 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) { in ConstantPropUsersOf() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1884 APInt NewC = C1; in SimplifySetCC() local
|
D | DAGCombiner.cpp | 1902 SDValue NewC = DAG.getConstant(N0C->getAPIntValue() - N1C1->getAPIntValue(), in visitSUB() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 1768 CycleType NewC(C.begin()+LogPos, C.end()); in perfect() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1068 Constant *NewC; in resolveConstantForwardRefs() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1980 Comparison NewC(C); in adjustForTestUnderMask() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2127 Comparison NewC(C); in adjustForTestUnderMask() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 556 int32_t NewC = C->getValue(); in genTargetHelperCallFor() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 28856 SDValue NewC = TLO.DAG.getConstant(ZeroExtendMask, DL, VT); in targetShrinkDemandedConstant() local
|