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