OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPointerAlignment
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPULDSUtils.cpp
28
return DL.getValueOrABITypeAlignment(GV->
getPointerAlignment
(DL),
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZSubtarget.cpp
103
if (GV->
getPointerAlignment
(DL) == 1 && !GV->getValueType()->isFunctionTy())
SystemZISelDAGToDAG.cpp
1500
if (GV->
getPointerAlignment
(DL).value() < StoreSize)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ExpandMemCmp.cpp
284
Align LhsAlign = LhsSource->
getPointerAlignment
(DL);
285
Align RhsAlign = RhsSource->
getPointerAlignment
(DL);
CodeGenPrepare.cpp
2131
GV->
getPointerAlignment
(*DL) < PrefAlign &&
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Value.h
777
Align
getPointerAlignment
(const DataLayout &DL) const;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
Loads.cpp
36
Align BA = Base->
getPointerAlignment
(DL);
ValueTracking.cpp
1911
Align Alignment = V->
getPointerAlignment
(Q.DL);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Utils.cpp
619
return V->
getPointerAlignment
(M->getDataLayout());
/src/external/apache2/llvm/dist/llvm/lib/IR/
Value.cpp
879
Align Value::
getPointerAlignment
(const DataLayout &DL) const {
ConstantFold.cpp
1306
GVAlign = GV->
getPointerAlignment
(DL);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VectorCombine.cpp
189
Alignment = std::max(SrcPtr->
getPointerAlignment
(DL), Alignment);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
3789
// TODO: This is a HACK to avoid
getPointerAlignment
to introduce a ptr2int
3795
takeKnownMaximum(V.
getPointerAlignment
(A.getDataLayout()).value());
3837
getAssociatedValue().
getPointerAlignment
(A.getDataLayout());
3893
Align PA = Base->
getPointerAlignment
(DL);
3902
Alignment = V.
getPointerAlignment
(DL).value();
3981
getAssociatedValue().
getPointerAlignment
(A.getDataLayout());
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelDAGToDAG.cpp
1505
Align Alignment = GA->getGlobal()->
getPointerAlignment
(DL);
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp
1349
if (MO.getGlobal()->
getPointerAlignment
(DL) < 4)
PPCISelDAGToDAG.cpp
7158
Align Alignment = GV->
getPointerAlignment
(CurDAG->getDataLayout());
7225
Align Alignment = GV->
getPointerAlignment
(CurDAG->getDataLayout());
PPCInstrInfo.cpp
4409
if (ImmMO.getGlobal()->
getPointerAlignment
(DL) < III.ImmMustBeMultipleOf)
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
437
GV->
getPointerAlignment
(DAG.getDataLayout()) >= 4) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp
1316
Align CurrentAlign = GO->
getPointerAlignment
(DL);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp
916
GAN->getGlobal()->
getPointerAlignment
(DL) >= Size)
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64InstructionSelector.cpp
5608
if (GV->
getPointerAlignment
(MF.getDataLayout()) < Size)
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp
4515
Align Alignment = GA->getGlobal()->
getPointerAlignment
(DAG.getDataLayout());
Completed in 120 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026