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

  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.h 116 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
AMDGPUISelLowering.cpp 468 bool AMDGPUTargetLowering::isNarrowingProfitable(EVT SrcVT, EVT DestVT) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 712 /// isNarrowingProfitable - Return true if it's profitable to narrow
715 bool isNarrowingProfitable(EVT VT1, EVT VT2) const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 111 milliseconds