Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Darm-vector-align.c14 typedef float AlignedAddr __attribute__ ((aligned (16))); typedef
15 void t1(AlignedAddr *addr1, AlignedAddr *addr2) { in t1()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1174 unsigned AlignedAddr = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1227 BuildMI(BB, DL, TII->get(Mips::AND), AlignedAddr) in emitAtomicBinaryPartword()
1258 BuildMI(BB, DL, TII->get(LL), OldVal).addReg(AlignedAddr).addImm(0); in emitAtomicBinaryPartword()
1282 .addReg(StoreVal).addReg(AlignedAddr).addImm(0); in emitAtomicBinaryPartword()
1410 unsigned AlignedAddr = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
1470 BuildMI(BB, DL, TII->get(Mips::AND), AlignedAddr) in emitAtomicCmpSwapPartword()
1493 BuildMI(BB, DL, TII->get(LL), OldVal).addReg(AlignedAddr).addImm(0); in emitAtomicCmpSwapPartword()
1510 .addReg(StoreVal).addReg(AlignedAddr).addImm(0); in emitAtomicCmpSwapPartword()
/external/clang/lib/CodeGen/
DTargetInfo.cpp4575 llvm::Value *AlignedAddr = Builder.CreateBitCast(AddrTyped, BP); in EmitVAArg() local
4580 Builder.CreateGEP(AlignedAddr, llvm::ConstantInt::get(IntTy, Offset), in EmitVAArg()