Searched refs:getCopyFromRegs (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 493 SDValue getCopyFromRegs(const Value *V, Type *Ty); 886 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
|
| H A D | StatepointLowering.cpp | 1172 SDValue CopyFromReg = getCopyFromRegs(SI, RetTy); in visitGCResult() 1209 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate()
|
| H A D | SelectionDAGBuilder.cpp | 806 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, in getCopyFromRegs() function in RegsForValue 1451 SDValue SelectionDAGBuilder::getCopyFromRegs(const Value *V, Type *Ty) { in getCopyFromRegs() function in SelectionDAGBuilder 1462 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, in getCopyFromRegs() 1480 if (SDValue copyFromReg = getCopyFromRegs(V, V->getType())) in getValue() 1658 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V); in getValueImpl() 8875 Val = OpInfo.AssignedRegs.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitInlineAsm()
|