Home
last modified time | relevance | path

Searched refs:ABIAlignment (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp423 unsigned ABIAlignment = TD.getABITypeAlignment( in LowerLOAD() local
426 if (LD->getAlignment() >= ABIAlignment) in LowerLOAD()
504 unsigned ABIAlignment = DAG.getDataLayout().getABITypeAlignment( in LowerSTORE() local
507 if (ST->getAlignment() >= ABIAlignment) { in LowerSTORE()
1788 unsigned ABIAlignment = DAG.getDataLayout().getABITypeAlignment( in PerformDAGCombine() local
1791 if (Alignment >= ABIAlignment) { in PerformDAGCombine()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1145 unsigned ABIAlignment = DL.getABITypeAlignment(Val->getType()); in X86SelectStore() local
1147 Alignment = ABIAlignment; in X86SelectStore()
1148 bool Aligned = Alignment >= ABIAlignment; in X86SelectStore()
1337 unsigned ABIAlignment = DL.getABITypeAlignment(LI->getType()); in X86SelectLoad() local
1339 Alignment = ABIAlignment; in X86SelectLoad()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12896 unsigned ABIAlignment = DAG.getDataLayout().getABITypeAlignment(Ty); in PerformDAGCombine() local
12906 LD->getAlignment() < ABIAlignment) { in PerformDAGCombine()