OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldSplitVectorElementType
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Target/
TargetLowering.h
176
virtual bool
shouldSplitVectorElementType
(EVT /*VT*/) const { return false; }
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
332
bool NVPTXTargetLowering::
shouldSplitVectorElementType
(EVT VT) const {
[
all
...]
Completed in 25 milliseconds