Home
last modified time | relevance | path

Searched refs:computeRightBound (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp568 virtual void computeRightBound(G4_Operand* opnd);
1235 void computeRightBound(G4_Operand* opnd) override;
1514 void computeRightBound(G4_Operand* opnd) override;
2424 inst->computeRightBound(this); in getLeftBound()
2432 inst->computeRightBound(this); in getRightBound()
2442 inst->computeRightBound(this); in getBitVecL()
2451 inst->computeRightBound(this); in getBitVecH()
3302 getInst()->computeRightBound(this); in isCrossGRFDst()
3379 unsigned computeRightBound(uint8_t exec_size) override;
4220 void computeRightBound(G4_Operand* opnd) in computeRightBound() function in vISA::G4_SpillIntrinsic
[all …]
H A DG4_IR.cpp253 computeRightBound(predicate); in G4_INST()
254 computeRightBound(mod); in G4_INST()
4145 getInst()->computeRightBound(this); in getMaxExecSize()
7166 computeRightBound(predicate); in computeARFRightBound()
7167 computeRightBound(mod); in computeARFRightBound()
7168 computeRightBound(implAccSrc); in computeARFRightBound()
7169 computeRightBound(implAccDst); in computeARFRightBound()
7228 computeRightBound(p); in setPredicate()
7290 computeRightBound(m); in setCondMod()
7303 computeRightBound(opnd); in setImplAccSrc()
[all …]
H A DG4_Verifier.cpp510 newRgn.computeRightBound(execSize); in verifyOpnd()
543 newRgn.computeRightBound(inst->getExecSize() > g4::SIMD8 ? in verifyOpnd()
607 newRgn.computeRightBound(execSize); in verifyOpnd()
689 newRgn.computeRightBound(execSize); in verifyOpnd()
724 newRgn.computeRightBound(execSize); in verifyOpnd()
H A DOptimizer.cpp9860 inst->computeRightBound(dst); in recomputeBound()
9876 inst->computeRightBound(src); in recomputeBound()