Home
last modified time | relevance | path

Searched refs:argInst (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dinline_opaque_pass.cpp58 const Instruction* argInst = get_def_use_mgr()->GetDef(*iid); in HasOpaqueArgsOrReturn() local
59 if (IsOpaqueType(argInst->type_id())) return false; in HasOpaqueArgsOrReturn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dinline_opaque_pass.cpp58 const Instruction* argInst = get_def_use_mgr()->GetDef(*iid); in HasOpaqueArgsOrReturn() local
59 if (IsOpaqueType(argInst->type_id())) return false; in HasOpaqueArgsOrReturn()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dinline_opaque_pass.cpp58 const Instruction* argInst = get_def_use_mgr()->GetDef(*iid); in HasOpaqueArgsOrReturn() local
59 if (IsOpaqueType(argInst->type_id())) return false; in HasOpaqueArgsOrReturn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinline_opaque_pass.cpp58 const Instruction* argInst = get_def_use_mgr()->GetDef(*iid); in HasOpaqueArgsOrReturn() local
59 if (IsOpaqueType(argInst->type_id())) return false; in HasOpaqueArgsOrReturn()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dinline_opaque_pass.cpp58 const Instruction* argInst = get_def_use_mgr()->GetDef(*iid); in HasOpaqueArgsOrReturn() local
59 if (IsOpaqueType(argInst->type_id())) return false; in HasOpaqueArgsOrReturn()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dinline_opaque_pass.cpp58 const Instruction* argInst = get_def_use_mgr()->GetDef(*iid); in HasOpaqueArgsOrReturn() local
59 if (IsOpaqueType(argInst->type_id())) return false; in HasOpaqueArgsOrReturn()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dinline_opaque_pass.cpp58 const Instruction* argInst = get_def_use_mgr()->GetDef(*iid); in HasOpaqueArgsOrReturn() local
59 if (IsOpaqueType(argInst->type_id())) return false; in HasOpaqueArgsOrReturn()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCShader.cpp3151 if (GenIntrinsicInst * argInst = dyn_cast<GenIntrinsicInst>(genInst->getOperand(0))) in VMECoalescePattern() local
3153 if (IsCoalesced(argInst)) in VMECoalescePattern()
3158 switch (argInst->getIntrinsicID()) in VMECoalescePattern()
3166 bool OneUse = argInst->hasOneUse(); in VMECoalescePattern()
3170 return (argInst->getParent() == genInst->getParent()); in VMECoalescePattern()
3177 SmallPtrSet<Value*, 4> Users(argInst->user_begin(), argInst->user_end()); in VMECoalescePattern()
3186 if (GII->getParent() != argInst->getParent()) in VMECoalescePattern()
3198 auto E = argInst->getParent()->end(); in VMECoalescePattern()
3199 for (auto I = argInst->getIterator(); I != E; I++) in VMECoalescePattern()