Home
last modified time | relevance | path

Searched defs:PtrAddr (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp521 uint64_t PtrAddr = reinterpret_cast<uint64_t>(PtrsBlock.base()); in emitIndirectStubsBlock() local
707 uint64_t PtrAddr = reinterpret_cast<uint64_t>(Stub) + NumPages * PageSize; in emitIndirectStubsBlock() local
953 uint64_t PtrAddr = reinterpret_cast<uint64_t>(PtrsBlock.base()); in emitIndirectStubsBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp504 uint64_t PtrAddr = PointersBlockTargetAddress; in writeIndirectStubsBlock() local
674 uint64_t PtrAddr = PointersBlockTargetAddress; in writeIndirectStubsBlock() local
893 uint64_t PtrAddr = PointersBlockTargetAddress; in writeIndirectStubsBlock() local
H A DEPCIndirectionUtils.cpp205 JITTargetAddress PtrAddr = 0; in updatePointer() local
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h283 void *PtrAddr = IndirectStubsInfos[Key.first].getPtr(Key.second); in findPointer() local
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp523 uint64_t PtrAddr = reinterpret_cast<uint64_t>(PtrsBlock.base()); in emitIndirectStubsBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h340 void *PtrAddr = IndirectStubsInfos[Key.first].getPtr(Key.second); in findPointer() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h418 auto PtrAddr = ExecutorAddr::fromPtr(PtrPtr); in findPointer() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h417 void *PtrAddr = IndirectStubsInfos[Key.first].getPtr(Key.second); in findPointer() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h418 auto PtrAddr = ExecutorAddr::fromPtr(PtrPtr); in findPointer() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h418 auto PtrAddr = ExecutorAddr::fromPtr(PtrPtr); in findPointer() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h418 auto PtrAddr = ExecutorAddr::fromPtr(PtrPtr); in findPointer() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2155 Address PtrAddr = in emitAddrOfVarFromArray() local
5277 auto PtrAddr = CGF.MakeNaturalAlignAddrLValue( in generateInfoForComponentList() local
H A DCGExpr.cpp1982 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue()