Searched defs:AS (Results 1 - 25 of 151) sorted by last modified time

1234567

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp497 LangAS AS = ArrayQTy.getAddressSpace(); local
H A DCodeGenModule.cpp1268 static unsigned ArgInfoAddressSpace(LangAS AS) { argument
2429 unsigned AS = getContext().getTargetAddressSpace(VD->getType()); local
3786 LangAS AS; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15272 isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty, unsigned AS, Instruction *I) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14826 isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty, unsigned AS, Instruction *I) const argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp517 const LangAS AS = local
5562 LangAS AS = ArgType->getPointeeType().getAddressSpace(); local
H A DSemaTemplate.cpp1569 CheckClassTemplate( Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, const ParsedAttributesView &Attr, TemplateParameterList *TemplateParams, AccessSpecifier AS, SourceLocation ModulePrivateLoc, SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists, TemplateParameterList **OuterTemplateParamLists, SkipBodyInfo *SkipBody) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp275 isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty, unsigned AS, Instruction *I) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp937 unsigned AS = LoadStore->getAddressSpace(); local
13686 unsigned AS; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp103 std::set<RegisterId> AS; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h468 void setAccess(AccessSpecifier AS) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp534 unsigned AS = GEPOp->getPointerAddressSpace(); local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp736 TypeSetByHwMode::SetType &AS = A.get(M); local
H A DAsmWriterEmitter.cpp631 IAPrinter(std::string R, std::string AS, unsigned NumMIOps) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp776 unsigned AS = Ptr->getType()->getPointerAddressSpace(); local
823 unsigned AS = Ptr->getType()->getPointerAddressSpace(); local
960 unsigned AS = S0->getPointerAddressSpace(); local
1111 unsigned AS = L0->getPointerAddressSpace(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp328 unsigned AS = Src->getType()->getPointerAddressSpace(); local
503 unsigned AS = Src->getType()->getPointerAddressSpace(); local
H A DBuildLibCalls.cpp823 unsigned AS = V->getType()->getPointerAddressSpace(); local
912 AttributeList AS; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp672 unsigned AS = Basis.Ins->getType()->getPointerAddressSpace(); local
H A DLowerMatrixIntrinsics.cpp92 unsigned AS = cast<PointerType>(BasePtr->getType())->getAddressSpace(); local
531 unsigned AS = cast<PointerType>(BasePtr->getType())->getAddressSpace(); local
H A DLoopVersioningLICM.cpp283 const AliasSet &AS = I; local
H A DLoopStrengthReduce.cpp192 MemAccessTy(Type *Ty, unsigned AS) : MemTy(Ty), AddrSpace(AS) {} argument
H A DLICM.cpp1217 auto &AS = CurAST->getAliasSetFor(MemoryLocation::get(SI)); local
[all...]
H A DInferAddressSpaces.cpp155 InferAddressSpaces(unsigned AS) : FunctionPass(ID), FlatAddrSpace(AS) {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1961 unsigned AS = GEP.getPointerAddressSpace(); local
H A DInstCombineLoadStoreAlloca.cpp458 unsigned AS = LI.getPointerAddressSpace(); local
487 unsigned AS = SI.getPointerAddressSpace(); local
H A DInstCombineCasts.cpp1787 unsigned AS = CI.getAddressSpace(); local
1835 unsigned AS = CI.getPointerAddressSpace(); local

Completed in 696 milliseconds

1234567