Home
last modified time | relevance | path

Searched refs:sourceInst (Results 1 – 22 of 22) sorted by relevance

/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/google/pprof/internal/report/
H A Dsource.go164 lines map[int][]sourceInst // Instructions to show per line
169 type sourceInst struct { struct
409 lines: map[int][]sourceInst{},
422 file.lines[f.Line] = append(file.lines[f.Line], sourceInst{addr, stack})
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/pprof/internal/report/
H A Dsource.go164 lines map[int][]sourceInst // Instructions to show per line
169 type sourceInst struct { struct
400 lines: map[int][]sourceInst{},
413 file.lines[f.Line] = append(file.lines[f.Line], sourceInst{addr, stack})
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/google/pprof/internal/report/
H A Dsource.go164 lines map[int][]sourceInst // Instructions to show per line
169 type sourceInst struct { struct
400 lines: map[int][]sourceInst{},
413 file.lines[f.Line] = append(file.lines[f.Line], sourceInst{addr, stack})
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/github.com/google/pprof/internal/report/
H A Dsource.go175 lines map[int][]sourceInst // Instructions to show per line
180 type sourceInst struct { struct
439 lines: map[int][]sourceInst{},
452 file.lines[f.Line] = append(file.lines[f.Line], sourceInst{addr, stack})
/dports/net/storj/storj-1.45.3/vendor/github.com/google/pprof/internal/report/
H A Dsource.go175 lines map[int][]sourceInst // Instructions to show per line
180 type sourceInst struct { struct
439 lines: map[int][]sourceInst{},
452 file.lines[f.Line] = append(file.lines[f.Line], sourceInst{addr, stack})
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/pprof/internal/report/
H A Dsource.go175 lines map[int][]sourceInst // Instructions to show per line
180 type sourceInst struct { struct
439 lines: map[int][]sourceInst{},
452 file.lines[f.Line] = append(file.lines[f.Line], sourceInst{addr, stack})
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/google/pprof/internal/report/
H A Dsource.go175 lines map[int][]sourceInst // Instructions to show per line
180 type sourceInst struct { struct
439 lines: map[int][]sourceInst{},
452 file.lines[f.Line] = append(file.lines[f.Line], sourceInst{addr, stack})
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DCustomUnsafeOptPass.cpp976 llvm::Instruction* sourceInst = llvm::dyn_cast<llvm::Instruction>(op[i]); in visitBinaryOperatorAddSubOp() local
977 if (!sourceInst) in visitBinaryOperatorAddSubOp()
982 if (I.getOpcode() == Instruction::FAdd && sourceInst->getOpcode() == Instruction::FSub) in visitBinaryOperatorAddSubOp()
988 if (op[1 - i] == sourceInst->getOperand(1)) in visitBinaryOperatorAddSubOp()
990 I.replaceAllUsesWith(sourceInst->getOperand(0)); in visitBinaryOperatorAddSubOp()
997 else if (I.getOpcode() == Instruction::FSub && sourceInst->getOpcode() == Instruction::FSub) in visitBinaryOperatorAddSubOp()
1003 if (i == 1 && op[0] == sourceInst->getOperand(0)) in visitBinaryOperatorAddSubOp()
1005 I.replaceAllUsesWith(sourceInst->getOperand(1)); in visitBinaryOperatorAddSubOp()
1011 else if (I.getOpcode() == Instruction::FSub && sourceInst->getOpcode() == Instruction::FAdd) in visitBinaryOperatorAddSubOp()
1014 srcOp[0] = sourceInst->getOperand(0); in visitBinaryOperatorAddSubOp()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/SPIRV/
H A DSpvBuilder.cpp2730 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
2731 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
2732 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
2735 sourceInst.addIdOperand(sourceFileStringId); in dumpSourceInstructions()
2744 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
2745 sourceInst.dump(out); in dumpSourceInstructions()
2755 sourceInst.dump(out); in dumpSourceInstructions()
2757 sourceInst.dump(out); in dumpSourceInstructions()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/SPIRV/
H A DSpvBuilder.cpp3071 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
3072 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
3073 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
3076 sourceInst.addIdOperand(fileId); in dumpSourceInstructions()
3085 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
3086 sourceInst.dump(out); in dumpSourceInstructions()
3096 sourceInst.dump(out); in dumpSourceInstructions()
3098 sourceInst.dump(out); in dumpSourceInstructions()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/SPIRV/
H A DSpvBuilder.cpp3039 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
3040 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
3041 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
3044 sourceInst.addIdOperand(fileId); in dumpSourceInstructions()
3053 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
3054 sourceInst.dump(out); in dumpSourceInstructions()
3064 sourceInst.dump(out); in dumpSourceInstructions()
3066 sourceInst.dump(out); in dumpSourceInstructions()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/SPIRV/
H A DSpvBuilder.cpp3039 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
3040 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
3041 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
3044 sourceInst.addIdOperand(fileId); in dumpSourceInstructions()
3053 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
3054 sourceInst.dump(out); in dumpSourceInstructions()
3064 sourceInst.dump(out); in dumpSourceInstructions()
3066 sourceInst.dump(out); in dumpSourceInstructions()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/SPIRV/
H A DSpvBuilder.cpp3039 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
3040 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
3041 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
3044 sourceInst.addIdOperand(fileId); in dumpSourceInstructions()
3053 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
3054 sourceInst.dump(out); in dumpSourceInstructions()
3064 sourceInst.dump(out); in dumpSourceInstructions()
3066 sourceInst.dump(out); in dumpSourceInstructions()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/SPIRV/
H A DSpvBuilder.cpp3199 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
3200 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
3201 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
3204 sourceInst.addIdOperand(fileId); in dumpSourceInstructions()
3213 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
3214 sourceInst.dump(out); in dumpSourceInstructions()
3224 sourceInst.dump(out); in dumpSourceInstructions()
3226 sourceInst.dump(out); in dumpSourceInstructions()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/SPIRV/
H A DSpvBuilder.cpp3199 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
3200 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
3201 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
3204 sourceInst.addIdOperand(fileId); in dumpSourceInstructions()
3213 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
3214 sourceInst.dump(out); in dumpSourceInstructions()
3224 sourceInst.dump(out); in dumpSourceInstructions()
3226 sourceInst.dump(out); in dumpSourceInstructions()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/SPIRV/
H A DSpvBuilder.cpp3199 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
3200 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
3201 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
3204 sourceInst.addIdOperand(fileId); in dumpSourceInstructions()
3213 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
3214 sourceInst.dump(out); in dumpSourceInstructions()
3224 sourceInst.dump(out); in dumpSourceInstructions()
3226 sourceInst.dump(out); in dumpSourceInstructions()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/SPIRV/
H A DSpvBuilder.cpp3199 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
3200 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
3201 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
3204 sourceInst.addIdOperand(fileId); in dumpSourceInstructions()
3213 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
3214 sourceInst.dump(out); in dumpSourceInstructions()
3224 sourceInst.dump(out); in dumpSourceInstructions()
3226 sourceInst.dump(out); in dumpSourceInstructions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/SPIRV/
H A DSpvBuilder.cpp3174 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
3175 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
3176 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
3179 sourceInst.addIdOperand(fileId); in dumpSourceInstructions()
3188 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
3189 sourceInst.dump(out); in dumpSourceInstructions()
3199 sourceInst.dump(out); in dumpSourceInstructions()
3201 sourceInst.dump(out); in dumpSourceInstructions()
/dports/graphics/glslang/glslang-11.7.1/SPIRV/
H A DSpvBuilder.cpp3245 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
3246 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
3247 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
3250 sourceInst.addIdOperand(fileId); in dumpSourceInstructions()
3259 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
3260 sourceInst.dump(out); in dumpSourceInstructions()
3270 sourceInst.dump(out); in dumpSourceInstructions()
3272 sourceInst.dump(out); in dumpSourceInstructions()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/SPIRV/
H A DSpvBuilder.cpp3199 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
3200 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
3201 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
3204 sourceInst.addIdOperand(fileId); in dumpSourceInstructions()
3213 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
3214 sourceInst.dump(out); in dumpSourceInstructions()
3224 sourceInst.dump(out); in dumpSourceInstructions()
3226 sourceInst.dump(out); in dumpSourceInstructions()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/SPIRV/
H A DSpvBuilder.cpp3199 Instruction sourceInst(NoResult, NoType, OpSource); in dumpSourceInstructions() local
3200 sourceInst.addImmediateOperand(source); in dumpSourceInstructions()
3201 sourceInst.addImmediateOperand(sourceVersion); in dumpSourceInstructions()
3204 sourceInst.addIdOperand(fileId); in dumpSourceInstructions()
3213 sourceInst.addStringOperand(subString.c_str()); in dumpSourceInstructions()
3214 sourceInst.dump(out); in dumpSourceInstructions()
3224 sourceInst.dump(out); in dumpSourceInstructions()
3226 sourceInst.dump(out); in dumpSourceInstructions()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPatternMatchPass.cpp3477 if (llvm::Instruction* sourceInst = llvm::cast<llvm::Instruction>(source); in MatchIntegerSatModifier() local
3478 sourceInst && sourceInst->hasOneUse() && SupportsSaturate(sourceInst)) in MatchIntegerSatModifier()
3485 uint numSources = GetNbSources(*sourceInst); in MatchIntegerSatModifier()
3488 MarkAsSource(sourceInst->getOperand(i)); in MatchIntegerSatModifier()
3499 satPattern->pattern = Match(*sourceInst); in MatchIntegerSatModifier()
3520 uint numSources = GetNbSources(*sourceInst); in MatchIntegerSatModifier()
3523 MarkAsSource(sourceInst->getOperand(i)); in MatchIntegerSatModifier()