Home
last modified time | relevance | path

Searched refs:G4_InstCF (Results 1 – 5 of 5) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp287 class G4_InstCF;
595 G4_InstCF* asCFInst() const in asCFInst()
598 return ((G4_InstCF*) this); in asCFInst()
1281 class G4_InstCF : public G4_INST class
1310 G4_InstCF(const IR_Builder& builder, in G4_InstCF() function in vISA::G4_InstCF
1325 G4_InstCF( in G4_InstCF() function in vISA::G4_InstCF
4136 inline bool G4_InstCF::isUniformGoto(unsigned KernelSimdSize) const in isUniformGoto()
4147 inline bool G4_InstCF::isIndirectJmp() const in isIndirectJmp()
4152 inline const char* G4_InstCF::getJipLabelStr() const in getJipLabelStr()
4158 inline const char* G4_InstCF::getUipLabelStr() const in getUipLabelStr()
[all …]
H A DFlowGraph.h258 std::unordered_map<G4_InstCF*, struct PseudoDcls> fcallToPseudoDclMap;
H A DBuildIRImpl.cpp1514 i = new (mem)G4_InstCF(*this, prd, op, mod, execSize, dst, src0, options); in createInst()
1735 G4_InstCF* ii = new (mem)G4_InstCF(*this, prd, op, execSize, jip, uip, options); in createCFInst()
H A DOptimizer.cpp459 G4_InstCF* fcall = bb->back()->asCFInst(); in adjustIndirectCallOffsetAfterSWSBSet()
2068 G4_InstCF *instCF = inst->asCFInst(); in fixEndIfWhileLabels()
9298 G4_InstCF* fcall = bb->back()->asCFInst(); in expandIndirectCallWithRegTarget()
13208 G4_InstCF* callI = BB->back()->asCFInst(); in applyFusedCallWA()
H A DFlowGraph.cpp3627 G4_InstCF* cfInst = Tail->back()->asCFInst(); in findNestedDivergentBBs()