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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 471 // We are ok with KeptBitsVT being byte/word/dword, what SXT supports.
472 // XVT will be larger than KeptBitsVT.
473 MVT KeptBitsVT = MVT::getIntegerVT(KeptBits);
474 return VTIsOk(XVT) && VTIsOk(KeptBitsVT);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.h 830 // We are ok with KeptBitsVT being byte/word/dword, what MOVS supports.
831 // XVT will be larger than KeptBitsVT.
832 MVT KeptBitsVT = MVT::getIntegerVT(KeptBits);
833 return VTIsOk(XVT) && VTIsOk(KeptBitsVT);
    [all...]

Completed in 2836 milliseconds