Home
last modified time | relevance | path

Searched refs:setAddress (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.cpp252 B->setAddress(NextBlockAddr); in allocateSegments()
285 Sym->getAddressable().setAddress(ResultI->second.getAddress()); in applyLookupResult()
DJITLink.cpp173 B.setAddress(B.getAddress() + SplitIndex); in splitBlock()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_inlines.h363 void Symbol::setAddress(Symbol *base, int32_t offset) in setAddress() function
Dnv50_ir_build_util.cpp584 sym->setAddress(baseSym, baseAddr + idx * eltSize); in mkSymbol()
Dnv50_ir.h812 inline void setAddress(Symbol *base, int32_t offset);
Dnv50_ir_ra.cpp1683 slot.sym->setAddress(NULL, offset); in assignSlot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp904 SymI->second.setAddress(SymI->second.getAddress()); in replace()
1063 SymI->second.setAddress(ResolvedSym.getAddress()); in resolve()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h972 void setAddress(JITTargetAddress Addr) { this->Addr = Addr; } in setAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h121 void setAddress(JITTargetAddress Address) { this->Address = Address; } in setAddress() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp1709 IBR->setAddress(BlockAddress::get(IBR->getSuccessor(0))); in ResolvedUndefsIn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h3604 void setAddress(Value *V) { setOperand(0, V); }