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

  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 253 MVT RegisterVT;
257 NumIntermediates, RegisterVT);
260 assert(RegisterVT == PartVT && "Part type doesn't match vector breakdown!");
261 assert(RegisterVT == Parts[0].getSimpleValueType() &&
537 MVT RegisterVT;
541 NumIntermediates, RegisterVT);
546 assert(RegisterVT == PartVT && "Part type doesn't match vector breakdown!");
626 MVT RegisterVT = tli.getRegisterType(Context, ValueVT);
629 RegVTs.push_back(RegisterVT);
691 MVT RegisterVT = RegVTs[Value]
    [all...]
FunctionLoweringInfo.cpp 494 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT);
498 unsigned R = CreateReg(RegisterVT);
FastISel.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 472 MVT &RegisterVT) const;
751 MVT RegisterVT;
754 NumIntermediates, RegisterVT);
755 return RegisterVT;
    [all...]

Completed in 7477 milliseconds