Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp381 Register DestAddress = MRI.createVirtualRegister(&Mips::GPR32RegClass); in select() local
383 .addDef(DestAddress) in select()
393 .addUse(DestAddress) in select()
H A DMipsFastISel.cpp1552 unsigned DestAddress; in fastLowerCall() local
1554 DestAddress = materializeExternalCallSym(Symbol); in fastLowerCall()
1556 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
1557 emitInst(TargetOpcode::COPY, Mips::T9).addReg(DestAddress); in fastLowerCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp745 Address DestAddress = in VisitCastExpr() local
750 Builder.CreateMemCpy(DestAddress, SourceAddress, SizeVal); in VisitCastExpr()
H A DCGBuiltin.cpp18154 llvm::Value *DestAddress = DestAddr.getPointer(); in EmitHexagonBuiltinExpr() local
18171 Builder.CreateBitCast(DestAddress, DestVal->getType()->getPointerTo()); in EmitHexagonBuiltinExpr()