Searched defs:AlignedAddr (Results 1 – 4 of 4) 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 | 239 uintptr_t AlignedAddr = alignAddr(NewSlab, Alignment); in Allocate() local 249 uintptr_t AlignedAddr = alignAddr(CurPtr, Alignment); in Allocate() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1189 unsigned AlignedAddr = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local 1427 unsigned AlignedAddr = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 3084 SDValue AlignedAddr = DAG.getNode(ISD::AND, DL, PtrVT, Addr, in lowerATOMIC_LOAD_OP() local 3188 SDValue AlignedAddr = DAG.getNode(ISD::AND, DL, PtrVT, Addr, in lowerATOMIC_CMP_SWAP() local
|