Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Darm-vector-align.c14 typedef float AlignedAddr __attribute__ ((aligned (16))); typedef
/external/llvm/include/llvm/Support/
DAllocator.h233 uintptr_t AlignedAddr = alignAddr(NewSlab, Alignment); in Allocate() local
242 uintptr_t AlignedAddr = alignAddr(CurPtr, Alignment); in Allocate() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2508 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/
DMipsISelLowering.cpp1159 unsigned AlignedAddr = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1394 unsigned AlignedAddr = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp5773 llvm::Value *AlignedAddr = Builder.CreateBitCast(AddrTyped, BP); in EmitVAArg() local