Home
last modified time | relevance | path

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

/freebsd-14.2/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.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-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp770 Address DestAddress = Dest.getAddress().withElementType(CGF.Int8Ty); in VisitCastExpr() local
774 Builder.CreateMemCpy(DestAddress, SourceAddress, SizeVal); in VisitCastExpr()
H A DCGBuiltin.cpp20958 llvm::Value *DestAddress = DestAddr.getPointer(); in EmitHexagonBuiltinExpr() local
20974 Builder.CreateAlignedStore(DestVal, DestAddress, DestAddr.getAlignment()); in EmitHexagonBuiltinExpr()