Home
last modified time | relevance | path

Searched refs:AlignedAddr (Results 1 – 5 of 5) 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/include/llvm/Support/
DAllocator.h233 uintptr_t AlignedAddr = alignAddr(NewSlab, Alignment); in Allocate() local
234 assert(AlignedAddr + Size <= (uintptr_t)NewSlab + PaddedSize); in Allocate()
235 char *AlignedPtr = (char*)AlignedAddr; in Allocate()
242 uintptr_t AlignedAddr = alignAddr(CurPtr, Alignment); in Allocate() local
243 assert(AlignedAddr + Size <= (uintptr_t)End && in Allocate()
245 char *AlignedPtr = (char*)AlignedAddr; in Allocate()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1159 unsigned AlignedAddr = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1211 BuildMI(BB, DL, TII->get(Mips::AND), AlignedAddr) in emitAtomicBinaryPartword()
1250 BuildMI(BB, DL, TII->get(LL), OldVal).addReg(AlignedAddr).addImm(0); in emitAtomicBinaryPartword()
1275 .addReg(StoreVal).addReg(AlignedAddr).addImm(0); in emitAtomicBinaryPartword()
1394 unsigned AlignedAddr = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
1453 BuildMI(BB, DL, TII->get(Mips::AND), AlignedAddr) in emitAtomicCmpSwapPartword()
1484 BuildMI(BB, DL, TII->get(LL), OldVal).addReg(AlignedAddr).addImm(0); in emitAtomicCmpSwapPartword()
1502 .addReg(StoreVal).addReg(AlignedAddr).addImm(0); in emitAtomicCmpSwapPartword()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2508 SDValue AlignedAddr = DAG.getNode(ISD::AND, DL, PtrVT, Addr, in lowerATOMIC_LOAD_OP() local
2537 SDValue Ops[] = { ChainIn, AlignedAddr, Src2, BitShift, NegBitShift, in lowerATOMIC_LOAD_OP()
2612 SDValue AlignedAddr = DAG.getNode(ISD::AND, DL, PtrVT, Addr, in lowerATOMIC_CMP_SWAP() local
2628 SDValue Ops[] = { ChainIn, AlignedAddr, CmpVal, SwapVal, BitShift, in lowerATOMIC_CMP_SWAP()
/external/clang/lib/CodeGen/
DTargetInfo.cpp5773 llvm::Value *AlignedAddr = Builder.CreateBitCast(AddrTyped, BP); in EmitVAArg() local
5778 Builder.CreateGEP(AlignedAddr, llvm::ConstantInt::get(IntTy, Offset), in EmitVAArg()