OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstPool
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
StackMaps.h
296
ConstPool
.clear();
358
ConstantPool
ConstPool
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackMaps.cpp
486
//
ConstPool
is intentionally a MapVector of 'uint64_t's (as
496
auto Result =
ConstPool
.insert(std::make_pair(Loc.Offset, Loc.Offset));
497
Loc.Offset = Result.first -
ConstPool
.begin();
584
LLVM_DEBUG(dbgs() << WSMP << "#constants = " <<
ConstPool
.size() << '\n');
585
OS.emitInt32(
ConstPool
.size());
617
for (const auto &ConstEntry :
ConstPool
) {
711
assert((!CSInfos.empty() ||
ConstPool
.empty()) &&
739
ConstPool
.clear();
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMInstructionSelector.cpp
636
auto
ConstPool
= MF.getConstantPool();
641
?
ConstPool
->getConstantPoolIndex(
643
:
ConstPool
->getConstantPoolIndex(GV, Alignment);
996
auto
ConstPool
= MF.getConstantPool();
998
ConstPool
->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment);
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
3076
SDValue
ConstPool
= DAG.getTargetConstantPool(
3078
return DAG.getNode(PPCISD::MAT_PCREL_ADDR, DL, Ty,
ConstPool
);
Completed in 102 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026