Home
last modified time | relevance | path

Searched refs:getCopyFromRegs (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h296 SDValue getCopyFromRegs(const Value *V, Type *Ty);
706 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
H A DStatepointLowering.cpp1222 SDValue CopyFromReg = getCopyFromRegs(SI, RetTy); in visitGCResult()
1274 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate()
H A DSelectionDAGBuilder.cpp817 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, in getCopyFromRegs() function in RegsForValue
1466 SDValue SelectionDAGBuilder::getCopyFromRegs(const Value *V, Type *Ty) { in getCopyFromRegs() function in SelectionDAGBuilder
1477 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, in getCopyFromRegs()
1495 if (SDValue copyFromReg = getCopyFromRegs(V, V->getType())) in getValue()
1678 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V); in getValueImpl()
9094 Val = OpInfo.AssignedRegs.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitInlineAsm()