Searched defs:ABIAlignment (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1149 unsigned ABIAlignment = TLI.getTargetData()->getABITypeAlignment(Ty); local
1150 if (LD->getAlignment() < ABIAlignment){
1337 unsigned ABIAlignment = local
1339 if (LD->getAlignment() < ABIAlignment){
1516 unsigned ABIAlignment= TLI.getTargetData()->getABITypeAlignment(Ty); local
1517 if (ST->getAlignment() < ABIAlignment)
1621 unsigned ABIAlignment= TLI.getTargetData()->getABITypeAlignment(Ty); local
1622 if (ST->getAlignment() < ABIAlignment)
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp431 unsigned ABIAlignment = TD.getABITypeAlignment( local
434 if (LD->getAlignment() >= ABIAlignment)
513 unsigned ABIAlignment = DAG.getDataLayout().getABITypeAlignment( local
516 if (ST->getAlignment() >= ABIAlignment) {
1812 unsigned ABIAlignment = DAG.getDataLayout().getABITypeAlignment( local
1815 if (Alignment >= ABIAlignment) {
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreISelLowering.cpp401 unsigned ABIAlignment = getTargetData()-> local
404 if (LD->getAlignment() >= ABIAlignment)
501 unsigned ABIAlignment = getTargetData()-> local
504 if (ST->getAlignment() >= ABIAlignment) {
1489 unsigned ABIAlignment = getTargetData()->getABITypeAlignment( local
1492 if (Alignment >= ABIAlignment) {
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1121 unsigned ABIAlignment = DL.getABITypeAlignment(Val->getType()); local
1123 Alignment = ABIAlignment;
1124 bool Aligned = Alignment >= ABIAlignment;
1315 unsigned ABIAlignment = DL.getABITypeAlignment(LI->getType()); local
1317 Alignment = ABIAlignment;
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10763 unsigned ABIAlignment = DAG.getDataLayout().getABITypeAlignment(Ty); local
10773 LD->getAlignment() < ABIAlignment) {

Completed in 213 milliseconds