OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConstantPool
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
ConstantPools.h
9
// This file declares the
ConstantPool
and AssemblerConstantPools classes.
43
class
ConstantPool
{
50
ConstantPool
() = default;
84
using ConstantPoolMapTy = MapVector<MCSection *,
ConstantPool
>;
95
ConstantPool
*getConstantPool(MCSection *Section);
96
ConstantPool
&getOrCreateConstantPool(MCSection *Section);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ThumbRegisterInfo.cpp
70
MachineConstantPool *
ConstantPool
= MF.getConstantPool();
73
unsigned Idx =
ConstantPool
->getConstantPoolIndex(C, Align(4));
89
MachineConstantPool *
ConstantPool
= MF.getConstantPool();
92
unsigned Idx =
ConstantPool
->getConstantPoolIndex(C, Align(4));
ARMBaseRegisterInfo.cpp
483
MachineConstantPool *
ConstantPool
= MF.getConstantPool();
486
unsigned Idx =
ConstantPool
->getConstantPoolIndex(C, Align(4));
ARMISelLowering.cpp
1263
setOperationAction(ISD::
ConstantPool
, MVT::i32, Custom);
3230
//
ConstantPool
, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
9848
case ISD::
ConstantPool
: return LowerConstantPool(Op, DAG);
10355
MachineConstantPool *
ConstantPool
= MF->getConstantPool();
10361
unsigned Idx =
ConstantPool
->getConstantPoolIndex(C, Alignment);
10455
MachineConstantPool *
ConstantPool
= MF->getConstantPool();
10461
unsigned Idx =
ConstantPool
->getConstantPoolIndex(C, Alignment);
10855
MachineConstantPool *
ConstantPool
= MF->getConstantPool();
10861
unsigned Idx =
ConstantPool
->getConstantPoolIndex(C, Alignment);
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp
443
MachineConstantPool *
ConstantPool
= MBB.getParent()->getConstantPool();
446
unsigned Idx =
ConstantPool
->getConstantPoolIndex(C, Align(4));
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h
248
MachineConstantPool *
ConstantPool
;
590
MachineConstantPool *getConstantPool() { return
ConstantPool
; }
591
const MachineConstantPool *getConstantPool() const { return
ConstantPool
; }
ISDOpcodes.h
75
ConstantPool
,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp
140
MachineConstantPool &
ConstantPool
,
455
auto *
ConstantPool
= MF.getConstantPool();
456
assert(
ConstantPool
&& "Constant pool must be created");
457
if (initializeConstantPool(PFS, *
ConstantPool
, YamlMF))
866
MachineConstantPool &
ConstantPool
, const yaml::MachineFunction &YamlMF) {
883
unsigned Index =
ConstantPool
.getConstantPoolIndex(Value, Alignment);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
5198
/// its constant value in
ConstantPool
, returning 0 if it's not there.
5201
const SmallDenseMap<Value *, Constant *> &
ConstantPool
) {
5204
return
ConstantPool
.lookup(V);
5209
/// constant or can be replaced by constants from the
ConstantPool
. Returns the
5213
const SmallDenseMap<Value *, Constant *> &
ConstantPool
) {
5215
Constant *A = LookupConstant(Select->getCondition(),
ConstantPool
);
5219
return LookupConstant(Select->getTrueValue(),
ConstantPool
);
5221
return LookupConstant(Select->getFalseValue(),
ConstantPool
);
5227
if (Constant *A = LookupConstant(I->getOperand(N),
ConstantPool
))
5255
SmallDenseMap<Value *, Constant *>
ConstantPool
;
[
all
...]
Completed in 84 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026