HomeSort by: relevance | last modified time | path
    Searched refs:isExtractSubvectorCheap (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 642 bool isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
AArch64ISelLowering.cpp 11865 bool AArch64TargetLowering::isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h 603 bool isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
ARMISelLowering.cpp 19262 bool ARMTargetLowering::isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1302 bool isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
X86ISelLowering.cpp 5329 bool X86TargetLowering::isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 2749 virtual bool isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 19046 if (!TLI.isExtractSubvectorCheap(VT, InVT1, NumElems))
20056 if (TLI.isExtractSubvectorCheap(NarrowBVT, WideBVT, ExtBOIdx) &&
20191 if (TLI.isExtractSubvectorCheap(NVT, V.getOperand(0).getValueType(),
SelectionDAG.cpp 9840 if (!TLI->isExtractSubvectorCheap(SubVT, OpVT, 0))

Completed in 117 milliseconds