Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp484 Call->addArg(Ctx->getConstantSym(0, Ctx->getGlobalString(RzArrayName))); in instrumentStart()
485 Call->addArg(Ctx->getConstantSym(0, Ctx->getGlobalString(RzSizesName))); in instrumentStart()
DIceELFObjectWriter.cpp436 NewFixup.set_value(Ctx.getConstantSym( in writeDataOfType()
603 NewFixup.set_value(Ctx.getConstantSym(TargetOffset, JT.getFunctionName())); in writeJumpTable()
DIceGlobalContext.h250 Constant *getConstantSym(RelocOffsetT Offset, GlobalString Name);
DPNaClTranslator.cpp522 Ice::Constant *getConstantSym(Ice::GlobalString Name, bool IsExternal) const { in getConstantSym() function in __anona889abdc0111::TopLevelParser
528 return Ctx->getConstantSym(Offset, Name); in getConstantSym()
549 Ice::Constant *C = getConstantSym(Func->getName(), Func->isProto()); in createValueIDsForFunctions()
560 getConstantSym(Decl->getName(), !Decl->hasInitializer()); in createValueIDsForGlobalVars()
DIceGlobalContext.cpp726 Constant *GlobalContext::getConstantSym(RelocOffsetT Offset, in getConstantSym() function in Ice::GlobalContext
DIceConverter.cpp146 return Ctx->getConstantSym( in convertConstant()
DIceTargetLoweringX8632.cpp1263 Ctx->getConstantSym(4 + SymOffset->getOffset(), SymOffset->getName()); in hiOperand()
5502 Ctx->getConstantSym(NewAddr.Relocatable->getOffset() + NewAddr.Offset, in computeAddressOpt()
5766 return llvm::cast<ConstantRelocatable>(Ctx->getConstantSym(Offset, MaskName)); in lowerShuffleVector_CreatePshufbMask()
6544 Constant *Offset = Ctx->getConstantSym(RelocOffset, JTName); in lowerCaseCluster()
7410 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()
DIceTargetLoweringX8664.cpp4912 Ctx->getConstantSym(NewAddr.Relocatable->getOffset() + NewAddr.Offset, in computeAddressOpt()
5176 return llvm::cast<ConstantRelocatable>(Ctx->getConstantSym(Offset, MaskName)); in lowerShuffleVector_CreatePshufbMask()
5925 Constant *Offset = Ctx->getConstantSym(RelocOffset, JTName); in lowerCaseCluster()
6683 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()
DWasmTranslator.cpp1072 Ctx->getConstantSym(0, Ctx->getGlobalString(TargetName)); in CallDirect()
DIceTargetLoweringMIPS32.cpp5906 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()
DIceTargetLoweringARM32.cpp6226 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()