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.cpp1068 MVT UserVT = User->getSimpleValueType(0); in PreprocessISelDAG() local
1072 (UserVT.is256BitVector() || UserVT.is512BitVector()) && in PreprocessISelDAG()
1073 UserVT.getSizeInBits() > VT.getSizeInBits() && in PreprocessISelDAG()
1074 (!MaxLd || UserVT.getSizeInBits() > MaxVT.getSizeInBits())) { in PreprocessISelDAG()
1076 MaxVT = UserVT; in PreprocessISelDAG()
H A DX86ISelLowering.cpp51179 EVT UserVT = User->getValueType(0); in combineConstantPoolLoads() local
51192 UserVT.getScalarSizeInBits()); in combineConstantPoolLoads()