OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Selected
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelect.h
47
MachineFunctionProperties::Property::
Selected
);
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
ASTSelection.cpp
34
/// Constructs the tree of
selected
AST nodes that either contain the location
47
// The TU decl is the root of the
selected
node tree.
262
///
selected
statement.
266
// - The string literal in ObjC string literal is
selected
, e.g.:
271
// The entire call should be
selected
when just the member expression
273
// is
selected
.
318
/// Finds the set of bottom-most
selected
AST nodes that are in the selection
381
// Code range is
selected
when the selection range is not empty.
391
SelectedNodeWithParents &
Selected
= ContainSelection[0];
392
if (!
Selected
.Node.get().Node.get<Stmt>()
[
all
...]
/src/external/ibm-public/postfix/dist/mantools/
make_soho_readme
36
<li> <p>
Selected
topics from the STANDARD_CONFIGURATION_README document: </p>
47
<p>
Selected
topics from the SASL_README document: </p>
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64PostSelectOptimize.cpp
88
//
selected
.
177
MachineFunctionProperties::Property::
Selected
) &&
178
"Expected a
selected
MF");
188
"Optimize AArch64
selected
instructions",
191
"Optimize AArch64
selected
instructions", false,
/src/usr.sbin/sysinst/arch/i386/
msg.md.en
56
(usually the monitor and keyboard). Serial bootblocks use the
selected
59
Selected
bootblock: }
msg.md.pl
57
Selected
bootblock: }
/src/lib/libc/time/
tzselect.ksh
79
# and assign the
selected
argument to the variable 'select_result'.
753
Selected
time is now: $TZdate.
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRYamlMapping.h
689
bool
Selected
= false;
717
YamlIO.mapOptional("
selected
", MF.
Selected
, false);
MachineFunction.h
143
//
Selected
: In GlobalISel: the InstructionSelect pass ran and all pre-isel
160
Selected
,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp
446
if (YamlMF.
Selected
)
447
MF.getProperties().set(MachineFunctionProperties::Property::
Selected
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp
212
YamlMF.
Selected
= MF.getProperties().hasProperty(
213
MachineFunctionProperties::Property::
Selected
);
MachineFunction.cpp
99
case P::
Selected
: return "
Selected
";
MachineVerifier.cpp
374
MachineFunctionProperties::Property::
Selected
);
877
report("Unexpected generic instruction in a
Selected
function", MI);
1934
report("Generic virtual register invalid in a
Selected
function",
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp
1358
// The above search did not check whether the
selected
class itself has base
7068
/// Is the special member function which would be
selected
to perform the
7168
// -- the assignment operator
selected
to copy/move each direct base
7185
// thereof), the assignment operator
selected
to copy/move that member is
7770
// candidate
selected
by overload resolution is not a rewritten
7785
// deleted. This requires that we
selected
an accessible function.
9294
/// If \p
Selected
is not \c NULL, \c *
Selected
will be filled in with the
9303
CXXMethodDecl **
Selected
) {
9304
if (
Selected
)
[
all
...]
SemaExprCXX.cpp
1747
// parameter of type std::size_t is
selected
.
1875
// implemented in the standard library is
selected
.
2716
// by whether we
selected
a placement operator new, not by whether
2792
UsualDeallocFnInfo
Selected
= resolveDeallocationOverload(
2796
if (
Selected
)
2797
Matches.push_back(std::make_pair(
Selected
.Found,
Selected
.FD));
2817
//
selected
as a match for the allocation function, the program
3130
// parameter of type std::size_t is
selected
.
3643
// delete. This is only necessary if we
selected
a destroying operato
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp
706
return; // Already
selected
.
1227
// the known bits in isDSOffsetLegal. We need to emit the
selected
node
1339
// the known bits in isDSOffsetLegal. We need to emit the
selected
node
2331
"fmad
selected
with denormals enabled");
2454
SDNode *
Selected
= CurDAG->SelectNodeTo(N, Opc, N->getVTList(), Ops);
2455
CurDAG->setNodeMemRefs(cast<MachineSDNode>(
Selected
), {MMO});
2538
SDNode *
Selected
= CurDAG->SelectNodeTo(N, Opc, N->getVTList(), Ops);
2539
CurDAG->setNodeMemRefs(cast<MachineSDNode>(
Selected
), {MMO});
2590
SDValue(InterpMov, 0), // Src2 - holds two f16 values
selected
by high
3013
// Go over all
selected
nodes and try to fold them a bit mor
[
all
...]
SIFixSGPRCopies.cpp
563
MachineFunctionProperties::Property::
Selected
))
SILowerI1Copies.cpp
446
MachineFunctionProperties::Property::
Selected
))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp
880
/// undef. Update IncomingValues based on the
selected
value.
887
/// \returns the
selected
value.
1004
Value *
Selected
= selectIncomingValueForBlock(PredVal, PredBB,
1009
PN->addIncoming(
Selected
, PredBB);
1016
Value *
Selected
= selectIncomingValueForBlock(OldVal, PredBB,
1021
PN->addIncoming(
Selected
, PredBB);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
5600
bool
Selected
;
5601
AssociationTy(ExprPtrTy E, TSIPtrTy TSI, bool
Selected
)
5602
: E(E), TSI(TSI),
Selected
(
Selected
) {}
5608
bool isSelected() const { return
Selected
; }
5858
/// getNumElements - Get the number of components being
selected
.
/src/usr.sbin/sysinst/
msg.mi.en
444
{The extraction of the
selected
sets for NetBSD-@@VERSION@@ is complete.
445
The system is now able to boot from the
selected
hard disk. To complete
487
Sets
selected
%d, processed %d, Next set %s.
695
{All
selected
distribution sets unpacked successfully.}
701
You
selected
%d distribution sets. %d sets couldn't be found
817
{ Distribution set
Selected
921
{Install
selected
sets}
971
Selected
: %s
979
{The disk that you
selected
has a swap partition that may currently be
1249
{The
selected
partition does not seem to have a valid file system.
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.cpp
577
// Visit each RW in the sequence
selected
by the current variant.
578
RecVec
Selected
= Variant->getValueAsListOfDefs("
Selected
");
579
for (Record *SelDef :
Selected
)
1508
// Push the Reads/Writes
selected
by this variant onto the PredTransition
1520
RecVec SelectedDefs = VInfo.VarOrSeqDef->getValueAsListOfDefs("
Selected
");
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
1245
/// then this vectorization factor will be
selected
if vectorization is
1266
/// are the
selected
vectorization factor and the cost of the
selected
VF.
5979
bool
Selected
= true;
5983
Selected
= false;
5985
if (
Selected
) {
6261
// been
selected
. Here, we assume that if an access can be
6404
// If we did not calculate the cost for VF (because the user
selected
the VF)
6700
// have occurred if we have a user-
selected
VF and are now computing the
9682
// Check if there is a scalar value for the
selected
lane
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
116
STATISTIC(NumFastIselSuccess, "Number of instructions fast isel
selected
");
117
STATISTIC(NumFastIselBlocks, "Number of blocks
selected
entirely by fast isel");
118
STATISTIC(NumDAGBlocks, "Number of blocks
selected
using DAG");
167
cl::desc("Pop up a window to show isel dags as they are
selected
"));
416
// If we already
selected
that function, we do not need to run SDISel.
418
MachineFunctionProperties::Property::
Selected
))
969
LLVM_DEBUG(dbgs() << "
Selected
selection DAG: "
1050
// Should a fused node have a successor which has yet to be
selected
, our
1055
// achieved by
selected
nodes). As the conversion is reversable the original Id,
1139
// successors of an already
selected
node should have a negative id
[
all
...]
Completed in 95 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026