Home
last modified time | relevance | path

Searched refs:PtrAddr (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp146 void *PtrAddr = JCE.allocIndirectGV( in emitGlobalValueIndirectSym() local
148 addIndirectSymAddr(Ptr, (intptr_t)PtrAddr); in emitGlobalValueIndirectSym()
149 return PtrAddr; in emitGlobalValueIndirectSym()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp523 uint64_t PtrAddr = reinterpret_cast<uint64_t>(PtrsBlock.base()); in emitIndirectStubsBlock() local
524 for (unsigned I = 0; I < NumStubs; ++I, PtrAddr += 4) in emitIndirectStubsBlock()
525 Stub[I] = 0xF1C40000000025ff | (PtrAddr << 16); in emitIndirectStubsBlock()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h283 void *PtrAddr = IndirectStubsInfos[Key.first].getPtr(Key.second); in findPointer() local
284 assert(PtrAddr && "Missing pointer address"); in findPointer()
286 static_cast<TargetAddress>(reinterpret_cast<uintptr_t>(PtrAddr)); in findPointer()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2155 Address PtrAddr = in emitAddrOfVarFromArray() local
2157 llvm::Value *Ptr = CGF.Builder.CreateLoad(PtrAddr); in emitAddrOfVarFromArray()
5277 auto PtrAddr = CGF.MakeNaturalAlignAddrLValue( in generateInfoForComponentList() local
5279 BP = CGF.EmitLoadOfPointerLValue(PtrAddr.getAddress(), in generateInfoForComponentList()
DCGExpr.cpp1982 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() argument
1985 Address Addr = EmitLoadOfPointer(PtrAddr, PtrTy, &Source); in EmitLoadOfPointerLValue()