Home
last modified time | relevance | path

Searched defs:Rep (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DUnsignedOrNone.h48 unsigned Rep; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp760 ParsedType Rep, in SetTypeSpecType()
769 ParsedType Rep, in SetTypeSpecType()
800 Expr *Rep, in SetTypeSpecType()
822 Decl *Rep, bool Owned, in SetTypeSpecType()
831 Decl *Rep, bool Owned, in SetTypeSpecType()
852 unsigned &DiagID, TemplateIdAnnotation *Rep, in SetTypeSpecType()
H A DSemaExprMember.cpp223 NamedDecl *Rep, in diagnoseInstanceReference()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUtils.h62 if (auto *Rep = dyn_cast<VPReplicateRecipe>(VPV)) { in isSingleScalar() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h48 Representation Rep; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp2148 Value *Rep = in upgradeX86MaskedShift() local
2177 CallBase &CI, Value *&Rep) { in upgradeAVX512MaskToSelect()
2426 Value *Rep = nullptr; in upgradeNVVMIntrinsicCall() local
2578 Value *Rep = nullptr; in upgradeX86IntrinsicCall() local
4546 Value *Rep = nullptr; in UpgradeIntrinsicCall() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h738 unsigned &DiagID, TypeResult Rep, in SetTypeSpecType()
783 void UpdateDeclRep(Decl *Rep) { in UpdateDeclRep()
787 void UpdateTypeRep(ParsedType Rep) { in UpdateTypeRep()
791 void UpdateExprRep(Expr *Rep) { in UpdateExprRep()
H A DScopeInfo.h356 llvm::PointerIntPair<const Expr *, 1, bool> Rep; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h1231 LargeRep Rep = {static_cast<BucketT *>(allocate_buffer( in allocateBuckets() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp629 GepNode *Rep = F->second; in common() local
H A DHexagonISelLoweringHVX.cpp1330 unsigned Rep = VecTy.getVectorNumElements() / ResLen; in extractHvxSubvectorPred() local
1350 unsigned Rep = 8 / ResLen; in extractHvxSubvectorPred() local
H A DHexagonISelLowering.cpp3003 unsigned Rep = 8 / VecTy.getVectorNumElements(); in LowerBUILD_VECTOR() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4397 any_of(Ops, [=](const auto &Rep) { return NewOps[0] == Rep.second; })) in simplifyWithOpsReplaced()
4410 [=](const auto &Rep) { return impliesPoison(BO, Rep.first); })) in simplifyWithOpsReplaced()