OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Conds
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCInstPrinter.cpp
145
ArrayRef<AliasPatternCond>
Conds
=
149
if (llvm::all_of(
Conds
, [&](const AliasPatternCond &C) {
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
AsmWriterEmitter.cpp
671
std::vector<std::string>
Conds
;
682
void addCond(std::string C) {
Conds
.push_back(std::move(C)); }
683
ArrayRef<std::string> getConds() const { return
Conds
; }
684
size_t getCondCount() const { return
Conds
.size(); }
763
if (
Conds
.size() != RHS.
Conds
.size())
767
for (const auto &str :
Conds
)
768
if (str != RHS.
Conds
[Idx++])
1054
std::string
Conds
;
1055
raw_string_ostream CondO(
Conds
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp
545
BranchVector &
Conds
= Loops ? LoopConds : Conditions;
549
for (BranchInst *Term :
Conds
) {
JumpThreading.cpp
956
PredValueInfoTy
Conds
;
958
computeValueKnownInPredecessorsImpl(SI->getCondition(), BB,
Conds
,
960
for (auto &C :
Conds
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86SpeculativeLoadHardening.cpp
728
ArrayRef<X86::CondCode>
Conds
) {
750
for (X86::CondCode Cond :
Conds
) {
764
if (!LiveEFLAGS && Cond ==
Conds
.back())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h
4704
struct
Conds
{
4708
Conds
(StringRef Arch, ArrayRef<StringRef> Feats)
Completed in 47 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026