Searched defs:setAlignment (Results 1 - 23 of 23) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVValue.cpp47 SPIRVValue::setAlignment(SPIRVWord A) { function in class:SPIRV::SPIRVValue
H A DSPIRVModule.cpp138 void setAlignment(SPIRVValue *, SPIRVWord);
627 SPIRVModuleImpl::setAlignment(SPIRVValue *V, SPIRVWord A) { function in class:SPIRV::SPIRVModuleImpl
628 V->setAlignment(A);
/external/curl/tests/python_dependencies/impacket/
H A Dstructure.py92 def setAlignment(self, alignment): member in class:Structure
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayBorderPanel.java345 public HolidayBorderPanel setAlignment(int alignment) { method in class:HolidayBorderPanel
/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h188 void setAlignment(Constant* A) { function in class:llvm::MemIntrinsic
/external/llvm/include/llvm/MC/
H A DMCSection.h126 void setAlignment(unsigned Value) { Alignment = Value; } function in class:llvm::MCSection
/external/llvm/lib/IR/
H A DDataLayout.cpp188 setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign, E.PrefAlign,
327 setAlignment(AlignType, ABIAlign, PrefAlign, Size);
398 DataLayout::setAlignment(AlignTypeEnum align_type, unsigned abi_align, function in class:DataLayout
H A DGlobals.cpp72 void GlobalObject::setAlignment(unsigned Align) { function in class:GlobalObject
97 setAlignment(GV->getAlignment());
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineFunction.h186 /// setAlignment - Set the alignment (log2, not bytes) of the function.
188 void setAlignment(unsigned A) { Alignment = A; } function in class:llvm::MachineFunction
H A DMachineBasicBlock.h225 /// setAlignment - Set alignment of the basic block.
227 void setAlignment(unsigned Align) { Alignment = Align; } function in class:llvm::MachineBasicBlock
/external/swiftshader/third_party/LLVM/include/llvm/
H A DIntrinsicInst.h165 void setAlignment(Constant* A) { function in class:llvm::MemIntrinsic
/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/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/include/llvm/CodeGen/
H A DMachineFunction.h315 /// setAlignment - Set the alignment (log2, not bytes) of the function.
317 void setAlignment(unsigned A) { Alignment = A; } function in class:llvm::MachineFunction
H A DMachineBasicBlock.h335 void setAlignment(unsigned Align) { Alignment = Align; } function in class:llvm::MachineBasicBlock
/external/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.h425 void setAlignment(uint32_t NewAlignment) { Alignment = NewAlignment; } function in class:Ice::VariableDeclaration
/external/clang/lib/CodeGen/
H A DCGValue.h317 void setAlignment(CharUnits A) { Alignment = A.getQuantity(); } function in class:clang::CodeGen::LValue
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAssembler.h473 void setAlignment(unsigned Value) { Alignment = Value; } function in class:llvm::MCSectionData
/external/clang/include/clang/AST/
H A DOpenMPClause.h2120 void setAlignment(Expr *A) { *varlist_end() = A; } function in class:clang::final
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 777 milliseconds