Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst773 .. _AccessType: target
775 AccessType section in Enumerators
785 .. _CommandArgumentType:
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp262 createTBAAStructTagNode(MDNode * BaseType,MDNode * AccessType,uint64_t Offset,bool IsConstant) createTBAAStructTagNode() argument
289 createTBAAAccessTag(MDNode * BaseType,MDNode * AccessType,uint64_t Offset,uint64_t Size,bool IsImmutable) createTBAAAccessTag() argument
305 MDNode *AccessType = cast<MDNode>(Tag->getOperand(1)); createMutableTBAAAccessTag() local
[all...]
H A DVerifier.cpp7046 MDNode *AccessType = dyn_cast_or_null<MDNode>(MD->getOperand(1)); visitTBAAMetadata() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp216 if (MDNodeTy *AccessType = getAccessType()) isNewFormat() local
466 TBAAStructTypeNode AccessType(Tag.getAccessType()); isTBAAVtableAccess() local
538 createAccessTag(const MDNode * AccessType) createAccessTag() argument
[all...]
H A DTargetTransformInfo.cpp246 getGEPCost(Type * PointeeType,const Value * Ptr,ArrayRef<const Value * > Operands,Type * AccessType,TTI::TargetCostKind CostKind) const getGEPCost() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_checks.h24 enum class AccessType { Load, Store }; enum
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.h104 llvm::MDNode *AccessType; global() member
[all...]
H A DCodeGenTBAA.cpp258 getAccessInfo(QualType AccessType) getAccessInfo() argument
[all...]
H A DCodeGenModule.h823 getTBAAInfoForSubobject(LValue Base,QualType AccessType) getTBAAInfoForSubobject() argument
H A DCodeGenModule.cpp1373 getTBAAAccessInfo(QualType AccessType) getTBAAAccessInfo() argument
/freebsd-src/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c644 UINT8 AccessType; AcpiPsGetNextField() local
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Dasloperands.c346 UINT8 AccessType; in OpnDoFieldCommon() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h168 typedef uptr AccessType; typedef
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h103 enum AccessType { enum
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h50 getGEPCost(Type * PointeeType,const Value * Ptr,ArrayRef<const Value * > Operands,Type * AccessType,TTI::TargetCostKind CostKind) getGEPCost() argument
1025 getGEPCost(Type * PointeeType,const Value * Ptr,ArrayRef<const Value * > Operands,Type * AccessType,TTI::TargetCostKind CostKind) getGEPCost() argument
1185 Type *AccessType = nullptr; getInstructionCost() local
H A DTargetTransformInfo.h2131 getGEPCost(Type * PointeeType,const Value * Ptr,ArrayRef<const Value * > Operands,Type * AccessType,TargetTransformInfo::TargetCostKind CostKind) getGEPCost() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp534 Type *AccessType = LI->getType(); tryToRecognizeTableBasedCttz() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h432 getGEPCost(Type * PointeeType,const Value * Ptr,ArrayRef<const Value * > Operands,Type * AccessType,TTI::TargetCostKind CostKind) getGEPCost() argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h549 enum AccessType { enum
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5021 IsSimplerBaseSCEVForTarget(const TargetTransformInfo & TTI,ScalarEvolution & SE,const SCEV * Best,const SCEV * Reg,MemAccessTy AccessType) IsSimplerBaseSCEVForTarget() argument