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

  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 237 EVT MemType;
244 MemType = MVT::i32;
247 MemType = MVT::i32;
250 MemType = MVT::i32;
253 MemType = MVT::i64;
257 MemType.getSizeInBits()),
270 MachinePointerInfo::getConstantPool(), MemType,
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 315 static bool OffsetFitsS11(EVT MemType, int64_t Offset) {
316 if (MemType == MVT::i64 && isShiftedInt<11,3>(Offset)) {
319 if (MemType == MVT::i32 && isShiftedInt<11,2>(Offset)) {
322 if (MemType == MVT::i16 && isShiftedInt<11,1>(Offset)) {
325 if (MemType == MVT::i8 && isInt<11>(Offset)) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 47 milliseconds