Searched refs:RetReg (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 309 const MemRegion *RetReg = Call.getReturnValue().getAsRegion(); in checkPostCall() local 310 if (!RetReg) in checkPostCall() 342 C.addTransition(setDynamicTypeInfo(State, RetReg, DynResTy, false)); in checkPostCall() 352 C.addTransition(setDynamicTypeInfo(State, RetReg, RecDynType)); in checkPostCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 1723 Register RetReg = VA.getLocReg(); in SelectRet() local 1732 TII.get(TargetOpcode::COPY), RetReg).addReg(SrcReg); in SelectRet() 1734 RetRegs.push_back(RetReg); in SelectRet()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1293 unsigned RetReg = Subtarget->isTarget64BitLP64() ? X86::RAX : X86::EAX; in X86SelectRet() local 1295 TII.get(TargetOpcode::COPY), RetReg).addReg(Reg); in X86SelectRet() 1296 RetRegs.push_back(RetReg); in X86SelectRet()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2909 Register RetReg = MF.addLiveIn(SP::I7, TLI.getRegClassFor(PtrVT)); in LowerRETURNADDR() local 2910 RetAddr = DAG.getCopyFromReg(DAG.getEntryNode(), dl, RetReg, VT); in LowerRETURNADDR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3930 for (unsigned RetReg : RetRegs) in selectRet() local 3931 MIB.addReg(RetReg, RegState::Implicit); in selectRet()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.td | 1582 Register RetReg, RegisterOperand ResRO = RO>: 1584 PseudoInstExpansion<(JALRInst RetReg, ResRO:$rs)> {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 5912 SDValue RetReg = in LowerOperation() local 5914 return RetReg; in LowerOperation() 11799 SDValue RetReg = DAG.getNode(ISD::BUILD_PAIR, DL, MVT::i64, in ReplaceNodeResults() local 11801 Results.push_back(RetReg); in ReplaceNodeResults()
|