Searched refs:setAlignment (Results 1 - 25 of 142) sorted by relevance

123456

/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVValue.cpp47 SPIRVValue::setAlignment(SPIRVWord A) { function in class:SPIRV::SPIRVValue
/external/swiftshader/third_party/LLVM/lib/Target/
H A DTargetData.cpp145 setAlignment(INTEGER_ALIGN, 1, 1, 1); // i1
146 setAlignment(INTEGER_ALIGN, 1, 1, 8); // i8
147 setAlignment(INTEGER_ALIGN, 2, 2, 16); // i16
148 setAlignment(INTEGER_ALIGN, 4, 4, 32); // i32
149 setAlignment(INTEGER_ALIGN, 4, 8, 64); // i64
150 setAlignment(FLOAT_ALIGN, 4, 4, 32); // float
151 setAlignment(FLOAT_ALIGN, 8, 8, 64); // double
152 setAlignment(VECTOR_ALIGN, 8, 8, 64); // v2i32, v1i64, ...
153 setAlignment(VECTOR_ALIGN, 16, 16, 128); // v16i8, v8i16, v4i32, ...
154 setAlignment(AGGREGATE_ALIG
249 TargetData::setAlignment(AlignTypeEnum align_type, unsigned abi_align, function in class:TargetData
[all...]
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp35 Sec->setAlignment(8);
53 Sec->setAlignment(MTS->getABI().IsN32() ? 8 : 4);
/external/skia/debugger/QT/
H A DSkInspectorWidget.cpp31 fHorizontalLayout.setAlignment(Qt::AlignTop);
36 fVerticalLayout.setAlignment(Qt::AlignVCenter);
H A DSkSettingsWidget.cpp20 fVerticalLayout.setAlignment(Qt::AlignTop);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DStatusBarController.java56 layout.setAlignment(FlowLayout.LEFT);
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp45 New->setAlignment(AI.getAlignment());
81 AI.setAlignment(TD->getPrefTypeAlignment(AI.getAllocatedType()));
134 NewLoad->setAlignment(LI.getAlignment());
156 LI.setAlignment(KnownAlign);
158 LI.setAlignment(EffectiveLoadAlign);
230 V1->setAlignment(Align);
231 V2->setAlignment(Align);
383 SI.setAlignment(KnownAlign);
385 SI.setAlignment(EffectiveStoreAlign);
/external/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp144 EmuTlsTmplVar->setAlignment(GVAlignment);
160 EmuTlsVar->setAlignment(MaxAlignment);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp220 llvm::unwrap<llvm::LoadInst>(Inst)->setAlignment(Align);
228 llvm::unwrap<llvm::StoreInst>(Inst)->setAlignment(Align);
/external/llvm/unittests/IR/
H A DValueTest.cpp65 Dummy0->setAlignment(536870912U);
103 EXPECT_DEATH(Var->setAlignment(536870913U), "Alignment is not a power of 2");
104 EXPECT_DEATH(Var->setAlignment(1073741824U),
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCELFStreamer.cpp251 getCurrentSectionData()->setAlignment(ByteAlignment);
266 getCurrentSectionData()->setAlignment(ByteAlignment);
372 SectData.setAlignment(ByteAlignment);
H A DMCMachOStreamer.cpp316 SectData.setAlignment(ByteAlignment);
345 getCurrentSectionData()->setAlignment(ByteAlignment);
360 getCurrentSectionData()->setAlignment(ByteAlignment);
H A DWinCOFFStreamer.cpp157 SectionData.setAlignment(ByteAlignment);
345 getCurrentSectionData()->setAlignment(ByteAlignment);
360 getCurrentSectionData()->setAlignment(ByteAlignment);
H A DMCPureStreamer.cpp169 getCurrentSectionData()->setAlignment(ByteAlignment);
184 getCurrentSectionData()->setAlignment(ByteAlignment);
/external/llvm/include/llvm/IR/
H A DGlobalObject.h61 void setAlignment(unsigned Align);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerKernelArgs.cpp155 AllocA->setAlignment(Func->getParamAlignment(Arg->getArgNo() + 1));
/external/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp322 LI->setAlignment(NewAlignment);
330 SI->setAlignment(NewAlignment);
372 MI->setAlignment(ConstantInt::get(Type::getInt32Ty(
383 MI->setAlignment(ConstantInt::get(Type::getInt32Ty(
/external/llvm/lib/MC/
H A DWinCOFFStreamer.cpp177 SXData->setAlignment(4);
245 Section->setAlignment(ByteAlignment);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DGlobals.cpp51 setAlignment(Src->getAlignment());
57 void GlobalValue::setAlignment(unsigned Align) { function in class:GlobalValue
H A DInstructions.cpp840 setAlignment(0);
849 setAlignment(0);
858 setAlignment(0);
867 setAlignment(0);
876 setAlignment(Align);
885 setAlignment(Align);
894 void AllocaInst::setAlignment(unsigned Align) { function in class:AllocaInst
939 setAlignment(0);
949 setAlignment(0);
960 setAlignment(
1067 void LoadInst::setAlignment(unsigned Align) { function in class:LoadInst
1206 void StoreInst::setAlignment(unsigned Align) { function in class:StoreInst
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp187 New->setAlignment(AI.getAlignment());
233 AI.setAlignment(DL.getPrefTypeAlignment(AI.getAllocatedType()));
264 EntryAI->setAlignment(
271 EntryAI->setAlignment(MaxAlign);
804 LI.setAlignment(KnownAlign);
806 LI.setAlignment(EffectiveLoadAlign);
895 V1->setAlignment(Align);
897 V2->setAlignment(Align);
1164 SI.setAlignment(KnownAlign);
1166 SI.setAlignment(EffectiveStoreAlig
[all...]
/external/llvm/include/llvm/MC/
H A DMCSection.h126 void setAlignment(unsigned Value) { Alignment = Value; } function in class:llvm::MCSection
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp121 Section.setAlignment(ByteAlignment);
/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp176 Replacements[i].second->setAlignment(
H A DCrossDSOCFI.cpp103 F->setAlignment(4096);

Completed in 386 milliseconds

123456