Home
last modified time | relevance | path

Searched refs:isExtractSubvectorCheap (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h522 bool isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
DARMISelLowering.cpp16683 bool ARMTargetLowering::isExtractSubvectorCheap(EVT ResVT, EVT SrcVT, in isExtractSubvectorCheap() function in ARMTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h947 bool isExtractSubvectorCheap(EVT ResVT, unsigned Index) const override;
DX86ISelLowering.cpp4159 bool X86TargetLowering::isExtractSubvectorCheap(EVT ResVT, in isExtractSubvectorCheap() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h467 bool isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
DAArch64ISelLowering.cpp9616 bool AArch64TargetLowering::isExtractSubvectorCheap(EVT ResVT, EVT SrcVT, in isExtractSubvectorCheap() function in AArch64TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1157 bool isExtractSubvectorCheap(EVT ResVT, EVT SrcVT,
DX86ISelLowering.cpp5116 bool X86TargetLowering::isExtractSubvectorCheap(EVT ResVT, EVT SrcVT, in isExtractSubvectorCheap() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1842 virtual bool isExtractSubvectorCheap(EVT ResVT, unsigned Index) const { in isExtractSubvectorCheap() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2557 virtual bool isExtractSubvectorCheap(EVT ResVT, EVT SrcVT, in isExtractSubvectorCheap() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17461 if (!TLI.isExtractSubvectorCheap(VT, InVT1, NumElems)) in createBuildVecShuffle()
18389 if (TLI.isExtractSubvectorCheap(NarrowBVT, WideBVT, ExtBOIdx) && in narrowExtractedVectorBinOp()
18502 if (TLI.isExtractSubvectorCheap(NVT, V.getOperand(0).getValueType(), in visitEXTRACT_SUBVECTOR()
DSelectionDAG.cpp9199 if (!TLI->isExtractSubvectorCheap(SubVT, OpVT, 0)) in matchBinOpReduction()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12858 if (!TLI.isExtractSubvectorCheap(VT, VT.getVectorNumElements())) in visitBUILD_VECTOR()