Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp1302 unsigned DestAddress; in fastLowerCall() local
1304 DestAddress = materializeExternalCallSym(Symbol); in fastLowerCall()
1306 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
1307 emitInst(TargetOpcode::COPY, Mips::T9).addReg(DestAddress); in fastLowerCall()