OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Relaxed
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectStreamer.cpp
408
MCInst
Relaxed
= Inst;
409
while (Backend.mayNeedRelaxation(
Relaxed
, STI))
410
Backend.relaxInstruction(
Relaxed
, STI);
411
emitInstToData(
Relaxed
, STI);
422
llvm_unreachable("All instructions should have already been
relaxed
");
MCAssembler.cpp
71
STATISTIC(RelaxedInstructions, "Number of
relaxed
instructions");
974
// are intentionally pushing out inst fragments, or because we
relaxed
a
1000
MCInst
Relaxed
= F.getInst();
1001
getBackend().relaxInstruction(
Relaxed
, *F.getSubtargetInfo());
1010
getEmitter().encodeInstruction(
Relaxed
, VecOS, Fixups, *F.getSubtargetInfo());
1013
F.setInst(
Relaxed
);
1080
//
relaxed
.
1234
// remain NULL if none were
relaxed
.
1235
// When a fragment is
relaxed
, all the fragments following it should get
Completed in 51 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026