Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp552 struct LoadValue { struct in __anon5cb5eb3b0311::EarlyCSE
553 Instruction *DefInst = nullptr;
554 unsigned Generation = 0;
555 int MatchingId = -1;
556 bool IsAtomic = false;
559 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() argument
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp976 auto *LoadValue = ExprBuilder.create(AccessExpr); in generateCopyStmt() local
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp5033 LoadInst *LoadValue = in TEST_F() local
5043 LoadInst *LoadValue = in TEST_F() local
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp598 auto &LoadValue = MI.getOperand(0); in applyCombineExtendingLoads() local