Searched refs:InstTy (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instructions.h | 1365 template <class InstTy> 1366 class CallBase : public CallBaseParent<InstTy>::type, 1367 public OperandBundleUser<InstTy, User::op_iterator> { 1371 using BaseInstTy = typename CallBaseParent<InstTy>::type; 1380 using OperandBundleUser<InstTy, 1382 using OperandBundleUser<InstTy, User::op_iterator>::getNumTotalBundleOperands; 1383 using OperandBundleUser<InstTy, User::op_iterator>::bundleOperandHasAttr; 1389 using OperandBundleUser<InstTy, User::op_iterator>::hasOperandBundles; 1390 using OperandBundleUser<InstTy, 1417 return getNumOperands() - getNumTotalBundleOperands() - InstTy::ArgOffset; [all …]
|
D | IRBuilder.h | 781 template<typename InstTy> 782 InstTy *Insert(InstTy *I, const Twine &Name = "") const { 801 template <typename InstTy> 802 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { in addBranchMetadata()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 616 template<typename InstTy> 617 InstTy *Insert(InstTy *I, const Twine &Name = "") const { 636 template <typename InstTy> 637 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { in addBranchMetadata()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 382 template<typename InstTy> 383 InstTy *Insert(InstTy *I, const Twine &Name = "") const {
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 821 TypeSourceInfo *InstTy; in VisitFriendDecl() local 827 InstTy = Ty; in VisitFriendDecl() 829 InstTy = SemaRef.SubstType(Ty, TemplateArgs, in VisitFriendDecl() 832 if (!InstTy) in VisitFriendDecl() 836 D->getFriendLoc(), InstTy); in VisitFriendDecl()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher.h | 1736 template <typename InstTy> 1737 bool MatchImpl(InstTy* inst, MatchOption option) const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 213 struct InstTy { struct
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 191 struct InstTy { struct
|