Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp346 Register DestAddress = MRI.createVirtualRegister(&Mips::GPR32RegClass); in select() local
348 .addDef(DestAddress) in select()
358 .addUse(DestAddress) in select()
DMipsFastISel.cpp1555 unsigned DestAddress; in fastLowerCall() local
1557 DestAddress = materializeExternalCallSym(Symbol); in fastLowerCall()
1559 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
1560 emitInst(TargetOpcode::COPY, Mips::T9).addReg(DestAddress); in fastLowerCall()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp381 Register DestAddress = MRI.createVirtualRegister(&Mips::GPR32RegClass); in select() local
383 .addDef(DestAddress) in select()
393 .addUse(DestAddress) in select()
DMipsFastISel.cpp1553 unsigned DestAddress; in fastLowerCall() local
1555 DestAddress = materializeExternalCallSym(Symbol); in fastLowerCall()
1557 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
1558 emitInst(TargetOpcode::COPY, Mips::T9).addReg(DestAddress); in fastLowerCall()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp1315 unsigned DestAddress; in fastLowerCall() local
1317 DestAddress = materializeExternalCallSym(Symbol); in fastLowerCall()
1319 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
1320 emitInst(TargetOpcode::COPY, Mips::T9).addReg(DestAddress); in fastLowerCall()
/external/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp741 Address DestAddress = in VisitCastExpr() local
746 Builder.CreateMemCpy(DestAddress, SourceAddress, SizeVal); in VisitCastExpr()
DCGBuiltin.cpp17211 llvm::Value *DestAddress = DestAddr.getPointer(); in EmitHexagonBuiltinExpr() local
17228 Builder.CreateBitCast(DestAddress, DestVal->getType()->getPointerTo()); in EmitHexagonBuiltinExpr()