Home
last modified time | relevance | path

Searched defs:AlignedAddr (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Darm-vector-align.c14 typedef float AlignedAddr __attribute__ ((aligned (16))); typedef
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h232 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 DSystemZISelLowering.cpp2240 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 DMipsISelLowering.cpp1146 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 DTargetInfo.cpp5861 llvm::Value *AlignedAddr = Builder.CreateBitCast(AddrTyped, BP); in EmitVAArg() local