Searched refs:getVarName (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 245 static std::string getVarName(InstrProfIncrementInst *Inc, StringRef Prefix) { in getVarName() function 310 return M.getOrInsertComdat(StringRef(getVarName(Inc, ComdatPrefix))); in getOrCreateProfileComdat() 354 getVarName(Inc, getInstrProfCountersVarPrefix())); in getOrCreateRegionCounters() 375 getVarName(Inc, getInstrProfValuesVarPrefix())); in getOrCreateRegionCounters() 408 getVarName(Inc, getInstrProfDataVarPrefix())); in getOrCreateRegionCounters()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 626 static std::string getVarName(InstrProfIncrementInst *Inc, StringRef Prefix) { in getVarName() function 683 return M.getOrInsertComdat(StringRef(getVarName(Inc, ComdatPrefix))); in getOrCreateProfileComdat() 728 getVarName(Inc, getInstrProfCountersVarPrefix())); in getOrCreateRegionCounters() 749 getVarName(Inc, getInstrProfValuesVarPrefix())); in getOrCreateRegionCounters() 783 getVarName(Inc, getInstrProfDataVarPrefix())); in getOrCreateRegionCounters()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderViewportLayerArrayTests.hpp | 93 inline std::string getVarName() const in getVarName() function in gl4cts::ShaderViewportLayerArrayUtils::ShaderPipeline
|
D | gl4cShaderViewportLayerArrayTests.cpp | 242 varName += shaderPipeline.getVarName(); in renderQuad()
|