Home
last modified time | relevance | path

Searched defs:get64BitInstrCost (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h56 inline int get64BitInstrCost() const { in get64BitInstrCost() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h124 inline int get64BitInstrCost() const { in get64BitInstrCost() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1222 int GCNTTIImpl::get64BitInstrCost(TTI::TargetCostKind CostKind) const { in get64BitInstrCost() function in GCNTTIImpl