Home
last modified time | relevance | path

Searched defs:Assignment (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.cpp
H A DGIMatchDag.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1028 struct Assignment { struct in __anon3afac2c40211::AssignmentTrackingLowering
1029 enum S { Known, NoneOrPhi } Status;
1031 DIAssignID *ID;
1034 DbgVariableRecord *Source = nullptr;
1036 bool isSameSourceAssignment(const Assignment &Other) const { in isSameSourceAssignment()
1041 void dump(raw_ostream &OS) { in dump()
1056 static Assignment make(DIAssignID *ID, DbgVariableRecord *Source) { in make()
1061 static Assignment makeFromMemDef(DIAssignID *ID) { in makeFromMemDef()
1064 static Assignment makeNoneOrPhi() { return Assignment(NoneOrPhi, nullptr); } in makeNoneOrPhi()
1066 Assignment() : Status(NoneOrPhi), ID(nullptr) {} // Can we delete this? in Assignment() argument
[all …]
H A DRegAllocFast.cpp1237 const LiveReg &Assignment) { in setPhysReg()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp42 Solver::Result::Assignment Assignment) { in operator <<()
H A DWatchedLiteralsSolver.cpp88 enum class Assignment : int8_t { enum in clang::dataflow::__anondce44e890111::WatchedLiteralsSolverImpl
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h29 Assignment = 2, // =, *=, /=, %=, +=, -=, <<=, >>=, &=, ^=, |= enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DSolver.h46 enum class Assignment : uint8_t { AssignedFalse = 0, AssignedTrue = 1 }; enum
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h135 Assignment, enumerator
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp903 const Symbol *Sym) { in serializeSymbols()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1496 void checkSuppression(const BinaryOperator *Assignment) { in checkSuppression()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h518 Assignment, enumerator
540 Assignment, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp14928 ExprResult Assignment = S.CreateBuiltinBinOp( in buildSingleCopyAssignRecursively() local