Home
last modified time | relevance | path

Searched refs:getValueKind (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.h65 StringRef getValueKind(Type *Ty, StringRef TypeQual,
133 ValueKind getValueKind(Type *Ty, StringRef TypeQual,
DAMDGPUHSAMetadataStreamer.cpp102 ValueKind MetadataStreamerV2::getValueKind(Type *Ty, StringRef TypeQual, in getValueKind() function in llvm::AMDGPU::HSAMD::MetadataStreamerV2
357 emitKernelArg(DL, Ty, getValueKind(Arg.getType(), TypeQual, BaseTypeName), in emitKernelArg()
549 StringRef MetadataStreamerV3::getValueKind(Type *Ty, StringRef TypeQual, in getValueKind() function in llvm::AMDGPU::HSAMD::MetadataStreamerV3
780 getValueKind(Arg.getType(), TypeQual, BaseTypeName), Offset, in emitKernelArg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp586 uint64_t ValueKind = Ind->getValueKind()->getZExtValue(); in computeNumValueSiteCounts()
604 uint64_t ValueKind = Ind->getValueKind()->getZExtValue(); in lowerValueProfileInst()
610 bool IsRange = (Ind->getValueKind()->getZExtValue() == in lowerValueProfileInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h855 ConstantInt *getValueKind() const { in getValueKind() function