Home
last modified time | relevance | path

Searched defs:New (Results 126 – 150 of 195) sorted by relevance

12345678

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1032 void ValueProfRecord::swapBytes(llvm::endianness Old, llvm::endianness New) { in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp171 bool New; in getOrCreateConstInt() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp319 void AddrLabelMap::UpdateForRAUWBlock(BasicBlock *Old, BasicBlock *New) { in UpdateForRAUWBlock()
3740 Constant *New = ConstantFoldConstant(CE, DL); in emitGlobalConstantImpl() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1099 ObjCImageInfoFlags New(NewFlags); in mergeImageInfoFlags() local
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp254 std::vector<span<RecordElement>> New; member in __anon8d1f7aca0211::MachOPlatformRuntimeState::RecordSectionsTracker
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp469 bool Sema::MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old, in MergeCXXFunctionDecl()
955 NamedDecl *New = in ActOnDecompositionDeclarator() local
1609 void Sema::MergeVarDeclExceptionSpecs(VarDecl *New, VarDecl *Old) { in MergeVarDeclExceptionSpecs()
3360 bool Sema::CheckIfOverriddenFunctionIsMarkedFinal(const CXXMethodDecl *New, in CheckIfOverriddenFunctionIsMarkedFinal()
18322 bool Sema::CheckOverridingFunctionAttributes(const CXXMethodDecl *New, in CheckOverridingFunctionAttributes()
18378 bool Sema::CheckExplicitObjectOverride(CXXMethodDecl *New, in CheckExplicitObjectOverride()
18392 bool Sema::CheckOverridingFunctionReturnType(const CXXMethodDecl *New, in CheckOverridingFunctionReturnType()
H A DSemaDeclObjC.cpp5173 VarDecl *New = VarDecl::Create(Context, CurContext, StartLoc, IdLoc, Id, in BuildObjCExceptionDecl() local
5217 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, in ActOnObjCExceptionDecl() local
H A DSemaOverload.cpp1128 Sema::CheckOverload(Scope *S, FunctionDecl *New, const LookupResult &Old, in CheckOverload()
1240 static bool IsOverloadOrOverrideImpl(Sema &SemaRef, FunctionDecl *New, in IsOverloadOrOverrideImpl()
1428 const CXXMethodDecl *New) { in IsOverloadOrOverrideImpl()
1518 bool Sema::IsOverload(FunctionDecl *New, FunctionDecl *Old, in IsOverload()
3195 ArrayRef<QualType> New, unsigned *ArgPos, in FunctionParamTypesAreEqual()
H A DSemaLookup.cpp1974 bool Sema::shouldLinkPossiblyHiddenDecl(LookupResult &R, const NamedDecl *New) { in shouldLinkPossiblyHiddenDecl()
3813 void ADLResult::insert(NamedDecl *New) { in insert()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp987 SDValue New = DAG.getNode(N->getOpcode(), dl, N->getVTList(), Ops); in LowerINLINEASM() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2014 TreePatternNodePtr New; in clone() local
2925 TreePatternNodePtr New = in ParseTreePattern() local
H A DGlobalISelCombinerEmitter.cpp2406 StringRef New = P.getOperand(1).getOperandName(); in emitBuiltinApplyPattern() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp625 auto *New = R.resolve(Old); in resolveReferences() local
2338 auto New = VarDefInit::get(Class, NewArgs); in resolveReferences() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp688 if (Instruction *New = CloneMap.lookup(I)) in createAdjustedPointer() local
2136 Value *New = processFxpMul(*It, *Fxm); in run() local
H A DHexagonISelDAGToDAG.cpp2126 SDValue New = CurDAG->getNode(ISD::SHL, SDLoc(N), Mul1.Value.getValueType(), in balanceSubTree() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1937 MachineOperand New = MI.getOperand(4); in ExpandCMP_SWAP_64() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1708 auto New = Reader.takeListener(); in ~ListenerScope() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp397 CompoundStmt *New = new (Mem) CompoundStmt(EmptyShell()); in CreateEmpty() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp360 Node NodeAllocator::New() { in New() function in llvm::rdf::NodeAllocator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1628 Loop &New = *LI->AllocateLoop(); in cloneLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp116 void replaceValue(Value &Old, Value &New) { in replaceValue()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1225 APInt New = RHS << *ShAmtC; in getValueFromICmpCondition() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2043 Constant *New = ConstantFoldConstant(C, DL, /*TLI*/ nullptr); in OptimizeGlobalVars() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp201 void ReplaceStmt(Stmt *Old, Stmt *New) { in ReplaceStmt()
205 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { in ReplaceStmtWithRange()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp578 static bool isBetterKnownHeader(const ModuleMap::KnownHeader &New, in isBetterKnownHeader()

12345678