Searched refs:setPointerAndInt (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | PointerIntPairTest.cpp | 34 Pair.setPointerAndInt(&s, 3U); in TEST() 61 Pair2.setPointerAndInt(&s, E::Case3); in TEST() 96 pair.setPointerAndInt({ 0x7FFFFFFF }, true ); in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | PointerIntPair.h | 55 setPointerAndInt(PtrVal, IntVal); in PointerIntPair() 76 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) & { in setPointerAndInt() function
|
| H A D | FunctionExtras.h | 279 CallbackAndInlineFlag.setPointerAndInt(
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 538 Last->Next.setPointerAndInt(&N, false); in push_back() 548 N.Next.setPointerAndInt(Last->Next.getPointer(), false); in push_front() 549 Last->Next.setPointerAndInt(&N, true); in push_front() 583 TmpNode->Next.setPointerAndInt(TmpNode, true); in takeNodes()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 119 Arg.Info.setPointerAndInt(nullptr, 0); in FunctionInfo() 123 Info.setPointerAndInt(nullptr, RHS.Info.getInt()); in operator =() 130 Info.setPointerAndInt(RHS.Info.getPointer(), RHS.Info.getInt()); in operator =() 131 RHS.Info.setPointerAndInt(nullptr, 0); in operator =()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | OperationSupport.cpp | 34 dictionarySorted.setPointerAndInt(attributes, true); in NamedAttrList() 49 dictionarySorted.setPointerAndInt(nullptr, true); in findDuplicate() 56 dictionarySorted.setPointerAndInt(nullptr, true); in getDictionary() 71 dictionarySorted.setPointerAndInt(nullptr, true); in assign()
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ModuleFile.h | 85 Val.setPointerAndInt(&File.getMapEntry(), intVal);
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | GlobalDecl.h | 77 Value.setPointerAndInt(D, unsigned(getDefaultKernelReference(D))); in MultiVersionIndex()
|
| H A D | Decl.h | 3041 InitStorage.setPointerAndInt(getBitWidth(), ISK_NoInit); in removeInClassInitializer()
|
| H A D | Expr.h | 6021 ExprAndFlag.setPointerAndInt(CopyExpr, CanThrow); in setExprAndFlag()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Type.cpp | 1634 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow() 1641 CachedSuperClassType.setPointerAndInt(superClassObjTy, true); in computeSuperClassTypeSlow() 1649 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow() 1660 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow() 1669 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
|
| H A D | Decl.cpp | 4359 InitStorage.setPointerAndInt(const_cast<VariableArrayType *>(VLAType), in setCapturedVLAType()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 786 Callback.setPointerAndInt(CB, Index); \ 824 Callback.setPointerAndInt(nullptr, 0); in reset()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OperationSupport.h | 534 dictionarySorted.setPointerAndInt(nullptr, false); in append()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6587 Device.setPointerAndInt(C->getDevice(), C->getModifier()); in emitCommonOMPTargetDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 1482 Data.RefExpr.setPointerAndInt(E, IsLastprivate); in addDSA() 1489 Data.RefExpr.setPointerAndInt(PrivateCopy, IsLastprivate); in addDSA()
|