Home
last modified time | relevance | path

Searched defs:NewValue (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.cpp69 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeEmptyOperandList() local
89 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeOperandList() local
110 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeMIPredicateOperandList() local
133 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeTwoMOPredicateOperandList() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h121 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe()
125 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease()
135 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata()
139 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted()
H A DObjCARCOpts.cpp982 Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCallImpl() local
1003 Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCallImpl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp343 void VariantValue::setBoolean(bool NewValue) { in setBoolean()
358 void VariantValue::setDouble(double NewValue) { in setDouble()
373 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned()
388 void VariantValue::setString(StringRef NewValue) { in setString()
401 void VariantValue::setNodeKind(ASTNodeKind NewValue) { in setNodeKind()
416 void VariantValue::setMatcher(const VariantMatcher &NewValue) { in setMatcher()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp55 Value *NewValue, in replaceConditionalBranchesOnConstant()
128 Value *NewValue; in lowerConstantIntrinsics() local
H A DStructurizeCFG.cpp664 if (auto NewValue = SimplifyInstruction(Phi, Q)) { in simplifyAffectedPhis() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp165 Value *NewValue = C; in remapConstant() local
218 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h69 Value *NewValue = nullptr; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DPlistSupport.h32 unsigned NewValue = V.size(); in AddFID() local
H A DIdentifierTable.h426 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp83 Value *NewValue) { in replaceVariableLocationOp()
103 Value *NewValue) { in replaceVariableLocationOp()
H A DAutoUpgrade.cpp4067 std::string NewValue = ValueComp[0].str() + ";" + ValueComp[1].str(); in UpgradeRetainReleaseMarker() local
4247 std::string NewValue; in UpgradeModuleFlags() local
H A DCore.cpp4029 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool NewValue) { in LLVMSetAtomicSingleThread()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp243 DWARFYAML::FormValue NewValue; in dumpDebugInfo() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h370 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h444 void replaceUse(Use &U, Value *NewValue) { in replaceUse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h422 void replaceUse(Use &U, Value *NewValue) { in replaceUse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp363 void VPBasicBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences()
437 void VPRegionBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp613 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp450 Value *NewValue = OldValue; in UnrollAndJamLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp1519 Value *NewValue = Mapper.mapValue(GV); in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1033 DbgVariableValue NewValue(DbgValue); in addDefsFromCopies() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp179 auto NewValue = OldValue & Value; in ConstructorHelper() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15202 SDValue NewValue = DAG.getNode(CondOpcode, SDLoc(SubsNode), VTs, Ops); in performCONDCombine() local
17452 auto NewValue = convertToScalableVector(DAG, ContainerVT, Store->getValue()); in LowerFixedLengthVectorStoreToSVE() local
17471 auto NewValue = convertToScalableVector(DAG, ContainerVT, Store->getValue()); in LowerFixedLengthVectorMStoreToSVE() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4088 SDValue NewValue = in lowerFixedLengthVectorStoreToRVV() local

12