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

  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 213 if (!TLI->isOperationExpand(ISD, LT.second)) {
274 if (!TLI->isOperationExpand(ISD, DstLT.second))
298 if (!TLI->isOperationExpand(ISD, DstLT.second))
344 if (!TLI->isOperationExpand(ISD, LT.second)) {
435 if (!TLI->isOperationExpand(ISD, LT.second)) {
  /external/llvm/include/llvm/Target/
TargetLowering.h 421 /// isOperationExpand - Return true if the specified operation is illegal on
424 bool isOperationExpand(unsigned Op, EVT VT) const {
    [all...]

Completed in 80 milliseconds