/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchDagOperands.cpp |
|
/freebsd/contrib/llvm-project/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 | 939 Value *NewValue = PoisonValue::get(CI->getType()); in OptimizeIndividualCallImpl() local 960 Value *NewValue = PoisonValue::get(CI->getType()); in OptimizeIndividualCallImpl() local
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 344 void VariantValue::setBoolean(bool NewValue) { in setBoolean() 359 void VariantValue::setDouble(double NewValue) { in setDouble() 374 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned() 389 void VariantValue::setString(StringRef NewValue) { in setString() 402 void VariantValue::setNodeKind(ASTNodeKind NewValue) { in setNodeKind() 417 void VariantValue::setMatcher(const VariantMatcher &NewValue) { in setMatcher()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | LazyAtomicPointer.h | 65 bool compare_exchange_weak(T *&ExistingValue, T *NewValue) { in compare_exchange_weak() 80 bool compare_exchange_strong(T *&ExistingValue, T *NewValue) { in compare_exchange_strong()
|
H A D | ConcurrentHashtable.h | 172 insert(const KeyTy & NewValue) insert() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerConstantIntrinsics.cpp | 55 Value *NewValue, in replaceConditionalBranchesOnConstant() 137 Value *NewValue; in lowerConstantIntrinsics() local
|
H A D | StructurizeCFG.cpp | 782 if (auto NewValue = simplifyInstruction(Phi, Q)) { in simplifyAffectedPhis() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXGenericToNVVM.cpp | 146 Value *NewValue = C; in remapConstant() local 199 Value *NewValue = PoisonValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
|
H A D | NVPTXISelDAGToDAG.cpp | 3845 SDValue NewValue = CurDAG->getNode(ISD::CopyToReg, DL, SmallVector<EVT>(N->values()), NewOps); in SelectV2I64toI128() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombineInternal.h | 73 Value *NewValue = nullptr; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 754 T &&NewValue) { in replaceValue() 768 dwarf::Form Form, T &&NewValue) { in replaceValue() 780 dwarf::Form Form, DIEValue &NewValue) { in replaceValue()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 287 Value *NewValue, in replaceVariableLocationOp() 321 Value *NewValue) { in replaceVariableLocationOp()
|
H A D | IntrinsicInst.cpp | 122 Value *NewValue, in replaceVariableLocationOp() 163 Value *NewValue) { in replaceVariableLocationOp()
|
H A D | AutoUpgrade.cpp | 4926 std::string NewValue = ValueComp[0].str() + ";" + ValueComp[1].str(); in upgradeRetainReleaseMarker() local 5132 std::string NewValue; in UpgradeModuleFlags() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 405 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 105 static void createDebugValue(DIBuilder &DIB, Value *NewValue, in createDebugValue() 116 static void createDebugValue(DIBuilder &DIB, Value *NewValue, in createDebugValue()
|
H A D | SCCPSolver.cpp | 1005 ValueLatticeElement &NewValue = StructValueState[{&*NewArg, I}]; in setLatticeValueForSpecializationArguments() local 1015 ValueLatticeElement &NewValue = StructValueState[{&*NewArg, I}]; in setLatticeValueForSpecializationArguments() local 1019 ValueLatticeElement &NewValue = ValueState[&*NewArg]; in setLatticeValueForSpecializationArguments() local
|
H A D | LoopUnrollAndJam.cpp | 442 Value *NewValue = OldValue; in UnrollAndJamLoop() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 418 void replaceUse(Use &U, Value *NewValue) { in replaceUse()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 527 void VPBasicBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() 722 void VPRegionBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 585 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject()
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1667 Value *NewValue = Mapper.mapValue(GV); in run() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 1007 uint64_t NewValue = remapValue(V.Value, ValueKind, ValueMap); in addValueData() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 1076 DbgVariableValue NewValue(DbgValue); in addDefsFromCopies() local
|