Searched defs:New (Results 51 - 75 of 138) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp131 addModuleMacro(Module *Mod, IdentifierInfo *II, MacroInfo *Macro, ArrayRef<ModuleMacro *> Overrides, bool &New) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp761 Instruction *New = nullptr; local
H A DValue.cpp455 void Value::doRAUW(Value *New, ReplaceMetadataUses ReplaceMetaUses) { argument
486 void Value::replaceAllUsesWith(Value *New) { argument
490 replaceNonMetadataUsesWith(Value *New) argument
496 replaceUsesOutsideBlock(Value *New, BasicBlock *BB) argument
1006 ValueIsRAUWd(Value *Old, Value *New) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp464 void MergeFunctions::replaceDirectCallers(Function *Old, Function *New) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h651 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { argument
661 Instruction *InsertNewInstWith(Instruction *New, Instructio argument
[all...]
H A DInstCombineLoadStoreAlloca.cpp184 AllocaInst *New = IC.Builder.CreateAlloca(NewTy, nullptr, AI.getName()); local
H A DInstCombineSimplifyDemanded.cpp1475 Instruction *New = InsertElementInst::Create( local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1001 Value *New = cloneValueWithNewAddressSpace( local
H A DReassociate.cpp962 BinaryOperator *New = CreateAdd(Sub->getOperand(0), NegVal, "", Sub, Sub); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp864 Instruction *New = BI->clone(); local
H A DLoopUnrollAndJam.cpp375 BasicBlock *New = CloneBasicBlock(*BB, VMap, "." + Twine(It)); local
[all...]
H A DBasicBlockUtils.cpp486 BasicBlock::iterator New = BIL.insert(BI, I); local
550 BasicBlock *New = Old->splitBasicBlock( local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp86 static void replaceValue(Value &Old, Value &New) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp516 std::unique_ptr<Module> New = BD.runPassesOn(M.get(), Passes); local
624 std::unique_ptr<Module> New = BD.runPassesOn(M.get(), Passes); local
717 std::unique_ptr<Module> New = BD.runPassesOn(M.get(), Passes); local
H A DMiscompilation.cpp335 Expected<std::unique_ptr<Module>> New = testMergedProgram( local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.cpp872 StringRef New = Arg->getValue(1); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h299 void replaceUsesWithIf(Value *New, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp36 void LoopSafetyInfo::copyColors(BasicBlock *New, BasicBlock *Old) { argument
H A DScalarEvolution.cpp484 void SCEVUnknown::allUsesReplacedWith(Value *New) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp508 MachineInstr *New; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h1004 void addTopLevelLoop(LoopT *New) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp287 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { argument
485 CheckEquivalentExceptionSpec( const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc) argument
510 CheckEquivalentExceptionSpecImpl( Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc, bool *MissingExceptionSpecification, bool *MissingEmptyExceptionSpecification, bool AllowNoexceptAllMatchWithNoSpec, bool IsOperatorNew) argument
661 CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc) argument
955 CheckOverridingFunctionExceptionSpec(const CXXMethodDecl *New, const CXXMethodDecl *Old) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp940 copyCallSiteInfo(const MachineInstr *Old, const MachineInstr *New) argument
958 moveCallSiteInfo(const MachineInstr *Old, const MachineInstr *New) argument
1032 ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New) argument
1043 ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old, MachineBasicBlock *New) argument
[all...]
H A DRegAllocFast.cpp782 bool New; local
815 bool New; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp459 bool New = !Symbol.isRegistered(); local

Completed in 386 milliseconds

123456