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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h     [all...]
SelectionDAGBuilder.cpp 616 RegsForValue::RegsForValue() {}
618 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt,
622 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI,
640 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG,
745 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG,
    [all...]
StatepointLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 542 /// RegsForValue - This struct represents the registers (physical or virtual)
551 struct RegsForValue {
574 RegsForValue() {}
576 RegsForValue(const SmallVector<unsigned, 4> &regs,
580 RegsForValue(LLVMContext &Context, const TargetLowering &tli,
606 void append(const RegsForValue &RHS) {
641 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG,
732 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG, DebugLoc dl,
782 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching,
    [all...]

Completed in 276 milliseconds