Home
last modified time | relevance | path

Searched refs:UserVT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1112 MVT UserVT = User->getSimpleValueType(0); in PreprocessISelDAG() local
1116 (UserVT.is256BitVector() || UserVT.is512BitVector()) && in PreprocessISelDAG()
1117 UserVT.getSizeInBits() > VT.getSizeInBits() && in PreprocessISelDAG()
1118 (!MaxLd || UserVT.getSizeInBits() > MaxVT.getSizeInBits())) { in PreprocessISelDAG()
1120 MaxVT = UserVT; in PreprocessISelDAG()
H A DX86ISelLowering.cpp52891 EVT UserVT = User->getValueType(0); in combineConstantPoolLoads() local
52904 UserVT.getScalarSizeInBits()); in combineConstantPoolLoads()