Home
last modified time | relevance | path

Searched refs:NewArg (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp1126 Init *NewArg; in ForeachDagApply() local
1130 NewArg = ForeachDagApply(LHS, Argd, RHS, CurRec); in ForeachDagApply()
1132 NewArg = ForeachApply(LHS, Arg, RHS, CurRec); in ForeachDagApply()
1134 NewArgs.push_back(std::make_pair(NewArg, ArgName)); in ForeachDagApply()
1135 if (Arg != NewArg) in ForeachDagApply()
1705 Init *NewArg = Arg->resolveReferences(UR); in resolveReferences() local
1706 NewArgs.push_back(NewArg); in resolveReferences()
1707 Changed |= NewArg != Arg; in resolveReferences()
1981 Init *NewArg = Arg->resolveReferences(R); in resolveReferences() local
1982 NewArgs.push_back(NewArg); in resolveReferences()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp575 Value *NewArg = IRB.CreateBitCast(Off, Arg->getType(), in moveStaticAllocasToUnsafeStack() local
581 Arg->replaceAllUsesWith(NewArg); in moveStaticAllocasToUnsafeStack()
582 IRB.SetInsertPoint(cast<Instruction>(NewArg)->getNextNode()); in moveStaticAllocasToUnsafeStack()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp116 if (Argument *NewArg = dyn_cast<Argument>(VMap[&OldArg])) { in CloneFunctionInto() local
117 NewArgAttrs[NewArg->getArgNo()] = in CloneFunctionInto()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4705 Value *NewArg = *AI; in transformConstExprCastCall() local
4707 NewArg = Builder.CreateBitOrPointerCast(*AI, ParamTy); in transformConstExprCastCall()
4708 Args.push_back(NewArg); in transformConstExprCastCall()
4713 AB.addByValAttr(NewArg->getType()->getPointerElementType()); in transformConstExprCastCall()
4733 Value *NewArg = *AI; in transformConstExprCastCall() local
4738 NewArg = Builder.CreateCast(opcode, *AI, PTy); in transformConstExprCastCall()
4740 Args.push_back(NewArg); in transformConstExprCastCall()
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go411 func NewArg(name t.ID, value *Expr) *Arg { func
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/
Dparse.go1012 return a.NewArg(name, value).AsNode(), nil