Searched refs:lookUpRegForValue (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DFastISel.h106 /// lookUpRegForValue - Look up the value to see if its value is already
109 unsigned lookUpRegForValue(const Value *V);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp152 unsigned Reg = lookUpRegForValue(V);
189 unsigned Reg = lookUpRegForValue(V);
255 Reg = lookUpRegForValue(Op);
287 unsigned FastISel::lookUpRegForValue(const Value *V) { function in class:FastISel
1130 if (unsigned Reg = lookUpRegForValue(Address))
1206 } else if (unsigned Reg = lookUpRegForValue(V)) {
/external/llvm/include/llvm/CodeGen/
H A DFastISel.h263 unsigned lookUpRegForValue(const Value *V);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp205 Reg = lookUpRegForValue(Op);
226 unsigned FastISel::lookUpRegForValue(const Value *V) { function in class:FastISel
573 } else if (unsigned Reg = lookUpRegForValue(V)) {
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1959 unsigned Reg = lookUpRegForValue(IntExtVal);
2645 unsigned UseReg = lookUpRegForValue(SI);
4360 unsigned Reg = lookUpRegForValue(LI);
4443 unsigned UseReg = lookUpRegForValue(I);

Completed in 1022 milliseconds