Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DLiveVars.cpp501 bool LiveVars::isLiveAt(Value* VL, Instruction* MI) { in isLiveAt() function in LiveVars
699 if (isLiveAt(V0, I1) || isLiveAt(V1, I0)) { in hasInterference()
H A DLiveVars.hpp205 bool isLiveAt(llvm::Value* LV, llvm::Instruction* MI);
H A DDeSSA.cpp823 if (NewParent && LV->isLiveAt(NewParent, DefMI)) { in SplitInterferencesForBasicBlock()
1066 if (!LV->isLiveAt(SrcV, Inst) && in CoalesceInsertElementsForBasicBlock()
1115 if (!LV->isLiveAt(SrcV, Inst)) { in CoalesceInsertElementsForBasicBlock()
H A DCoalescingEngine.cpp830 if (NewParent && LV->isLiveAt(NewParent, tupleGeneratingInstruction)) { in IsInsertionSlotAvailable()
967 if (LV->isLiveAt(dominating, dyn_cast<llvm::Instruction>(val))) in ProcessElements()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp1785 bool isLiveAt(uint32_t VISAIndex) const in isLiveAt() function in vISA::LiveIntervalInfo