OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScalarVT
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp
235
MVT
ScalarVT
= SimpleVT.getScalarType();
237
unsigned fromTypeWidth = std::max(8U,
ScalarVT
.getSizeInBits());
241
else if (
ScalarVT
.isFloatingPoint())
461
MVT
ScalarVT
= SimpleVT.getScalarType();
463
unsigned FromTypeWidth = std::max(8U,
ScalarVT
.getSizeInBits());
470
else if (
ScalarVT
.isFloatingPoint())
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 232 milliseconds