Home
last modified time | relevance | path

Searched defs:New (Results 26 – 50 of 195) sorted by relevance

12345678

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp77 static MachineInstr *FindDominatedInstruction(MachineInstr &New, in FindDominatedInstruction()
H A DMachineFunction.cpp901 const MachineInstr *New) { in copyCallSiteInfo()
919 const MachineInstr *New) { in moveCallSiteInfo()
953 MachineInstr &New, in substituteDebugValuesForInst()
1299 MachineBasicBlock *New) { in ReplaceMBBInJumpTables()
1322 MachineBasicBlock *New) { in ReplaceMBBInJumpTable()
H A DMachineBasicBlock.cpp810 MachineBasicBlock *New, in splitSuccessor()
852 MachineBasicBlock *New) { in replaceSuccessor()
1459 MachineBasicBlock *New) { in ReplaceUsesOfBlockWith()
1480 MachineBasicBlock *New) { in replacePhiUsesWith()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenSource.h136 FormatToken *insertTokens(ArrayRef<FormatToken *> New) override { in insertTokens()
H A DMacroExpander.cpp224 FormatToken *New = new (Allocator.Allocate()) FormatToken; in expand() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp58 std::unique_ptr<Module> New = in CloneModule() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h25 static RingBuffer *New(uptr Size) { in New() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp284 findRetainForStoreStrongContraction(Value *New, StoreInst *Store, in findRetainForStoreStrongContraction()
357 Value *New = GetRCIdentityRoot(Store->getValueOperand()); in tryToContractReleaseIntoStoreStrong() local
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h77 bool matches(ArrayRef<Value *> Cur, const Value *New) { in matches()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h63 virtual void LRE_DidCloneVirtReg(Register New, Register Old) {} in LRE_DidCloneVirtReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h35 New = 5 // aarch64_new_zt0 enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h404 Instruction *InsertNewInstBefore(Instruction *New, BasicBlock::iterator Old) { in InsertNewInstBefore()
413 Instruction *InsertNewInstWith(Instruction *New, BasicBlock::iterator Old) { in InsertNewInstWith()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1791 bool Sema::IsRedefinitionInModule(const NamedDecl *New, in IsRedefinitionInModule()
2516 FunctionDecl *New = CreateBuiltin(II, R, ID, Loc); in LazilyCreateBuiltin() local
3220 void Sema::mergeDeclAttributes(NamedDecl *New, Decl *Old, in mergeDeclAttributes()
3432 static bool EquivalentArrayTypes(QualType Old, QualType New, in EquivalentArrayTypes()
3586 ExpectedDecl *New) { in checkUsingShadowRedecl()
4469 void Sema::MergeVarDeclTypes(VarDecl *New, VarDecl *Old, in MergeVarDeclTypes()
6538 NamedDecl *New; in HandleDeclarator() local
15175 ParmVarDecl *New = in ActOnParamDeclarator() local
17335 TagDecl *New = nullptr; in ActOnTag() local
17940 TagDecl *New; in ActOnTag() local
[all …]
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp335 Expected<std::unique_ptr<Module>> New = testMergedProgram( in ExtractLoops() local
524 if (std::unique_ptr<Module> New = in TestFuncs() local
724 if (auto New = std::move(*Result)) { in TestOptimizer() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchunk.h57 New = 1, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h164 ReplacementError(replacement_error Err, Replacement New, Replacement Existing) in ReplacementError()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp153 auto *New = new CallStackTrieNode(AllocType); in addCallStack() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp225 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp279 SDValue New; in Select() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h954 Register New = State.MIs[NewInsnID]->getOperand(NewOpIdx).getReg(); in executeMatchTable() local
1425 Register New = State.MIs[NewInsnID]->getOperand(NewOpIdx).getReg(); in executeMatchTable() local
1444 Register New = State.TempRegisters[TempRegID]; in executeMatchTable() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h68 ScopedHashTableVal *New = Allocator.template Allocate<ScopedHashTableVal>(); in Create() local
H A DSCCIterator.h140 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp3061 RangeSet New = getRange(St, Sym); in assumeSymNE() local
3078 RangeSet New = getRange(St, Sym); in assumeSymEQ() local
3117 RangeSet New = getSymLTRange(St, Sym, Int, Adjustment); in assumeSymLT() local
3154 RangeSet New = getSymGTRange(St, Sym, Int, Adjustment); in assumeSymGT() local
3191 RangeSet New = getSymGERange(St, Sym, Int, Adjustment); in assumeSymGE() local
3235 RangeSet New = getSymLERange(St, Sym, Int, Adjustment); in assumeSymLE() local
3242 RangeSet New = getSymGERange(State, Sym, From, Adjustment); in assumeSymWithinInclusiveRange() local
3254 RangeSet New(F.add(RangeLT, RangeGT)); in assumeSymOutsideInclusiveRange() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1647 SDNode *New = CurDAG->getMachineNode(Opcode, SDLoc(N), MVT::i32, MVT::i32, in tryARMIndexedLoad() local
1657 SDNode *New = CurDAG->getMachineNode(Opcode, SDLoc(N), MVT::i32, MVT::i32, in tryARMIndexedLoad() local
1688 SDNode *New = CurDAG->getMachineNode(ARM::tLDR_postidx, SDLoc(N), MVT::i32, in tryT1IndexedLoad() local
1736 SDNode *New = CurDAG->getMachineNode(Opcode, SDLoc(N), MVT::i32, MVT::i32, in tryT2IndexedLoad() local
1836 SDNode *New = CurDAG->getMachineNode(Opcode, SDLoc(N), MVT::i32, in tryMVEIndexedLoad() local
2603 SDNode *New = CurDAG->getMachineNode(Opcode, SDLoc(N), VTs, Ops); in SelectMVE_WB() local
4022 SDNode *New = CurDAG->getMachineNode(ARM::t2WhileLoopSetup, dl, MVT::i32, in Select() local
4041 SDNode *New = CurDAG->getMachineNode(Opc, dl, MVT::Other, Ops); in Select() local
4062 SDNode *New = CurDAG->getMachineNode(ARM::LOADDUAL, dl, in Select() local
4093 SDNode *New = CurDAG->getMachineNode(ARM::STOREDUAL, dl, MVT::Other, Ops); in Select() local
[all …]

12345678