Home
last modified time | relevance | path

Searched defs:LoadValue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp557 struct LoadValue { struct in __anon16fc0a160311::EarlyCSE
558 Instruction *DefInst = nullptr;
559 unsigned Generation = 0;
560 int MatchingId = -1;
561 bool IsAtomic = false;
564 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp450 auto &LoadValue = MI.getOperand(0); in matchCombineExtendingLoads() local
553 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local