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

  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 291 EVT MemType;
298 MemType = MVT::i32;
301 MemType = MVT::i32;
304 MemType = MVT::i32;
307 MemType = MVT::i64;
311 MemType.getSizeInBits()),
319 MachinePointerInfo::getConstantPool(), MemType,
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 364 static bool OffsetFitsS11(EVT MemType, int64_t Offset) {
365 if (MemType == MVT::i64 && isShiftedInt<11,3>(Offset)) {
368 if (MemType == MVT::i32 && isShiftedInt<11,2>(Offset)) {
371 if (MemType == MVT::i16 && isShiftedInt<11,1>(Offset)) {
374 if (MemType == MVT::i8 && isInt<11>(Offset)) {
    [all...]

Completed in 33 milliseconds