OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastOp
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslresource.c
1040
ACPI_PARSE_OBJECT *
LastOp
= NULL;
1113
LastOp
= DescriptorTypeOp;
1119
if (
LastOp
)
1121
LastOp
=
LastOp
->Asl.Parent;
1123
AslError (ASL_ERROR, ASL_MSG_MISSING_ENDDEPENDENT,
LastOp
, NULL);
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFStreamer.cpp
207
unsigned
LastOp
= Inst.getNumOperands() - 1;
211
const MCOperand &Operand = Inst.getOperand(
LastOp
);
PPCInstPrinter.cpp
86
unsigned
LastOp
= MI->getNumOperands() - 1;
88
const MCOperand &Operand = MI->getOperand(
LastOp
);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h
1474
static const int
LastOp
= TargetOpcode::PRE_ISEL_GENERIC_OPCODE_END;
1478
SmallVector<TypeMap, 1> SpecifiedActions[
LastOp
- FirstOp + 1];
1480
ScalarSizeChangeStrategies[
LastOp
- FirstOp + 1];
1482
VectorElementSizeChangeStrategies[
LastOp
- FirstOp + 1];
1486
SmallVector<SizeAndActionsVec, 1> ScalarActions[
LastOp
- FirstOp + 1];
1487
SmallVector<SizeAndActionsVec, 1> ScalarInVectorActions[
LastOp
- FirstOp + 1];
1489
AddrSpace2PointerActions[
LastOp
- FirstOp + 1];
1491
NumElements2Actions[
LastOp
- FirstOp + 1];
1493
LegalizeRuleSet RulesForOpcode[
LastOp
- FirstOp + 1];
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerInfo.cpp
297
for (unsigned OpcodeIdx = 0; OpcodeIdx <=
LastOp
- FirstOp; ++OpcodeIdx) {
413
assert(Opcode >= FirstOp && Opcode <=
LastOp
&& "Unsupported opcode");
460
assert(OpcodeTo >= FirstOp && OpcodeTo <=
LastOp
&& "Unsupported opcode");
625
if (Aspect.Opcode < FirstOp || Aspect.Opcode >
LastOp
)
656
if (Aspect.Opcode < FirstOp || Aspect.Opcode >
LastOp
)
694
for (unsigned Opcode = FirstOp; Opcode <=
LastOp
; ++Opcode) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp
217
unsigned
LastOp
= TII->getOperandIdx(MI->getOpcode(), R600::OpName::last);
218
MI->getOperand(
LastOp
).setImm(Bit);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp
2349
MachineInstr *
LastOp
= nullptr;
2387
LastOp
= Op;
2405
DoMove = IsSafeAndProfitableToMove(isLd, Base, FirstOp,
LastOp
,
2412
MachineBasicBlock::iterator InsertPos = isLd ? FirstOp :
LastOp
;
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
6665
const ARMOperand *
LastOp
= &Op5;
6672
LastOp
= &Op4;
6682
LastOp
->isReg())
6687
if ((Mnemonic == "add" || Mnemonic == "sub") &&
LastOp
->isImm0_7())
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
2405
const auto *
LastOp
= Mul->getOperand(Mul->getNumOperands() - 1);
2406
if (const auto *T = dyn_cast<SCEVTruncateExpr>(
LastOp
))
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 112 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026