Home
last modified time | relevance | path

Searched refs:AddOffset (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiInstPrinter.cpp48 static bool usesGivenOffset(const MCInst *MI, int AddOffset) { in usesGivenOffset() argument
51 (MI->getOperand(2).getImm() == AddOffset || in usesGivenOffset()
52 MI->getOperand(2).getImm() == -AddOffset); in usesGivenOffset()
55 static bool isPreIncrementForm(const MCInst *MI, int AddOffset) { in isPreIncrementForm() argument
57 return LPAC::isPreOp(AluCode) && usesGivenOffset(MI, AddOffset); in isPreIncrementForm()
60 static bool isPostIncrementForm(const MCInst *MI, int AddOffset) { in isPostIncrementForm() argument
62 return LPAC::isPostOp(AluCode) && usesGivenOffset(MI, AddOffset); in isPostIncrementForm()
74 int AddOffset) { in printMemoryLoadIncrement() argument
75 if (isPreIncrementForm(MI, AddOffset)) { in printMemoryLoadIncrement()
81 if (isPostIncrementForm(MI, AddOffset)) { in printMemoryLoadIncrement()
[all …]
DLanaiInstPrinter.h58 StringRef Opcode, int AddOffset);
60 StringRef Opcode, int AddOffset);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRRegisterInfo.cpp209 int AddOffset = Offset - 63 + 1; in eliminateFrameIndex() local
215 AddOffset = -AddOffset; in eliminateFrameIndex()
226 .addImm(AddOffset); in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_simplification.cpp302 new_recurrent_node->AddOffset( in UpdateCoefficient()
305 new_recurrent_node->AddOffset(recurrent->GetOffset()); in UpdateCoefficient()
446 new_recurrent->AddOffset(new_offset_simplified); in FoldRecurrentAddExpressions()
518 recurrent_node->AddOffset(simplified_child); in SimplifyRecurrentAddExpression()
520 recurrent_expr->AddOffset(analysis_.GetCachedOrAdd(std::move(new_offset))); in SimplifyRecurrentAddExpression()
Dscalar_analysis_nodes.h253 inline void AddOffset(SENode* child) { in AddOffset() function
Dscalar_analysis.cpp92 phi_node->AddOffset(offset); in CreateRecurrentExpression()
309 phi_node->AddOffset(value_node); in AnalyzePhiInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis_simplification.cpp302 new_recurrent_node->AddOffset( in UpdateCoefficient()
305 new_recurrent_node->AddOffset(recurrent->GetOffset()); in UpdateCoefficient()
446 new_recurrent->AddOffset(new_offset_simplified); in FoldRecurrentAddExpressions()
518 recurrent_node->AddOffset(simplified_child); in SimplifyRecurrentAddExpression()
520 recurrent_expr->AddOffset(analysis_.GetCachedOrAdd(std::move(new_offset))); in SimplifyRecurrentAddExpression()
Dscalar_analysis_nodes.h253 inline void AddOffset(SENode* child) { in AddOffset() function
Dscalar_analysis.cpp92 phi_node->AddOffset(offset); in CreateRecurrentExpression()
309 phi_node->AddOffset(value_node); in AnalyzePhiInstruction()
/third_party/spirv-tools/source/opt/
Dscalar_analysis_simplification.cpp302 new_recurrent_node->AddOffset( in UpdateCoefficient()
305 new_recurrent_node->AddOffset(recurrent->GetOffset()); in UpdateCoefficient()
446 new_recurrent->AddOffset(new_offset_simplified); in FoldRecurrentAddExpressions()
518 recurrent_node->AddOffset(simplified_child); in SimplifyRecurrentAddExpression()
520 recurrent_expr->AddOffset(analysis_.GetCachedOrAdd(std::move(new_offset))); in SimplifyRecurrentAddExpression()
Dscalar_analysis_nodes.h253 inline void AddOffset(SENode* child) { in AddOffset() function
Dscalar_analysis.cpp92 phi_node->AddOffset(offset); in CreateRecurrentExpression()
309 phi_node->AddOffset(value_node); in AnalyzePhiInstruction()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string.tq274 aFirst = unsafe::AddOffset(aFirst, 1);
275 aLast = unsafe::AddOffset(aLast, -1);
276 bFirst = unsafe::AddOffset(bFirst, 1);
277 bLast = unsafe::AddOffset(bLast, -1);
Dtorque-internal.tq29 macro AddOffset<T: type>(ref: &T, offset: intptr): &T {
34 macro AddOffset<T: type>(ref: const &T, offset: intptr): const &T {
/third_party/mindspore/patches/
D0007-deobfuscator.patch219 fbb_.AddOffset(MetaGraph::VT_OBFMETADATA, obfMetaData);
222 + fbb_.AddOffset(MetaGraph::VT_DECRYPTTABLE, decryptTable);
383 fbb_.AddOffset(MetaGraph::VT_OBFMETADATA, obfMetaData);
386 + fbb_.AddOffset(MetaGraph::VT_DECRYPTTABLE, decryptTable);
/third_party/vixl/src/aarch64/
Doperands-aarch64.cc366 void MemOperand::AddOffset(int64_t offset) { in AddOffset() function in vixl::aarch64::MemOperand
Doperands-aarch64.h450 void AddOffset(int64_t offset);
Dmacro-assembler-aarch64.cc2519 loc.AddOffset(reg_size); in Emit()
2530 loc.AddOffset(2 * reg_size); in Emit()