Searched defs:New (Results 101 - 125 of 138) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp1198 MachineInstr *New = MIB.addMemOperand(combineKnownAdjacentMMOs(*MBB->getParent(), MMOa, MMOb)); local
1242 MachineInstr *New = local
1302 MachineInstr *New = local
1368 MachineInstr *New = local
1448 MachineInstr *New = local
1609 MachineInstr *New = local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1008 SDValue New = CurDAG->getNode(ISD::AND, DL, VT, In, Mask); local
1048 SDValue New = convertTo( local
1105 SDValue New = convertTo( local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2674 void replaceIncomingBlockWith(const BasicBlock *Old, BasicBlock *New) { argument
H A DIRBuilder.h1740 CreateAtomicCmpXchg( Value *Ptr, Value *Cmp, Value *New, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SyncScope::ID SSID = SyncScope::System) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp548 static bool isBetterKnownHeader(const ModuleMap::KnownHeader &New, argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1620 auto New = Reader.takeListener(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp713 New, enumerator in enum:__anon1581::DynAlloc::Kind
H A DItaniumMangle.cpp3967 const CXXNewExpr *New = cast<CXXNewExpr>(E); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2222 SDValue New = CurDAG->getNode(N->getOpcode(), DL, VTs, Ops); local
2238 SDValue New = CurDAG->getCopyFromReg( local
2255 SDValue New = CurDAG->getCopyToReg( local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1730 void LowerTypeTestsModule::replaceCfiUses(Function *Old, Value *New, argument
1765 void LowerTypeTestsModule::replaceDirectCalls(Value *Old, Value *New) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp143 AllocaInst *New = Builder.CreateAlloca(CastElTy, Amt); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1392 AssertingVH<Instruction> New; member in class:__anon4705::DeferredReplacement
1398 static DeferredReplacement createRAUW(Instruction *Old, Instruction *New) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp2075 SDValue New = CurDAG->getNode(ISD::SHL, SDLoc(N), Mul1.Value.getValueType(), local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2825 Constant *New = ConstantFoldConstant(CE, DL); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp674 SmallVector<DeducedTemplateArgument, 4> New; member in struct:clang::DeducedPack
[all...]
H A DSemaTemplateInstantiateDecl.cpp83 instantiateDependentAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) argument
102 instantiateDependentAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignedAttr *Aligned, Decl *New) argument
140 instantiateDependentAssumeAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AssumeAlignedAttr *Aligned, Decl *New) argument
163 instantiateDependentAlignValueAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignValueAttr *Aligned, Decl *New) argument
174 instantiateDependentAllocAlignAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AllocAlignAttr *Align, Decl *New) argument
184 instantiateDependentFunctionAttrCondition( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const Attr *A, Expr *OldCond, const Decl *Tmpl, FunctionDecl *New) argument
215 instantiateDependentEnableIfAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const EnableIfAttr *EIA, const Decl *Tmpl, FunctionDecl *New) argument
226 instantiateDependentDiagnoseIfAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const DiagnoseIfAttr *DIA, const Decl *Tmpl, FunctionDecl *New) argument
240 instantiateDependentCUDALaunchBoundsAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const CUDALaunchBoundsAttr &Attr, Decl *New) argument
264 instantiateDependentModeAttr(Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const ModeAttr &Attr, Decl *New) argument
272 instantiateOMPDeclareSimdDeclAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const OMPDeclareSimdDeclAttr &Attr, Decl *New) argument
355 instantiateOMPDeclareVariantAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const OMPDeclareVariantAttr &Attr, Decl *New) argument
434 instantiateDependentAMDGPUFlatWorkGroupSizeAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AMDGPUFlatWorkGroupSizeAttr &Attr, Decl *New) argument
455 instantiateExplicitSpecifier(Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, ExplicitSpecifier ES, FunctionDecl *New) argument
477 instantiateDependentAMDGPUWavesPerEUAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AMDGPUWavesPerEUAttr &Attr, Decl *New) argument
500 InstantiateAttrsForDecl( const MultiLevelTemplateArgumentList &TemplateArgs, const Decl *Tmpl, Decl *New, LateInstantiatedAttrVec *LateAttrs, LocalInstantiationScope *OuterMostScope) argument
534 InstantiateAttrs(const MultiLevelTemplateArgumentList &TemplateArgs, const Decl *Tmpl, Decl *New, LateInstantiatedAttrVec *LateAttrs, LocalInstantiationScope *OuterMostScope) argument
4428 InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl) argument
4514 InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl) argument
4530 SubstDefaultedFunction(FunctionDecl *New, FunctionDecl *Tmpl) argument
5351 InstantiateMemInitializers(CXXConstructorDecl *New, const CXXConstructorDecl *Tmpl, const MultiLevelTemplateArgumentList &TemplateArgs) argument
[all...]
H A DSemaDeclObjC.cpp5088 VarDecl *New = VarDecl::Create(Context, CurContext, StartLoc, IdLoc, Id, local
5132 VarDecl *New = BuildObjCExceptionDecl(TInfo, ExceptionType, local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp879 BlockAddress *New = BlockAddress::get(B); local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1922 TreePatternNodePtr New; local
2799 TreePatternNodePtr New local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1626 SDNode *New = CurDAG->getMachineNode(Opcode, SDLoc(N), MVT::i32, MVT::i32, local
1636 SDNode *New = CurDAG->getMachineNode(Opcode, SDLoc(N), MVT::i32, MVT::i32, local
1667 SDNode *New = CurDAG->getMachineNode(ARM::tLDR_postidx, SDLoc(N), MVT::i32, local
1715 SDNode *New local
1812 SDNode *New = CurDAG->getMachineNode(Opcode, SDLoc(N), MVT::i32, local
2546 SDNode *New = CurDAG->getMachineNode(Opcode, SDLoc(N), VTs, Ops); local
3690 SDNode *New = CurDAG->getMachineNode(Opc, dl, MVT::Other, Ops); local
3711 SDNode *New = CurDAG->getMachineNode(ARM::LOADDUAL, dl, local
3742 SDNode *New = CurDAG->getMachineNode(ARM::STOREDUAL, dl, MVT::Other, Ops); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3432 SDValue New = CurDAG->getCopyFromReg( local
3437 SDValue New = CurDAG->getCopyFromReg( local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4001 SDValue New = CurDAG->getNode(X86ISD::VPTERNLOG, DL, NVT, A, B, C, local
5585 MachineSDNode *New = CurDAG->getMachineNode( local
5602 MachineSDNode *New = CurDAG->getMachineNode( local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp201 void ReplaceStmt(Stmt *Old, Stmt *New) { argument
205 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3229 SDValue New; member in struct:llvm::TargetLoweringBase::TargetLowering::TargetLoweringOpt
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2697 static void Profile(llvm::FoldingSetNodeID &ID, QualType Orig, QualType New) { argument

Completed in 689 milliseconds

123456