Home
last modified time | relevance | path

Searched defs:AccessType (Results 1 – 20 of 20) sorted by relevance

/llvm-project/flang/unittests/Runtime/
H A DAccessTest.cpp26 struct AccessType { struct
27 read__anonac8e3b910111::AccessType global() argument
28 write__anonac8e3b910111::AccessType global() argument
29 execute__anonac8e3b910111::AccessType global() argument
30 exists__anonac8e3b910111::AccessType global() argument
[all...]
/llvm-project/lldb/docs/
H A Dpython_api_enums.rst773 .. _AccessType: target
775 AccessType section in Enumerators
785 .. _CommandArgumentType:
/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp276 createTBAAStructTagNode(MDNode * BaseType,MDNode * AccessType,uint64_t Offset,bool IsConstant) createTBAAStructTagNode() argument
303 createTBAAAccessTag(MDNode * BaseType,MDNode * AccessType,uint64_t Offset,uint64_t Size,bool IsImmutable) createTBAAAccessTag() argument
319 MDNode *AccessType = cast<MDNode>(Tag->getOperand(1)); createMutableTBAAAccessTag() local
[all...]
H A DVerifier.cpp7441 MDNode *AccessType = dyn_cast_or_null<MDNode>(MD->getOperand(1)); visitTBAAMetadata() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_checks.h24 enum class AccessType { Load, Store }; enum
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h105 llvm::MDNode *AccessType; global() member
[all...]
H A DCodeGenTBAA.cpp260 getAccessInfo(QualType AccessType) getAccessInfo() argument
[all...]
H A DCodeGenModule.h840 getTBAAInfoForSubobject(LValue Base,QualType AccessType) getTBAAInfoForSubobject() argument
H A DCodeGenModule.cpp1462 getTBAAAccessInfo(QualType AccessType) getTBAAAccessInfo() argument
/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp217 if (MDNodeTy *AccessType = getAccessType()) in isNewFormat() local
467 TBAAStructTypeNode AccessType(Tag.getAccessType()); in isTBAAVtableAccess() local
539 static const MDNode *createAccessTag(const MDNode *AccessType) { in createAccessTag() argument
[all...]
H A DTargetTransformInfo.cpp247 getGEPCost(Type * PointeeType,const Value * Ptr,ArrayRef<const Value * > Operands,Type * AccessType,TTI::TargetCostKind CostKind) const getGEPCost() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h168 typedef uptr AccessType; typedef
/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h103 enum AccessType { global() enum
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h51 ArrayRef<const Value *> Operands, Type *AccessType, in getGEPCost() argument
1059 getGEPCost(Type * PointeeType,const Value * Ptr,ArrayRef<const Value * > Operands,Type * AccessType,TTI::TargetCostKind CostKind) getGEPCost() argument
1219 Type *AccessType = nullptr; getInstructionCost() local
H A DTargetTransformInfo.h2185 getGEPCost(Type * PointeeType,const Value * Ptr,ArrayRef<const Value * > Operands,Type * AccessType,TargetTransformInfo::TargetCostKind CostKind) getGEPCost() argument
/llvm-project/polly/include/polly/
H A DScopInfo.h457 enum AccessType { enum
1125 Type *AccessType; global() member
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp532 Type *AccessType = LI->getType(); tryToRecognizeTableBasedCttz() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h445 getGEPCost(Type * PointeeType,const Value * Ptr,ArrayRef<const Value * > Operands,Type * AccessType,TTI::TargetCostKind CostKind) getGEPCost() argument
/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h549 enum AccessType { global() enum
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5304 IsSimplerBaseSCEVForTarget(const TargetTransformInfo & TTI,ScalarEvolution & SE,const SCEV * Best,const SCEV * Reg,MemAccessTy AccessType) IsSimplerBaseSCEVForTarget() argument