Home
last modified time | relevance | path

Searched refs:minAlign (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.cpp84 size_t minAlign = sizeof(void*); in TPoolAllocator() local
85 alignment &= ~(minAlign - 1); in TPoolAllocator()
86 if (alignment < minAlign) in TPoolAllocator()
87 alignment = minAlign; in TPoolAllocator()
97 headerSkip = minAlign; in TPoolAllocator()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h948 SDValue CreateStackTemporary(EVT VT, unsigned minAlign = 1);
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h1240 SDValue CreateStackTemporary(EVT VT, unsigned minAlign = 1);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1455 SDValue SelectionDAG::CreateStackTemporary(EVT VT, unsigned minAlign) { in CreateStackTemporary() argument
1460 std::max((unsigned)TLI.getTargetData()->getPrefTypeAlignment(Ty), minAlign); in CreateStackTemporary()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1867 SDValue SelectionDAG::CreateStackTemporary(EVT VT, unsigned minAlign) { in CreateStackTemporary() argument
1872 std::max((unsigned)getDataLayout().getPrefTypeAlignment(Ty), minAlign); in CreateStackTemporary()