Searched refs:NewConst (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TypePromotion.cpp | 463 auto *NewConst = ConstantInt::get(Ctx, Const->getValue().abs()); in PrepareWrappingAdds() local 465 Value *NewVal = Builder.CreateSub(I->getOperand(0), NewConst); in PrepareWrappingAdds() 537 Constant *NewConst = ConstantExpr::getZExt(Const, ExtTy); in PromoteTree() local 538 I->setOperand(i, NewConst); in PromoteTree()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 1826 uint64_t NewConst = V.getConstantOperandVal(i) >> Amount; in willShiftRightEliminate() local 1827 return (NewConst == 1); in willShiftRightEliminate() 1842 uint64_t NewConst = V.getConstantOperandVal(i) >> Power; in factorOutPowerOf2() local 1843 if (NewConst == 1) in factorOutPowerOf2() 1845 Ops[i] = CurDAG->getConstant(NewConst, in factorOutPowerOf2()
|
D | HexagonISelLowering.cpp | 947 SmallVector<Constant *, 128> NewConst; in convert_i1_to_i8() local 965 NewConst.push_back(IRB.getInt8(x)); in convert_i1_to_i8() 967 return ConstantVector::get(NewConst); in convert_i1_to_i8()
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | ast.go | 878 func NewConst(flags Flags, filename string, line uint32, name t.ID, xType *TypeExpr, value *Expr) *… func
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/ |
D | parse.go | 152 return a.NewConst(flags, p.filename, line, id, typ, value).AsNode(), nil
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 3189 SDValue NewConst = DAG.getConstant(ShiftAmt - 32, SL, MVT::i32); in performSrlCombine() local 3190 SDValue NewShift = DAG.getNode(ISD::SRL, SL, MVT::i32, Hi, NewConst); in performSrlCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3404 SDValue NewConst = DAG.getConstant(C1.trunc(InSize), dl, newVT); in SimplifySetCC() local 3407 NewConst, Cond); in SimplifySetCC()
|