Home
last modified time | relevance | path

Searched refs:LdOffset (Results 1 – 19 of 19) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/codegen/riscv64/
H A Dassembler-riscv64.cc779 int Assembler::LdOffset(Instr instr) { in LdOffset() function in v8::internal::Assembler
3694 int32_t Lo12 = LdOffset(*reinterpret_cast<Instr*>(pc + 4)); in set_target_address_at()
3720 int32_t Lo12 = LdOffset(*reinterpret_cast<Instr*>(pc + 4)); in target_address_at()
3901 DCHECK_EQ(assm_->LdOffset(instr_ld), 0); in SetLoadOffsetToConstPoolEntry()
H A Dassembler-riscv64.h218 static int LdOffset(Instr instr);
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14821 int64_t LdOffset = 0; in MergeConsecutiveStores() local
14824 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in MergeConsecutiveStores()
14832 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in MergeConsecutiveStores()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14307 int64_t LdOffset = 0; in MergeConsecutiveStores() local
14310 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in MergeConsecutiveStores()
14318 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in MergeConsecutiveStores()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16044 int64_t LdOffset = 0; in MergeConsecutiveStores() local
16047 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in MergeConsecutiveStores()
16055 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in MergeConsecutiveStores()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16039 int64_t LdOffset = 0; in MergeConsecutiveStores() local
16042 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in MergeConsecutiveStores()
16050 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in MergeConsecutiveStores()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16044 int64_t LdOffset = 0; in MergeConsecutiveStores() local
16047 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in MergeConsecutiveStores()
16055 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in MergeConsecutiveStores()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15830 int64_t LdOffset = 0; in MergeConsecutiveStores() local
15833 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in MergeConsecutiveStores()
15841 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in MergeConsecutiveStores()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16786 int64_t LdOffset = 0; in tryStoreMergeOfLoads() local
16789 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads()
16797 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in tryStoreMergeOfLoads()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16639 int64_t LdOffset = 0; in tryStoreMergeOfLoads() local
16642 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads()
16650 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in tryStoreMergeOfLoads()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17558 int64_t LdOffset = 0; in tryStoreMergeOfLoads() local
17561 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads()
17569 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in tryStoreMergeOfLoads()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17056 int64_t LdOffset = 0; in tryStoreMergeOfLoads() local
17059 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads()
17067 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in tryStoreMergeOfLoads()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16544 int64_t LdOffset = 0; in tryStoreMergeOfLoads() local
16547 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads()
16555 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in tryStoreMergeOfLoads()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17558 int64_t LdOffset = 0; in tryStoreMergeOfLoads() local
17561 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads()
17569 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in tryStoreMergeOfLoads()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17558 int64_t LdOffset = 0; in tryStoreMergeOfLoads() local
17561 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads()
17569 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in tryStoreMergeOfLoads()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17056 int64_t LdOffset = 0; in tryStoreMergeOfLoads() local
17059 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads()
17067 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in tryStoreMergeOfLoads()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17558 int64_t LdOffset = 0; in tryStoreMergeOfLoads() local
17561 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads()
17569 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in tryStoreMergeOfLoads()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17558 int64_t LdOffset = 0; in tryStoreMergeOfLoads() local
17561 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads()
17569 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in tryStoreMergeOfLoads()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17621 int64_t LdOffset = 0; in tryStoreMergeOfLoads() local
17624 if (!LdBasePtr.equalBaseIndex(LdPtr, DAG, LdOffset)) in tryStoreMergeOfLoads()
17632 LoadNodes.push_back(MemOpLink(Ld, LdOffset)); in tryStoreMergeOfLoads()