Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp560 void SCEVUnknown::allUsesReplacedWith(Value *New) { in allUsesReplacedWith()
14041 auto GetDelta = [&](const SCEV *Old, const SCEV *New) -> const SCEV * { in verify()
14812 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5333 FunctionDecl *New = new (C, DC) FunctionDecl( in Create() local
H A DExprConstant.cpp788 New, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3804 SDValue New; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2849 New, // New enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4854 llvm::Value *New) { in deferPlaceholderReplacement()
H A DCGBuiltin.cpp317 Value *New = EmitToInt(CGF, CGF.EmitScalarExpr(E->getArg(2)), T, IntType); in MakeAtomicCmpXchgValue() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4154 const SCEV *New = normalizeForPostIncUse(NewDenormExpr, L, SE); in getAnyExtendConsideringPostIncUses() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4913 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size()); in SimplifyBranchOnICmpChain() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6165 Value *New = nullptr; in parseFunctionBody() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h492 void transformAttrs(Decl *Old, Decl *New) { } in transformAttrs()
501 void transformedLocalDecl(Decl *Old, ArrayRef<Decl *> New) { in transformedLocalDecl()
H A DSemaChecking.cpp16660 else if (const auto *New = dyn_cast<CXXNewExpr>(E); in CheckForIntOverflow() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7822 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in parseCmpXchg() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp4077 LLVMValueRef Cmp, LLVMValueRef New, in LLVMBuildAtomicCmpXchg()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1594 SDValue New = TLO.DAG.getNOT(dl, Op0, VT); in SimplifyDemandedBits() local
H A DSelectionDAG.cpp10347 SDNode *New = MorphNodeTo(N, ~MachineOpc, VTs, Ops); in SelectNodeTo() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2583 std::optional<int64_t> New = std::nullopt; in getInputFile() member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2061 SDValue New; in optimizeLogicalImm() local
24611 auto New = DAG.SplitScalar(N->getOperand(3), DL, MVT::i64, MVT::i64); in ReplaceCMP_SWAP_128Results() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11003 SDValue New = Op.getOperand(3); in LowerATOMIC_CMP_SWAP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22521 SDValue New = DAG.getNode(Opcode, dl, VTs, Ops); in EmitTest() local
23610 SDValue New = DAG.getNode(X86ISD::ADD, dl, VTs, Op0.getOperand(0), in emitFlagsForSetcc() local

12345678