HomeSort by relevance Sort by last modified time
    Searched defs:shouldSplitVectorElementType (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Target/
TargetLowering.h 158 /// shouldSplitVectorElementType - Return true if a vector of the given type
161 virtual bool shouldSplitVectorElementType(EVT VT) const { return false; }
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 239 bool NVPTXTargetLowering::shouldSplitVectorElementType(EVT VT) const {
    [all...]

Completed in 81 milliseconds