HomeSort by: relevance | last modified time | path
    Searched refs:getCopyFromRegs (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 493 SDValue getCopyFromRegs(const Value *V, Type *Ty);
886 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
StatepointLowering.cpp 1172 SDValue CopyFromReg = getCopyFromRegs(SI, RetTy);
1209 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(),
SelectionDAGBuilder.cpp 806 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG,
1448 /// getCopyFromRegs - If there was virtual register allocated for the value V
1450 SDValue SelectionDAGBuilder::getCopyFromRegs(const Value *V, Type *Ty) {
1461 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr,
1479 if (SDValue copyFromReg = getCopyFromRegs(V, V->getType()))
1657 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V);
8817 Val = OpInfo.AssignedRegs.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(),

Completed in 26 milliseconds