HomeSort by relevance Sort by last modified time
    Searched refs:lookUpRegForValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
FastISel.h 112 unsigned lookUpRegForValue(const Value *V);
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 158 unsigned Reg = lookUpRegForValue(V);
229 Reg = lookUpRegForValue(Op);
250 unsigned FastISel::lookUpRegForValue(const Value *V) {
623 if (unsigned Reg = lookUpRegForValue(Address))
690 } else if (unsigned Reg = lookUpRegForValue(V)) {
    [all...]

Completed in 24 milliseconds