Searched refs:LocalValueMap (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp96 LocalValueMap.clear();
120 DenseMap<const Value *, unsigned>::iterator VI = LocalValueMap.find(I);
121 assert(VI != LocalValueMap.end() && "Missed an argument?");
128 LocalValueMap.clear();
278 LocalValueMap[V] = Reg;
292 return LocalValueMap[V];
297 LocalValueMap[I] = Reg;
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h187 DenseMap<const Value *, unsigned> LocalValueMap; member in class:llvm::FastISel
557 /// \brief Clears LocalValueMap and moves the area for the new local variables
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp577 DenseMap<const Value *, unsigned>::iterator I = LocalValueMap.find(V);
579 if (I != LocalValueMap.end() && I->second != 0) {
613 LocalValueMap[V] = LoadReg;

Completed in 138 milliseconds