Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp281 struct LoadValue { struct in __anon68e036b60311::EarlyCSE
282 Instruction *DefInst;
283 unsigned Generation;
284 int MatchingId;
285 bool IsAtomic;
286 bool IsInvariant;
287 LoadValue() in LoadValue() function
290 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp366 struct LoadValue { struct in __anonca29b00e0311::EarlyCSE
367 Instruction *DefInst = nullptr;
368 unsigned Generation = 0;
369 int MatchingId = -1;
370 bool IsAtomic = false;
373 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() function
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp2126 SDValue LoadValue = DAG.getLoad(MVT::i32, dl, DAG.getEntryNode(), Callee, in LowerCall() local