OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LabelId
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp
38
: MachineConstantPoolValue(Ty),
LabelId
(id), Kind(kind),
48
LabelId
(id), Kind(kind), PCAdjust(PCAdj), Modifier(modifier),
82
ID.AddInteger(
LabelId
);
91
ACPV->
LabelId
==
LabelId
&&
110
O << "-(LPC" <<
LabelId
<< "+" << (unsigned)PCAdjust;
ARMConstantPoolValue.h
62
unsigned
LabelId
; // Label id of the load.
104
unsigned getLabelId() const { return
LabelId
; }
124
return this->
LabelId
== A->
LabelId
&&
ARMAsmPrinter.cpp
784
unsigned
LabelId
, MCContext &Ctx) {
787
+ "BF" + Twine(FunctionNumber) + "_" + Twine(
LabelId
));
792
unsigned
LabelId
, MCContext &Ctx) {
795
+ "PC" + Twine(FunctionNumber) + "_" + Twine(
LabelId
));
1663
unsigned
LabelId
= (unsigned)MI->getOperand(0).getImm();
1672
OutStreamer->emitLabel(GetCPISymbol(
LabelId
));
ARMExpandPseudoInsts.cpp
2447
unsigned
LabelId
= AFI->createPICLabelUId();
2464
.addImm(
LabelId
);
2469
.addImm(
LabelId
);
2474
.addReg(DstReg).addImm(
LabelId
);
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp
216
unsigned
LabelId
= (unsigned)MI->getOperand(0).getImm();
225
OutStreamer->emitLabel(GetCPISymbol(
LabelId
));
Completed in 54 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026