Searched defs:AlignedAddr (Results 1 – 10 of 10) sorted by relevance
/external/clang/test/CodeGen/ |
D | arm-vector-align.c | 14 typedef float AlignedAddr __attribute__ ((aligned (16))); typedef
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 243 uintptr_t AlignedAddr = alignAddr(NewSlab, Alignment); in Allocate() local 253 uintptr_t AlignedAddr = alignAddr(CurPtr, Alignment); in Allocate() local
|
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 240 uintptr_t AlignedAddr = alignAddr(NewSlab, Alignment); in Allocate() local 250 uintptr_t AlignedAddr = alignAddr(CurPtr, Alignment); in Allocate() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Allocator.h | 251 uintptr_t AlignedAddr = alignAddr(NewSlab, Alignment); in Allocate() local 261 uintptr_t AlignedAddr = alignAddr(CurPtr, Alignment); in Allocate() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 577 Value *AlignedAddr; member
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 567 Value *AlignedAddr; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1569 unsigned AlignedAddr = RegInfo.createVirtualRegister(RCp); in emitAtomicBinaryPartword() local 1781 unsigned AlignedAddr = RegInfo.createVirtualRegister(RCp); in emitAtomicCmpSwapPartword() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1245 unsigned AlignedAddr = RegInfo.createVirtualRegister(RCp); in emitAtomicBinaryPartword() local 1500 unsigned AlignedAddr = RegInfo.createVirtualRegister(RCp); in emitAtomicCmpSwapPartword() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 3233 SDValue AlignedAddr = DAG.getNode(ISD::AND, DL, PtrVT, Addr, in lowerATOMIC_LOAD_OP() local 3337 SDValue AlignedAddr = DAG.getNode(ISD::AND, DL, PtrVT, Addr, in lowerATOMIC_CMP_SWAP() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 3457 SDValue AlignedAddr = DAG.getNode(ISD::AND, DL, PtrVT, Addr, in lowerATOMIC_LOAD_OP() local 3573 SDValue AlignedAddr = DAG.getNode(ISD::AND, DL, PtrVT, Addr, in lowerATOMIC_CMP_SWAP() local
|