HomeSort by: relevance | last modified time | path
    Searched defs:RegsForValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 836 struct RegsForValue {
863 RegsForValue() = default;
864 RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, EVT valuevt,
866 RegsForValue(LLVMContext &Context, const TargetLowering &TLI,
875 void append(const RegsForValue &RHS) {
SelectionDAGBuilder.cpp 777 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt,
782 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI,
806 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG,
893 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG,
949 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching,
1002 RegsForValue::getRegsAndSizes() const {
1390 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), Reg,
1457 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo()
    [all...]

Completed in 36 milliseconds