Home
last modified time | relevance | path

Searched refs:isOverloaded (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetIntrinsicInfo.h58 virtual bool isOverloaded(unsigned IID) const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h64 bool isOverloaded(ID id);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.h66 bool isOverloaded(ID id);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h207 bool isOverloaded() const { in isOverloaded() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp581 return IsExactMatch || Intrinsic::isOverloaded(ID) ? ID in lookupIntrinsicID()
661 assert(!Intrinsic::isOverloaded(id) && in getName()
1089 bool Intrinsic::isOverloaded(ID id) { in isOverloaded() function in Intrinsic
DCore.cpp2363 return llvm::Intrinsic::isOverloaded(IID); in LLVMIntrinsicIsOverloaded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h387 bool isOverloaded() const { in isOverloaded() function