Home
last modified time | relevance | path

Searched defs:ReferenceType (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DMCExternalSymbolizer.cpp62 uint64_t ReferenceType; in tryAddingSymbolicOperand() local
160 uint64_t ReferenceType = LLVMDisassembler_ReferenceType_In_PCrel_Load; in tryAddingPcLoadReferenceComment() local
/third_party/typescript_eslint/packages/experimental-utils/src/ast-utils/eslint-utils/
DReferenceTracker.ts69 export type ReferenceType = READ | CALL | CONSTRUCT; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64ExternalSymbolizer.cpp72 uint64_t ReferenceType; in tryAddingSymbolicOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1257 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local
1275 Type * ReferenceType = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local
1282 VectorType * ReferenceType = in matchIntrinsicType() local
1309 VectorType *ReferenceType = dyn_cast<VectorType>(ArgTys[RefArgNumber]); in matchIntrinsicType() local
1325 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local
1352 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h544 ReferenceType(const Node *Pointee_, ReferenceKind RK_) in ReferenceType() function