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

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h112 unsigned lookUpRegForValue(const Value *V);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp158 unsigned Reg = lookUpRegForValue(V);
229 Reg = lookUpRegForValue(Op);
250 unsigned FastISel::lookUpRegForValue(const Value *V) { function in class:FastISel
623 if (unsigned Reg = lookUpRegForValue(Address))
690 } else if (unsigned Reg = lookUpRegForValue(V)) {

Completed in 87 milliseconds