Home
last modified time | relevance | path

Searched refs:canReplace (Results 1 – 7 of 7) sorted by relevance

/external/javassist/src/main/javassist/expr/
DNewExpr.java161 private int canReplace() throws CannotCompileException { in canReplace() method in NewExpr
194 int codeSize = canReplace(); in replace()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp302 bool canReplace(Instruction *I);
434 bool HexagonVectorLoopCarriedReuse::canReplace(Instruction *I) { in canReplace() function in HexagonVectorLoopCarriedReuse
483 if (!canReplace(User)) in findValueToReuse()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp207 bool canReplace(Instruction *I);
355 bool HexagonVectorLoopCarriedReuse::canReplace(Instruction *I) { in canReplace() function in HexagonVectorLoopCarriedReuse
404 if (!canReplace(User)) in findValueToReuse()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/drm/
DDrmInitData.java344 public boolean canReplace(SchemeData other) { in canReplace() method in DrmInitData.SchemeData
/external/mesa3d/src/amd/compiler/
Daco_opt_value_numbering.cpp409 ctx.program->blocks[res.first->second].fp_mode.canReplace(block.fp_mode)) { in process_block()
Daco_ir.h226 bool canReplace(float_mode other) const noexcept { in canReplace() function
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestParser.java1314 if (schemeDatas.get(j).canReplace(schemeData)) { in filterRedundantIncompleteSchemeDatas()