/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchDagOperands.cpp | 69 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 D | PtrState.h | 121 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 D | ObjCARCOpts.cpp | 982 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 D | VariantValue.cpp | 343 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 D | LowerConstantIntrinsics.cpp | 55 Value *NewValue, in replaceConditionalBranchesOnConstant() 128 Value *NewValue; in lowerConstantIntrinsics() local
|
H A D | StructurizeCFG.cpp | 664 if (auto NewValue = SimplifyInstruction(Phi, Q)) { in simplifyAffectedPhis() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXGenericToNVVM.cpp | 165 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 D | AggressiveInstCombineInternal.h | 69 Value *NewValue = nullptr; member
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | PlistSupport.h | 32 unsigned NewValue = V.size(); in AddFID() local
|
H A D | IdentifierTable.h | 426 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 83 Value *NewValue) { in replaceVariableLocationOp() 103 Value *NewValue) { in replaceVariableLocationOp()
|
H A D | AutoUpgrade.cpp | 4067 std::string NewValue = ValueComp[0].str() + ";" + ValueComp[1].str(); in UpgradeRetainReleaseMarker() local 4247 std::string NewValue; in UpgradeModuleFlags() local
|
H A D | Core.cpp | 4029 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool NewValue) { in LLVMSetAtomicSingleThread()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 243 DWARFYAML::FormValue NewValue; in dumpDebugInfo() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 370 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 444 void replaceUse(Use &U, Value *NewValue) { in replaceUse()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 422 void replaceUse(Use &U, Value *NewValue) { in replaceUse()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 363 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 D | BodyFarm.cpp | 613 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 450 Value *NewValue = OldValue; in UnrollAndJamLoop() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1519 Value *NewValue = Mapper.mapValue(GV); in run() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 1033 DbgVariableValue NewValue(DbgValue); in addDefsFromCopies() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 179 auto NewValue = OldValue & Value; in ConstructorHelper() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 15202 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 D | RISCVISelLowering.cpp | 4088 SDValue NewValue = in lowerFixedLengthVectorStoreToRVV() local
|