Searched defs:LoadValue (Results 1 – 3 of 3) sorted by relevance
519 struct LoadValue { struct in __anon9d8f24f70311::EarlyCSE520 Instruction *DefInst = nullptr;521 unsigned Generation = 0;522 int MatchingId = -1;523 bool IsAtomic = false;526 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() function
400 auto &LoadValue = MI.getOperand(0); in matchCombineExtendingLoads() local487 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local
546 void CodeGenerator::LoadValue(ValueNode *node) { in LoadValue() function in mindspore::pijit::CodeGenerator