Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp375 Register DestAddress = MRI.createVirtualRegister(&Mips::GPR32RegClass); in select() local
377 .addDef(DestAddress) in select()
387 .addUse(DestAddress) in select()
H A DMipsFastISel.cpp1546 unsigned DestAddress; in fastLowerCall() local
1548 DestAddress = materializeExternalCallSym(Symbol); in fastLowerCall()
1550 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
1551 emitInst(TargetOpcode::COPY, Mips::T9).addReg(DestAddress); in fastLowerCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp780 Address DestAddress = Dest.getAddress().withElementType(CGF.Int8Ty); in VisitCastExpr() local
784 Builder.CreateMemCpy(DestAddress, SourceAddress, SizeVal); in VisitCastExpr()
H A DCGBuiltin.cpp21712 llvm::Value *DestAddress = DestAddr.emitRawPointer(*this); in EmitHexagonBuiltinExpr() local
21728 Builder.CreateAlignedStore(DestVal, DestAddress, DestAddr.getAlignment()); in EmitHexagonBuiltinExpr()