Searched refs:NewUse (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | IVUsers.cpp | 250 IVStrideUse &NewUse = AddUser(User, I); in AddUsersImpl() local 260 NewUse.PostIncLoops.insert(L); in AddUsersImpl() 272 denormalizeForPostIncUse(ISE, NewUse.PostIncLoops, *SE); in AddUsersImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 444 const MachineOperand &NewUse = *MRI.use_nodbg_begin(DefReg); in oneUseDominatesOtherUses() local 445 const MachineInstr *NewUseInst = NewUse.getParent(); in oneUseDominatesOtherUses() 447 if (&OneUse > &NewUse) in oneUseDominatesOtherUses()
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | ast.go | 929 func NewUse(filename string, line uint32, path t.ID) *Use { func
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/ |
D | parse.go | 118 return a.NewUse(p.filename, line, path).AsNode(), nil
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13982 SDValue NewUse = DAG.getNode(Opcode, in CombineToPreIndexedLoadStore() local 13985 DAG.ReplaceAllUsesOfValueWith(SDValue(OtherUses[i], 0), NewUse); in CombineToPreIndexedLoadStore()
|