Searched refs:LdVT (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1950 EVT LdVT = LoadNode->getMemoryVT(); local
1951 if (LdVT != MVT::i64 && LdVT != MVT::i32 && LdVT != MVT::i16 &&
1952 LdVT != MVT::i8)
2011 static unsigned getFusedLdStOpcode(EVT &LdVT, unsigned Opc) { argument
2013 if (LdVT == MVT::i64) return X86::DEC64m;
2014 if (LdVT == MVT::i32) return X86::DEC32m;
2015 if (LdVT == MVT::i16) return X86::DEC16m;
2016 if (LdVT
2734 EVT LdVT = LoadNode->getMemoryVT(); local
[all...]
H A DX86ISelLowering.cpp21193 EVT LdVT = Subtarget->is64Bit() ? MVT::i64 : MVT::f64;
21194 SDValue NewLd = DAG.getLoad(LdVT, LdDL, Ld->getChain(), Ld->getBasePtr(),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2728 EVT LdVT = LD->getMemoryVT(); local
2730 assert(LdVT.isVector() && WidenVT.isVector());
2731 assert(LdVT.getVectorElementType() == WidenVT.getVectorElementType());
2742 int LdWidth = LdVT.getSizeInBits();
2882 EVT LdVT = LD->getMemoryVT(); local
2884 assert(LdVT.isVector() && WidenVT.isVector());
2895 EVT LdEltVT = LdVT.getVectorElementType();
2896 unsigned NumElts = LdVT.getVectorNumElements();

Completed in 134 milliseconds