Searched refs:pData (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | lsr-setupcost.ll | 69 …%pData = getelementptr inbounds %struct.arm_matrix_instance_q15, %struct.arm_matrix_instance_q15* … 70 %i4 = load i16*, i16** %pData, align 4
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | insert4.ll | 13 define i32 @fun(%struct.a* nocapture %pData, i64 %c, i64* nocapture %d, i64* nocapture %e, i64* noc… 15 %g = getelementptr inbounds %struct.a, %struct.a* %pData, i32 0, i32 0
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 838 const char *pData = nullptr; in emitSection() local 849 pData = data.data(); in emitSection() 884 memcpy(Addr, pData, DataSize); in emitSection() 899 << Name << " obj addr: " << format("%p", pData) in emitSection() 917 SectionEntry(Name, Addr, DataSize, Allocate, (uintptr_t)pData)); in emitSection()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | 2008-04-23-CoalescerCrash.ll | 83 define i32 @_Z17program_64B_blockyPm(i64 %Base, i32* %pData) nounwind {
|