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

123456

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp206 void ReplaceNode(SDNode *Old, SDNode *New) { argument
219 void ReplaceNode(SDValue Old, SDValue New) { argument
229 void ReplaceNode(SDNode *Old, const SDValue *New) { argument
242 ReplaceNodeWithValue(SDValue Old, SDValue New) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp731 Instruction *New = nullptr; local
H A DValue.cpp399 void Value::doRAUW(Value *New, ReplaceMetadataUses ReplaceMetaUses) { argument
430 void Value::replaceAllUsesWith(Value *New) { argument
434 replaceNonMetadataUsesWith(Value *New) argument
440 replaceUsesOutsideBlock(Value *New, BasicBlock *BB) argument
924 ValueIsRAUWd(Value *Old, Value *New) argument
[all...]
/freebsd-12-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-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp608 foldNode(llvm::ArrayRef<syntax::Token> Range, syntax::Tree *New) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h301 void replaceUsesWithIf(Value *New, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp36 void LoopSafetyInfo::copyColors(BasicBlock *New, BasicBlock *Old) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp961 BinaryOperator *New = CreateAdd(Sub->getOperand(0), NegVal, "", Sub, Sub); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp863 Instruction *New = BI->clone(); local
H A DLoopUnroll.cpp609 BasicBlock *New = CloneBasicBlock(*BB, VMap, "." + Twine(It)); local
[all...]
H A DLoopUnrollAndJam.cpp321 BasicBlock *New = CloneBasicBlock(*BB, VMap, "." + Twine(It)); local
[all...]
H A DBasicBlockUtils.cpp460 BasicBlock::iterator New = BIL.insert(BI, I); local
524 BasicBlock *New = Old->splitBasicBlock( local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp754 void VPValue::replaceAllUsesWith(VPValue *New) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp515 std::unique_ptr<Module> New = BD.runPassesOn(M.get(), Passes); local
622 std::unique_ptr<Module> New = BD.runPassesOn(M.get(), Passes); local
714 std::unique_ptr<Module> New = BD.runPassesOn(M.get(), Passes); local
H A DMiscompilation.cpp335 Expected<std::unique_ptr<Module>> New = testMergedProgram( local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp515 MachineInstr *New; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp465 void MergeFunctions::replaceDirectCallers(Function *Old, Function *New) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h645 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { argument
655 Instruction *InsertNewInstWith(Instruction *New, Instructio argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1530 void HoistSpillHelper::LRE_DidCloneVirtReg(unsigned New, unsigned Old) { argument
H A DMachineFunction.cpp863 moveCallSiteInfo(const MachineInstr *Old, const MachineInstr *New) argument
883 copyCallSiteInfo(const MachineInstr *Old, const MachineInstr *New) argument
950 ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New) argument
961 ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old, MachineBasicBlock *New) argument
[all...]
H A DRegAllocFast.cpp782 bool New; local
815 bool New; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp454 bool New = !Symbol.isRegistered(); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h990 void addTopLevelLoop(LoopT *New) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp279 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { argument
477 CheckEquivalentExceptionSpec( const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc) argument
502 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
653 CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc) argument
947 CheckOverridingFunctionExceptionSpec(const CXXMethodDecl *New, const CXXMethodDecl *Old) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1061 MachineOperand New = MI.getOperand(4); local

Completed in 426 milliseconds

123456