Home
last modified time | relevance | path

Searched refs:getVectorSplitCost (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h201 InstructionCost getVectorSplitCost() { return 0; } in getVectorSplitCost() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1113 (!SplitSrc || !SplitDst) ? TTI->getVectorSplitCost() : 0;
2443 InstructionCost getVectorSplitCost() { return 1; } in getVectorSplitCost() function