Searched refs:IsUsed (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbol.cpp49 assert(!IsUsed && "Cannot set a variable that has already been used.");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h92 /// IsUsed - True if this symbol has been used.
93 mutable unsigned IsUsed : 1;
155 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
216 bool isUsed() const { return IsUsed; }
296 IsUsed |= SetUsed;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h226 mutable bool IsUsed; member in struct:clang::CodeGen::CGCallee::CallArg
231 : RV(rv), HasLV(false), IsUsed(false), Ty(ty) {}
233 : LV(lv), HasLV(true), IsUsed(false), Ty(ty) {}
242 assert(HasLV && !IsUsed);
246 assert(!HasLV && !IsUsed);
H A DCoverageMappingGen.h72 bool IsUsed = true);
H A DCoverageMappingGen.cpp1322 const std::string &CoverageMapping, bool IsUsed) {
1340 if (!IsUsed)
H A DCGCall.cpp3571 IsUsed = true;
3589 IsUsed = true;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp34 HasCommaPasting(false), IsDisabled(false), IsUsed(false),
139 if (IsUsed) Out << " used";
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h106 bool IsUsed : 1;
151 /// Set the value of the IsUsed flag.
152 void setIsUsed(bool Val) { IsUsed = Val; }
222 bool isUsed() const { return IsUsed; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp762 {PragmaLoc, &Attribute, std::move(SubjectMatchRules), /*IsUsed=*/false});
788 if (!Entry.IsUsed) {
827 Entry.IsUsed = true;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp728 OperandData(Value *V, bool APO, bool IsUsed) argument
729 : V(V), APO(APO), IsUsed(IsUsed) {}
739 bool IsUsed = false; member in struct:llvm::slpvectorizer::BoUpSLP::VLOperands::OperandData
781 OpsVec[OpIdx][Lane].IsUsed = false;
1042 if (OpData.IsUsed)
1077 getData(BestOp.Idx.getValue(), Lane).IsUsed = true;
1170 /// Note: This modifies the 'IsUsed' flag, so a cleanUsed() must follow.
1180 if (Data.APO != OpAPO || Data.IsUsed)
1184 Data.IsUsed
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1433 auto IsUsed = [&HRI,&MRI] (unsigned Reg) -> bool { local
1443 if (!IsUsed(*P))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h572 bool IsUsed; member in struct:clang::final::PragmaAttributeEntry

Completed in 150 milliseconds