Searched refs:getCopyFromRegs (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 348 SDValue getCopyFromRegs(const Value *V, Type *Ty); 762 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
|
| H A D | StatepointLowering.cpp | 1193 SDValue CopyFromReg = getCopyFromRegs(SI, RetTy); in visitGCResult() 1241 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate()
|
| H A D | SelectionDAGBuilder.cpp | 833 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, in getCopyFromRegs() function in RegsForValue 1527 SDValue SelectionDAGBuilder::getCopyFromRegs(const Value *V, Type *Ty) { in getCopyFromRegs() function in SelectionDAGBuilder 1538 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, in getCopyFromRegs() 1556 if (SDValue copyFromReg = getCopyFromRegs(V, V->getType())) in getValue() 1734 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V); in getValueImpl() 9343 Val = OpInfo.AssignedRegs.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitInlineAsm()
|