Home
last modified time | relevance | path

Searched refs:setValue (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp111 Env.setValue(*Loc, UnpackedVal); in maybeUnpackLValueExpr()
119 Env.setValue(To, *Val); in propagateValue()
173 Env.setValue(*LHSLoc, *RHSVal); in VisitBinaryOperator()
185 Env.setValue(*S, Env.makeAnd(LHSVal, RHSVal)); in VisitBinaryOperator()
187 Env.setValue(*S, Env.makeOr(LHSVal, RHSVal)); in VisitBinaryOperator()
193 Env.setValue(*S, S->getOpcode() == BO_EQ ? LHSEqRHSValue in VisitBinaryOperator()
301 Env.setValue(*S, *SubExprVal); in VisitImplicitCastExpr()
305 Env.setValue(*S, Env.makeAtomicBoolValue()); in VisitImplicitCastExpr()
316 Env.setValue(*S, *SubExprVal); in VisitImplicitCastExpr()
341 Env.setValue(*S, NullPointerVal); in VisitImplicitCastExpr()
[all …]
H A DRecordOps.cpp32 Env.setValue(*DstFieldLoc, *Val); in copyField()
45 Env.setValue(DstFieldLoc, *Val); in copySyntheticField()
H A DDataflowEnvironment.cpp680 setValue(*Call, *CalleeEnv.ReturnVal); in popCall()
921 void Environment::setValue(const StorageLocation &Loc, Value &Val) { in setValue() function in clang::dataflow::Environment
927 void Environment::setValue(const Expr &E, Value &Val) { in setValue() function in clang::dataflow::Environment
1034 setValue(Loc, *Val); in createLocAndMaybeValue()
1056 setValue(FieldLoc, *Val); in initializeFieldsWithValues()
1129 setValue(Loc, *Val); in createObjectInternal()
H A DTypeErasedDataflowAnalysis.cpp390 Env.setValue(*MemberLoc, *InitExprVal); in builtinTransferInitializer()
480 State.Env.setValue(*TerminatorCond, State.Env.makeAtomicBoolValue());
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2762 setValue(&I, Br); in visitBr()
2938 setValue(CurInst, BrCond); in visitSwitchCase()
3564 setValue(&LP, Res); in visitLandingPad()
3617 setValue(&I, UnNodeValue); in visitUnary()
3637 setValue(&I, BinNodeValue); in visitBinary()
3676 setValue(&I, Res); in visitShift()
3686 setValue(&I, DAG.getNode(ISD::SDIV, getCurSDLoc(), Op1.getValueType(), Op1, in visitSDiv()
3714 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Opcode)); in visitICmp()
3733 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Condition)); in visitFCmp()
3874 setValue(&I, DAG.getNode(ISD::MERGE_VALUES, getCurSDLoc(), in visitSelect()
[all …]
H A DStatepointLowering.cpp1111 setValue(&I, DAG.getIntPtrConstant(-1, getCurSDLoc())); in LowerStatepoint()
1119 setValue(&I, ReturnValue); in LowerStatepoint()
1174 setValue(Call, ReturnVal); in LowerCallSiteWithDeoptBundleImpl()
1195 setValue(&CI, getValue(SI)); in visitGCResult()
1208 setValue(&CI, CopyFromReg); in visitGCResult()
1241 setValue(&Relocate, SDV); in visitGCRelocate()
1255 setValue(&Relocate, Relocation); in visitGCRelocate()
1287 setValue(&Relocate, SpillLoad); in visitGCRelocate()
1297 setValue(&Relocate, DAG.getConstant(0xFEFEFEFE, SDLoc(SD), MVT::i64)); in visitGCRelocate()
1303 setValue(&Relocate, SD); in visitGCRelocate()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvalEmitter.cpp176 EvalResult.setValue(S.Stk.pop<T>().toAPValue(Ctx.getASTContext())); in emitRet()
187 EvalResult.setValue(Ptr.toAPValue(Ctx.getASTContext())); in emitRet()
218 EvalResult.setValue(*V); in emitRet()
226 EvalResult.setValue(Ptr.toAPValue(Ctx.getASTContext())); in emitRet()
247 EvalResult.setValue(*APV); in emitRetValue()
H A DEvaluationResult.h58 void setValue(const APValue &V) { in setValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPackedVector.h38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function
57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function
92 Vec.setValue(Vec.Bits, Idx, val);
H A DStringMapEntry.h84 void setValue(const ValueTy &V) { second = V; } in setValue() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp26 setValue(); in DbiModuleSourceFilesIterator()
101 setValue(); in operator +=()
117 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp37 OptionValue(const FnT &V) { this->setValue(V); } in OptionValue()
40 setValue(V); in operator =()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DSmartPointerAccessorCaching.h159 State.Env.setValue(*GetExpr, in transferSmartPointerLikeCachedGet()
167 State.Env.setValue(*GetExpr, *Val); in transferSmartPointerLikeCachedGet()
H A DDataflowEnvironment.h495 void setValue(const StorageLocation &Loc, Value &Val);
506 void setValue(const Expr &E, Value &Val);
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h560 template <class DT> void setValue(const DT & /*V*/) {}
593 void setValue(const DataType &V) {
628 OptionValue(const DataType &V) { this->setValue(V); }
632 this->setValue(V);
646 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); }
649 setValue(V);
663 OptionValue(const std::string &V) { this->setValue(V); }
666 setValue(V);
1351 template <class T> void setValue(const T &V, bool initial = false) {
1381 template <class T> void setValue(const T &V, bool initial = false) {
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp374 Env.setValue(Expr, *Value); in forceBoolValue()
390 Env.setValue(locForHasValue(OptionalLoc), HasValueVal); in setHasValue()
402 Env.setValue(HasValueLoc, *HasValueVal); in getHasValue()
449 State.Env.setValue( in transferArrowOpCall()
465 State.Env.setValue(*CallExpr, *HasValueVal); in transferOptionalHasValueCall()
474 State.Env.setValue(*CallExpr, State.Env.makeNot(*HasValueVal)); in transferOptionalIsNullCall()
589 State.Env.setValue(*CE, *Val); in handleConstMemberCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h329 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function
330 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h192 void setValue(StringRef Value) override { in setValue() function
232 void setValue(StringRef Value) override { in setValue() function
H A DLVSymbol.h122 void setValue(StringRef Value) override { in setValue() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp115 CurrentElement->setValue( in processOneAttribute()
128 CurrentElement->setValue(Stream.str()); in processOneAttribute()
130 CurrentElement->setValue(hexString(GetAsUnsignedConstant(), 2)); in processOneAttribute()
132 CurrentElement->setValue(dwarf::toStringRef(FormValue)); in processOneAttribute()
166 CurrentElement->setValue(dwarf::toStringRef(FormValue)); in processOneAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h72 Other.A.setValue(InvalidAddr); in FinalizedAlloc()
99 A.setValue(InvalidAddr); in release()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h57 void setValue();
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp367 It.first->setValue(std::string(Option.DefaultValStr)); in insertAndValidate()
381 It.first->setValue(std::string(Option.DefaultValStr)); in insertAndValidate()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp214 TagAddr.setValue( in listenLoop()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp149 GetStringMapEntryFromKeyData(mangled_ccstr).setValue(demangled_ccstr); in GetConstCStringAndSetMangledCounterPart()

123