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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
LegalizerInfo.cpp 213 for (SizeAndAction BitsizeAndAction : VectorSpecifiedActions.second) {
419 LegalizerInfo::SizeAndAction
427 [](const uint32_t Size, const SizeAndAction lhs) -> bool {
501 auto SizeAndAction = findAction(Vec, Aspect.Type.getSizeInBits());
502 return {SizeAndAction.second,
503 Aspect.Type.isScalar() ? LLT::scalar(SizeAndAction.first)
505 SizeAndAction.first)};
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h 763 using SizeAndAction = std::pair<uint16_t, LegalizeAction>;
764 using SizeAndActionsVec = std::vector<SizeAndAction>;
    [all...]

Completed in 284 milliseconds