Home
last modified time | relevance | path

Searched defs:branchCtrl (Results 1 – 13 of 13) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Backend/GED/
H A DDecoder.cpp1486 BranchCntrl branchCtrl = BranchCntrl::OFF; in decodeBranchSimplifiedInstruction() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/jit/ngen/
H A Dngen_asm.hpp725 void else_(const InstructionModifier &mod, Label &jip, Label &uip, bool branchCtrl = false) { in else_()
762 void goto_(const InstructionModifier &mod, Label &jip, Label &uip, bool branchCtrl = false) { in goto_()
778 void if_(const InstructionModifier &mod, Label &jip, Label &uip, bool branchCtrl = false) { in if_()
H A Dngen_gen8.hpp238 unsigned branchCtrl : 1; member
H A Dngen_xe.hpp244 unsigned branchCtrl : 1; member
H A Dngen.hpp559 void else_(InstructionModifier mod, Label &jip, Label &uip, bool branchCtrl = false) { in else_()
592 void goto_(InstructionModifier mod, Label &jip, Label &uip, bool branchCtrl = false) { in goto_()
605 void if_(InstructionModifier mod, Label &jip, Label &uip, bool branchCtrl = false) { in if_()
H A Dngen_core.hpp1531 constexpr14 void setBranchCtrl(bool branchCtrl) { parts.accWrCtrl = branchCtrl; } in setBranchCtrl()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/ngen/
H A Dngen_gen8.hpp238 unsigned branchCtrl : 1; member
H A Dngen.hpp616 void else_(InstructionModifier mod, Label &jip, Label &uip, bool branchCtrl = false) { in else_()
649 void goto_(InstructionModifier mod, Label &jip, Label &uip, bool branchCtrl = false) { in goto_()
662 void if_(InstructionModifier mod, Label &jip, Label &uip, bool branchCtrl = false) { in if_()
H A Dngen_asm.hpp803 void else_(const InstructionModifier &mod, Label &jip, Label &uip, bool branchCtrl = false) { in else_()
840 void goto_(const InstructionModifier &mod, Label &jip, Label &uip, bool branchCtrl = false) { in goto_()
856 void if_(const InstructionModifier &mod, Label &jip, Label &uip, bool branchCtrl = false) { in if_()
H A Dngen_gen12.hpp406 unsigned branchCtrl : 1; member
H A Dngen_core.hpp1602 constexpr14 void setBranchCtrl(bool branchCtrl) { parts.accWrCtrl = branchCtrl; } in setBranchCtrl()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/jit/gemm/
H A Dgen_gemm_kernel_generator.cpp329 ngen::Label &jip, ngen::Label &uip, bool branchCtrl) { in goto12()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/gemm/
H A Dgen_gemm_kernel_generator.cpp351 Label &jip, Label &uip, bool branchCtrl) { in goto12()