Home
last modified time | relevance | path

Searched refs:SPIRVDBG (Results 1 – 15 of 15) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVStream.cpp109 SPIRVDBG(spvdbgs() << "Read word: W = " << W << " V = " << V << '\n'); in decode()
151 SPIRVDBG(spvdbgs() << "Read string: \"" << Str << "\"\n"); in SPIRV_DEF_ENCDEC()
168 SPIRVDBG(spvdbgs() << "Read string: \"" << Str << "\"\n"); in SPIRV_DEF_ENCDEC()
195 SPIRVDBG(spvdbgs() << "[SPIRVDecoder] getWordCountAndOpCode EOF " << in getWordCountAndOpCode()
206 SPIRVDBG(spvdbgs() << "[SPIRVDecoder] getWordCountAndOpCode FAIL " << in getWordCountAndOpCode()
224 SPIRVDBG(spvdbgs() << "[SPIRVDecoder] getWordCountAndOpCode FAIL " << in getWordCountAndOpCode()
228 SPIRVDBG(spvdbgs() << "[SPIRVDecoder] getWordCountAndOpCode " << WordCount << in getWordCountAndOpCode()
DSPIRVDebug.h54 #define SPIRVDBG(x) if(SPIRVDbgEnable) {x;} macro
76 #define SPIRVDBG(x)
DSPIRVValue.cpp53 SPIRVDBG(spvdbgs() << "Set alignment " << A << " for obj " << Id << "\n") in setAlignment()
73 SPIRVDBG(spvdbgs() << "Set volatile " << " for obj " << Id << "\n") in setVolatile()
DSPIRVEntry.cpp90 SPIRVDBG(spvdbgs() << "No factory for OpCode " << (unsigned)OpCode << '\n';) in create()
153 SPIRVDBG(spvdbgs() << "Set name for obj " << Id << " " << in setName()
261 SPIRVDBG(spvdbgs() << "[addDecorate] " << *Dec << '\n';) in addDecorate()
282 SPIRVDBG(spvdbgs() << "[takeDecorates] " << Id << '\n';) in takeDecorates()
289 SPIRVDBG(spvdbgs() << "[setLine] " << *L << '\n';) in setLine()
307 SPIRVDBG(spvdbgs() << "[addMemberDecorate] " << *Dec << '\n';) in addMemberDecorate()
329 SPIRVDBG(spvdbgs() << "[takeMemberDecorates] " << Id << '\n';) in takeMemberDecorates()
DSPIRVFunction.cpp102 SPIRVDBG(spvdbgs() << "Decode function: " << Id << '\n'); in decode()
136 SPIRVDBG(spvdbgs() << "Decode BB: " << BB->getId() << '\n'); in decodeBB()
DSPIRVDecorate.h116 SPIRVDBG(spvdbgs() << "[compare decorate] " << *Dec in insert()
120 SPIRVDBG(spvdbgs() << " diff\n"); in insert()
122 SPIRVDBG(spvdbgs() << "[add decorate] " << *Dec << '\n'); in insert()
DSPIRVStream.h104 SPIRVDBG(spvdbgs() << "Read word: W = " << W << " V = " << V << '\n'); in DecodeBinary()
116 SPIRVDBG(spvdbgs() << "Read word: W = " << W << " V = " << V << '\n');
DSPIRVModule.cpp390 SPIRVDBG(spvdbgs() << "[optimizeDecorates] begin\n"); in optimizeDecorates()
393 SPIRVDBG(spvdbgs() << " check " << *D << '\n'); in optimizeDecorates()
399 SPIRVDBG(spvdbgs() << " equal range " << **ER.first in optimizeDecorates()
408 SPIRVDBG(spvdbgs() << " skip equal range \n"); in optimizeDecorates()
411 SPIRVDBG(spvdbgs() << " add deco group. erase equal range\n"); in optimizeDecorates()
453 SPIRVDBG(spvdbgs() << "addCapability: " << Cap << '\n'); in addCapability()
1354 SPIRVDBG(spvdbgs() << "[addDecorationGroup] {" << *Group << "}\n"; in addDecorationGroup()
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerConstExpr.cpp133 SPIRVDBG(dbgs() << "[lowerConstantExpressions] " << *CE;) in visit()
136 SPIRVDBG(dbgs() << " -> " << *ReplInst << '\n';) in visit()
141 SPIRVDBG(dbgs() << "[lowerConstantExpressions] Use: " << in visit()
DSPIRVWriter.cpp235 SPIRVDBG(dbgs() << "[mapType] " << *T << " => "; in mapType()
252 SPIRVDBG(dbgs() << "[mapValue] " << *V << " => "; in mapValue()
337 SPIRVDBG(spvdbgs() << "CallInst: demangled name: " << DemangledName << '\n'); in isBuiltinTransToInst()
447 SPIRVDBG(dbgs() << "[transType] " << *T << '\n'); in transType()
680 SPIRVDBG(dbgs() << "[transFunction] " << *F << " => "; in transFunctionDecl()
778 SPIRVDBG(dbgs() << "ConstantExpr: " << *ConstUE << '\n'; in transConstant()
798 SPIRVDBG(dbgs() << "[transValue] " << *V << '\n'); in transValue()
1337 SPIRVDBG(dbgs() << "[mutate arg type] " << *Call << ", " << *Arg << '\n'); in mutateFuncArgType()
1343 SPIRVDBG(dbgs() << "[mutate arg type] -> " << *Cast << '\n'); in mutateFuncArgType()
1579 SPIRVDBG(dbgs() << "Users of " << *V << " :\n"); in dumpUsers()
[all …]
DSPIRVReader.cpp411 SPIRVDBG(dbgs() << *T << '\n';) in mapType()
459 SPIRVDBG(spvdbgs() << "[mapFunction] " << *BF << " -> "; in mapFunction()
617 SPIRVDBG(dbgs() << "[transOCLBuiltinFromVariable] " << *I << " -> " << in transOCLBuiltinFromVariable()
683 SPIRVDBG(spvdbgs() << "[transType] " << *T << " -> ";) in transType()
906 SPIRVDBG(spvdbgs() << "[transValue] " << *BV << " -> ";) in transValue()
911 SPIRVDBG(dbgs() << " Warning ! nullptr\n";) in transValue()
921 SPIRVDBG(dbgs() << *V << '\n';) in transValue()
952 SPIRVDBG(if (!CastInst::castIsValid(CO, Src, Dst)) { in transConvertInst()
1806 SPIRVDBG(spvdbgs() << "Cannot translate " << *BV << '\n';) in transValueWithoutDecoration()
1981 SPIRVDBG( in transBuiltinFromInst()
[all …]
DSPIRVRegularizeLLVM.cpp162 SPIRVDBG(errs() << "Fails to verify module: " << ErrorOS.str();) in regularize()
DSPIRVLowerOCLBlocks.cpp211 SPIRVDBG(dbgs() << " Block user: " << *BlkUser << '\n'); in lowerBlockBind()
DOCL20ToSPIRV.cpp1154 SPIRVDBG(dbgs() << "[regularizeOCLConvert] " << *CI << " <- " << in eraseUselessConvert()
1322 SPIRVDBG(spvdbgs() << "[visitCallVecLoadStore] DemangledName: " << in visitCallVecLoadStore()
DSPIRVUtil.cpp105 SPIRVDBG(errs() << "Fails to open output file: " << EC.message();) in saveLLVMModule()