Searched refs:getConstantSym (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceASanInstrumentation.cpp | 484 Call->addArg(Ctx->getConstantSym(0, Ctx->getGlobalString(RzArrayName))); in instrumentStart() 485 Call->addArg(Ctx->getConstantSym(0, Ctx->getGlobalString(RzSizesName))); in instrumentStart()
|
D | IceELFObjectWriter.cpp | 436 NewFixup.set_value(Ctx.getConstantSym( in writeDataOfType() 603 NewFixup.set_value(Ctx.getConstantSym(TargetOffset, JT.getFunctionName())); in writeJumpTable()
|
D | IceGlobalContext.h | 250 Constant *getConstantSym(RelocOffsetT Offset, GlobalString Name);
|
D | PNaClTranslator.cpp | 522 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()
|
D | IceGlobalContext.cpp | 726 Constant *GlobalContext::getConstantSym(RelocOffsetT Offset, in getConstantSym() function in Ice::GlobalContext
|
D | IceConverter.cpp | 146 return Ctx->getConstantSym( in convertConstant()
|
D | IceTargetLoweringX8632.cpp | 1263 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()
|
D | IceTargetLoweringX8664.cpp | 4912 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()
|
D | WasmTranslator.cpp | 1072 Ctx->getConstantSym(0, Ctx->getGlobalString(TargetName)); in CallDirect()
|
D | IceTargetLoweringMIPS32.cpp | 5906 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()
|
D | IceTargetLoweringARM32.cpp | 6226 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()
|