Home
last modified time | relevance | path

Searched refs:computeCallAddress (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp176 bool computeCallAddress(const Value *V, Address &Addr);
545 bool MipsFastISel::computeCallAddress(const Value *V, Address &Addr) { in computeCallAddress() function in MipsFastISel
566 return computeCallAddress(U->getOperand(0), Addr); in computeCallAddress()
572 return computeCallAddress(U->getOperand(0), Addr); in computeCallAddress()
577 return computeCallAddress(U->getOperand(0), Addr); in computeCallAddress()
1540 if (!computeCallAddress(Callee, Addr)) in fastLowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp186 bool computeCallAddress(const Value *V, Address &Addr);
909 bool AArch64FastISel::computeCallAddress(const Value *V, Address &Addr) { in computeCallAddress() function in AArch64FastISel
928 return computeCallAddress(U->getOperand(0), Addr); in computeCallAddress()
935 return computeCallAddress(U->getOperand(0), Addr); in computeCallAddress()
940 return computeCallAddress(U->getOperand(0), Addr); in computeCallAddress()
3182 if (Callee && !computeCallAddress(Callee, Addr)) in fastLowerCall()