Searched refs:getConstantSym (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceASanInstrumentation.cpp | 483 Call->addArg(Ctx->getConstantSym(0, Ctx->getGlobalString(RzArrayName))); in instrumentStart() 484 Call->addArg(Ctx->getConstantSym(0, Ctx->getGlobalString(RzSizesName))); in instrumentStart()
|
D | IceELFObjectWriter.cpp | 443 NewFixup.set_value(Ctx.getConstantSym( in writeDataOfType() 621 NewFixup.set_value(Ctx.getConstantSym(TargetOffset, JT.getFunctionName())); in writeJumpTable()
|
D | IceGlobalContext.h | 251 Constant *getConstantSym(RelocOffsetT Offset, GlobalString Name);
|
D | PNaClTranslator.cpp | 522 Ice::Constant *getConstantSym(Ice::GlobalString Name, bool IsExternal) const { in getConstantSym() function in __anon013ef65f0111::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 | IceConverter.cpp | 146 return Ctx->getConstantSym( in convertConstant()
|
D | IceGlobalContext.cpp | 808 Constant *GlobalContext::getConstantSym(RelocOffsetT Offset, in getConstantSym() function in Ice::GlobalContext
|
D | IceTargetLoweringX86BaseImpl.h | 1434 Ctx->getConstantSym(4 + SymOffset->getOffset(), SymOffset->getName()); 5896 Ctx->getConstantSym(NewAddr.Relocatable->getOffset() + NewAddr.Offset, 6179 return llvm::cast<ConstantRelocatable>(Ctx->getConstantSym(Offset, MaskName)); 6999 Constant *Offset = Ctx->getConstantSym(RelocOffset, JTName); 7971 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); 8285 Constant *Symbol = Ctx->getConstantSym(Offset, Immediate->getLabelName()); 8389 Ctx->getConstantSym(SymOffset, MemOperand->getOffset()->getLabelName());
|
D | IceCfgNode.cpp | 1479 Constant *Counter = Ctx->getConstantSym(Offset, Var->getName()); in profileExecutionCount()
|
D | WasmTranslator.cpp | 1072 Ctx->getConstantSym(0, Ctx->getGlobalString(TargetName)); in CallDirect()
|
D | IceTargetLoweringMIPS32.cpp | 5989 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()
|
D | IceTargetLoweringARM32.cpp | 6507 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 1492 Ice::Operand *ptr = ::context->getConstantSym(offset, name); in createConstantVector()
|