Searched defs:AlignedAddr (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | arm-vector-align.c | 14 typedef float AlignedAddr __attribute__ ((aligned (16))); typedef
|
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 233 uintptr_t AlignedAddr = alignAddr(NewSlab, Alignment); in Allocate() local 242 uintptr_t AlignedAddr = alignAddr(CurPtr, Alignment); in Allocate() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2508 SDValue AlignedAddr = DAG.getNode(ISD::AND, DL, PtrVT, Addr, in lowerATOMIC_LOAD_OP() local 2612 SDValue AlignedAddr = DAG.getNode(ISD::AND, DL, PtrVT, Addr, in lowerATOMIC_CMP_SWAP() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1159 unsigned AlignedAddr = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local 1394 unsigned AlignedAddr = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 5773 llvm::Value *AlignedAddr = Builder.CreateBitCast(AddrTyped, BP); in EmitVAArg() local
|