OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Inactive
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp
192
auto
Inactive
= E->getRHS()->getDependence();
194
std::swap(Active,
Inactive
);
198
((Cond | Active |
Inactive
) & ~ExprDependence::TypeValue);
/src/external/apache2/llvm/dist/llvm/tools/lli/
lli.cpp
231
enum class LLJITPlatform {
Inactive
, DetectHost, GenericIR, MachO };
242
clEnumValN(LLJITPlatform::
Inactive
, "
Inactive
",
931
case LLJITPlatform::
Inactive
:
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIWholeQuadMode.cpp
13
/// The "strict" prefix indicates that
inactive
lanes do not take part in
14
/// control flow, specifically an
inactive
lane enabled by a strict WQM/WWM will
16
/// non-strict WQM
inactive
lanes may control flow decisions.
528
// clobber
inactive
lanes.
544
MachineOperand &
Inactive
= MI.getOperand(2);
545
if (
Inactive
.isReg()) {
546
if (
Inactive
.isUndef()) {
549
markOperand(MI,
Inactive
, StateStrictWWM, Worklist);
601
// semantics of @llvm.amdgcn.set.
inactive
.
797
// for
inactive
lanes so a mask of live lanes would not be correc
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
228
SDValue PredicateMask, SDValue
Inactive
);
2509
SDValue
Inactive
) {
2512
Ops.push_back(
Inactive
);
2632
N->getOperand(FirstInputOp - 1)); //
inactive
2828
SDValue
Inactive
;
2830
Inactive
= N->getOperand(OpIdx++);
2841
AddMVEPredicateToOps(Ops, Loc, N->getOperand(OpIdx),
Inactive
);
Completed in 26 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026