HomeSort by relevance Sort by last modified time
    Searched refs:getCopyFromRegs (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 663 /// getCopyFromRegs - If there was virtual register allocated for the value V
665 SDValue getCopyFromRegs(const Value *V, Type *Ty);
    [all...]
StatepointLowering.cpp     [all...]
SelectionDAGBuilder.cpp 636 /// getCopyFromRegs - Emit a series of CopyFromReg nodes that copies from
640 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 673 /// getCopyFromRegs - If there was virtual register allocated for the value V
675 SDValue getCopyFromRegs(const Value *V, Type *Ty);
    [all...]
StatepointLowering.cpp     [all...]
SelectionDAGBuilder.cpp 775 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 612 /// getCopyFromRegs - Emit a series of CopyFromReg nodes that copies from
616 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo,
637 /// getCopyFromRegs - Emit a series of CopyFromReg nodes that copies from
641 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG,
    [all...]

Completed in 450 milliseconds