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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 90 bool X86SelectCallAddress(const Value *V, X86AddressMode &AM);
583 /// X86SelectCallAddress - Attempt to fill in an address from the given value.
585 bool X86FastISel::X86SelectCallAddress(const Value *V, X86AddressMode &AM) {
600 return X86SelectCallAddress(U->getOperand(0), AM);
605 return X86SelectCallAddress(U->getOperand(0), AM);
611 return X86SelectCallAddress(U->getOperand(0), AM);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 101 bool X86SelectCallAddress(const Value *V, X86AddressMode &AM);
    [all...]

Completed in 80 milliseconds