HomeSort by: relevance | last modified time | path
    Searched refs:canReuseLoadAddress (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 1146 bool canReuseLoadAddress(SDValue Op, EVT MemVT, ReuseLoadInfo &RLI,
PPCISelLowering.cpp 8156 bool PPCTargetLowering::canReuseLoadAddress(SDValue Op, EVT MemVT,
8489 if (canReuseLoadAddress(SINT, MVT::i64, RLI, DAG)) {
8494 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::SEXTLOAD)) {
8504 canReuseLoadAddress(SINT, MVT::i32, RLI, DAG, ISD::ZEXTLOAD)) {
8580 if (!(ReusingLoad = canReuseLoadAddress(Src, MVT::i32, RLI, DAG))) {

Completed in 46 milliseconds