Searched refs:DestAddress (Results 1 – 7 of 7) sorted by relevance
346 Register DestAddress = MRI.createVirtualRegister(&Mips::GPR32RegClass); in select() local348 .addDef(DestAddress) in select()358 .addUse(DestAddress) in select()
1555 unsigned DestAddress; in fastLowerCall() local1557 DestAddress = materializeExternalCallSym(Symbol); in fastLowerCall()1559 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()1560 emitInst(TargetOpcode::COPY, Mips::T9).addReg(DestAddress); in fastLowerCall()
381 Register DestAddress = MRI.createVirtualRegister(&Mips::GPR32RegClass); in select() local383 .addDef(DestAddress) in select()393 .addUse(DestAddress) in select()
1553 unsigned DestAddress; in fastLowerCall() local1555 DestAddress = materializeExternalCallSym(Symbol); in fastLowerCall()1557 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()1558 emitInst(TargetOpcode::COPY, Mips::T9).addReg(DestAddress); in fastLowerCall()
1315 unsigned DestAddress; in fastLowerCall() local1317 DestAddress = materializeExternalCallSym(Symbol); in fastLowerCall()1319 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()1320 emitInst(TargetOpcode::COPY, Mips::T9).addReg(DestAddress); in fastLowerCall()
741 Address DestAddress = in VisitCastExpr() local746 Builder.CreateMemCpy(DestAddress, SourceAddress, SizeVal); in VisitCastExpr()
17211 llvm::Value *DestAddress = DestAddr.getPointer(); in EmitHexagonBuiltinExpr() local17228 Builder.CreateBitCast(DestAddress, DestVal->getType()->getPointerTo()); in EmitHexagonBuiltinExpr()