Searched defs:LoadVT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5362 static SDValue getMemCmpLoad(const Value *PtrVal, MVT LoadVT, argument
5394 SDValue LoadVal = Builder.DAG.getLoad(LoadVT, Builder.getCurDebugLoc(), Root,
5426 MVT LoadVT; local
5430 LoadVT = MVT::Other;
5435 LoadVT = MVT::i16;
5439 LoadVT = MVT::i32;
5443 LoadVT = MVT::i64;
5448 LoadVT = MVT::v4i32;
5465 if (!TLI.isTypeLegal(LoadVT) ||!TLI.allowsUnalignedMemoryAccesses(LoadVT))
[all...]

Completed in 34 milliseconds