Home
last modified time | relevance | path

Searched defs:New (Results 76 – 100 of 195) sorted by relevance

12345678

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1138 void VPValue::replaceAllUsesWith(VPValue *New) { in replaceAllUsesWith()
1143 VPValue *New, in replaceUsesWithIf()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp795 BasicBlock *New = in getOrCreateHoistedBlock() local
1418 Instruction *New; in cloneInstructionInExitBlock() local
1518 Instruction *New; in sinkThroughTriviallyReplaceablePHI() local
1710 Instruction *New = sinkThroughTriviallyReplaceablePHI( in sink() local
H A DReassociate.cpp1047 BinaryOperator *New = in convertOrWithNoCommonBitsToAdd() local
1100 BinaryOperator *New = CreateAdd(Sub->getOperand(0), NegVal, "", Sub, Sub); in BreakUpSubtract() local
H A DSROA.cpp3225 MemIntrinsic *New = cast<MemIntrinsic>(IRB.CreateMemSet( in visitMemSetInst() local
3300 StoreInst *New = in visitMemSetInst() local
3433 CallInst *New = IRB.CreateMemCpy(DestPtr, DestAlign, SrcPtr, SrcAlign, in visitMemTransferInst() local
3588 Value *New; in visitIntrinsicInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp465 void MergeFunctions::replaceDirectCallers(Function *Old, Function *New) { in replaceDirectCallers()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp572 BasicBlock *New = CloneBasicBlock(*BB, VMap, "." + Twine(It)); in UnrollLoop() local
H A DValueMapper.cpp691 Metadata *New = mapOperand(Old); in remapOperands() local
990 MDNode *New = cast_or_null<MDNode>(mapMetadata(Old)); in remapInstruction() local
H A DBasicBlockUtils.cpp722 BasicBlock::iterator New = I->insertInto(BB, BI); in ReplaceInstWithInst() local
1032 BasicBlock *New = Old->splitBasicBlock( in SplitBlockImpl() local
1096 BasicBlock *New = Old->splitBasicBlock( in splitBlockBefore() local
H A DLoopConstrainer.cpp701 Loop &New = *LI.AllocateLoop(); in createClonedLoopStructure() local
H A DLoopUnrollAndJam.cpp371 BasicBlock *New = CloneBasicBlock(*BB, VMap, "." + Twine(It)); in UnrollAndJamLoop() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1026 bool New; in defineVirtReg() local
1103 bool New; in useVirtReg() local
H A DRegAllocGreedy.cpp261 void RAGreedy::LRE_DidCloneVirtReg(Register New, Register Old) { in LRE_DidCloneVirtReg()
265 void RAGreedy::ExtraRegInfo::LRE_DidCloneVirtReg(Register New, Register Old) { in LRE_DidCloneVirtReg()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp154 DIEAbbrev *New = new (Alloc) DIEAbbrev(std::move(Abbrev)); in uniqueAbbreviation() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h360 static bool retrack(Metadata *&MD, Metadata *&New) { in retrack()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7337 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap() local
7346 QualType New = wrap(C, CAT->getElementType(), I); in wrap() local
7353 QualType New = wrap(C, VAT->getElementType(), I); in wrap() local
7360 QualType New = wrap(C, IAT->getElementType(), I); in wrap() local
7366 QualType New = wrap(C, cast<PointerType>(Old)->getPointeeType(), I); in wrap() local
7371 QualType New = wrap(C, cast<BlockPointerType>(Old)->getPointeeType(),I); in wrap() local
7377 QualType New = wrap(C, OldMPT->getPointeeType(), I); in wrap() local
7383 QualType New = wrap(C, OldRef->getPointeeType(), I); in wrap() local
H A DSemaConcept.cpp812 const TemplateCompareNewDeclInfo &New, in AreConstraintExpressionsEqual()
1339 std::optional<NormalizedConstraint> New; in fromConstraintExpr() local
H A DSemaTemplateInstantiate.cpp1305 void transformAttrs(Decl *Old, Decl *New) { in transformAttrs()
1312 for (auto *New : NewDecls) in transformedLocalDecl() local
1320 Decl *New = NewDecls.front(); in transformedLocalDecl() local
2749 void Sema::SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto, in SubstExceptionSpec()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp366 MachineOperand New = MachineOperand::CreateImm(Fold.ImmToFold); in updateOperand() local
441 MachineOperand *New = Fold.OpToFold; in updateOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp510 MachineInstr *New; in eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp36 void LoopSafetyInfo::copyColors(BasicBlock *New, BasicBlock *Old) { in copyColors()
H A DBlockFrequencyInfoImpl.cpp530 Scaled64 New = Loop.Scale * F; in unwrapLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp152 Instruction *New) { in replaceMemInstrUses()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2312 SDValue New = CurDAG->getNode(N->getOpcode(), DL, VTs, Ops); in Select_INLINEASM() local
2328 SDValue New = CurDAG->getCopyFromReg( in Select_READ_REGISTER() local
2345 SDValue New = CurDAG->getCopyToReg( in Select_WRITE_REGISTER() local
H A DLegalizeDAG.cpp212 void ReplaceNode(SDNode *Old, SDNode *New) { in ReplaceNode()
225 void ReplaceNode(SDValue Old, SDValue New) { in ReplaceNode()
235 void ReplaceNode(SDNode *Old, const SDValue *New) { in ReplaceNode()
248 void ReplaceNodeWithValue(SDValue Old, SDValue New) { in ReplaceNodeWithValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp151 Function *New = Function::Create(Ty, GlobalVariable::ExternalLinkage, in getOrInsertFunction() local

12345678