Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp766 Address DestAddress = in VisitCastExpr() local
771 Builder.CreateMemCpy(DestAddress, SourceAddress, SizeVal); in VisitCastExpr()
H A DCGBuiltin.cpp19307 llvm::Value *DestAddress = DestAddr.getPointer(); in EmitHexagonBuiltinExpr() local
19324 Builder.CreateBitCast(DestAddress, DestVal->getType()->getPointerTo()); in EmitHexagonBuiltinExpr()